Shades of Navy #000B6D
Tints of Navy #000B6D
RGB
CMYK
RGB Variations
Color information
#000B6D (or 0x000B6D) is known color: Navy. HEX triplet: 00, 0B and 6D. RGB value is (0,11,109). Sum of RGB (Red+Green+Blue) = 0+11+109=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 109 (42.97% from 255 or 90.83% from 120); Max value from RGB is 109 - color contains mainly: blue. Hex color #000B6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B6D is #FFF492. Grayscale: #121212. Windows color (decimal): -16774291 or 7146240. OLE color: 7146240.
HSL color Cylindrical-coordinate representation of color #000B6D: hue angle of 233.94º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B6D is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 11 | 109 | - |
| CMYK | 1 | 0.90 | 0 | 0.57 |
| HSL | 233.95º | 1% | 0.21% | - |
| HSV(B) | 233.95º | 1% | 0.43% | - |
| XYZ | 2.88 | 1.34 | 14.58 | - |
| YUV | 18.88 | 178.86 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 109 | 1 | 0.90 | 0 | 0.57 | 233.95 | 1 | 0.21 |
| Hex | 0 | B | 6D | 64 | 5A | 0 | 39 | EA | 64 | 15 |
| Octal | 0 | 13 | 155 | 144 | 132 | 0 | 71 | 352 | 144 | 25 |
| Binary | 0 | 1011 | 1101101 | 1100100 | 1011010 | 0 | 111001 | 11101010 | 1100100 | 10101 |
Color Harmonies of #000B6D
Complementary color
Monochromatic Colors of #000B6D
Black with #000B6D
Text Example
Text Example
White with #000B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B6D; }
p { color: rgb(0,11,109); }
H1.HeaderClassName
{
color: #000B6D;
}
.AnyTagClassName
{
color: #000B6D;
}
</style>
background-color css
<style>
a { background-color: #000B6D; }
a { background-color: rgb(0,11,109); }
div.DivClassName
{
background-color: #000B6D;
}
.BgClassName
{
background-color: #000B6D;
}
</style>
border-color css
<style>
span { border-color: #000B6D; }
span { border-color: rgb(0,11,109); }
td.TdClassName
{
border-color: #000B6D;
}
.TagClassName
{
border-color: #000B6D;
}
</style>