In RGB color space, #00000b hex color has a red value of 0, a green value of 0 and a blue value of 11.
In CMYK color space (used in color printing), #00000b hex color is composed of 100% cyan, 100% magenta, 0% yellow and 95.69% black.
#00000b color has a hue of 240 degrees, a saturation of 100% and a lightness of 2.2%.
#00000b hex color contains mainly BLUE.
The closest web safe color of #00000b is #000000
#00000b hex color has a decimal value of 11.
HEX | 00000b | #00000b |
---|---|---|
RGB | 0, 0, 11 | rgb(0, 0, 11) |
RGB Percent | 0, 0, 4.31 | rgb(0, 0, 4.31) |
CMYK | 100, 100, 0, 96 | |
HSL | 240°, 100, 2.2 | hsl(240, 100%, 2.2%) |
HSV | 240°, 100, 4.3 |
XYZ | 0.06, 0.024, 0.318 |
---|---|
Hunter Lab | 1.549, 4.202, -11.086 |
CIE-LAB | 0.217, 1.523, -4.175 |
CIE-LCH | 0.217, 4.444, 290.041 |
CIE-LUV | 100, 100, 0, 95.69 |
Web Safe | 000000 |
RGB percent of color #00000b
CMYK percent of color #00000b
Text with hexadecimal color #00000b
This text has a font color of #00000b
<p style="color:#00000b">Text here</p>
#00000b Background Color
This box has a background color of #00000b
<div style="background-color:#00000b">Text here</div>
#00000b Border Color
This box has a border color of #00000b
<div style="border: 4px solid #00000b">Text here</div>
CSS codes
<p style="color:#00000b">Text here</p>
<div style="background-color:#00000b">Text here</div>
<div style="border: 4px solid #00000b">Text here</div>
#00000b Color on white background
This is how a font and box color of #00000b will look
on a white background.
#00000b Color on black background
This is how a font and box color of #00000b hex color will look
on a black background.