In a RGB color space, #0000bf hex color is composed of 0% red, 0% green and 74.9% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 100% magenta, 0% yellow and 25.1% black. It has a hue angle of 240 degrees, a saturation of 100% and a lightness of 37.5%. #0000bf color hex could be obtained by blending #0000ff with #00007f. Closest websafe color is: #0000cc.
The hexadecimal color #0000bf has RGB values of R:0, G:0, B:191 and CMYK values of C:1, M:1, Y:0, K:0.25. Its decimal value is 191.
Hex triplet | 0000bf | #0000bf |
RGB Decimal | 0, 0, 191 | rgb(0,0,191) |
RGB Percent | 0, 0, 74.9 | rgb(0%,0%,74.9%) |
CMYK | 100, 100, 0, 25.1 | |
HSL | 240°, 100, 37.5 | hsl(240,100%,37.5%) |
HSV(HSB) | 240°, 100, 74.9 | |
Web Safe | 0000cc | #00c |
XYZ | 9.404, 3.762, 49.521 |
xyY | 0.15, 0.06, 3.762 |
CIE-LAB | 22.867, 63.726, -86.793 |
CIE-LCH | 22.867, 107.676, 306.287 |
CIE-LUV | 22.867, -6.654, -92.281 |
Hunter-Lab | 19.395, 52.608, -137.808 |
Binary | 00000000, 00000000, 10111111 |
Below, you can see some colors close to #0000bf. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #0000bf.
<span style="color:#0000bf">Text here</span>
This paragraph has a background color of #0000bf.
<p style="background-color:#0000bf;">Content here</p>
This element has a border color of #0000bf.
<div style="border:1px #0000bf;">Content here</div>
.text {color:#0000bf;}
.background {background-color:#0000bf;}
.border {border:1px solid #0000bf;}
.text-shadow {border:1px solid #0000bf;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000015 is the darkest color, while #ffffff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #5f5f60 is the less saturated color, while #0808b7 is the most saturated one.