Shades of Navy #000D6E
Tints of Navy #000D6E
RGB
CMYK
RGB Variations
Color information
#000D6E (or 0x000D6E) is known color: Navy. HEX triplet: 00, 0D and 6E. RGB value is (0,13,110). Sum of RGB (Red+Green+Blue) = 0+13+110=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 110 (43.36% from 255 or 89.43% from 123); Max value from RGB is 110 - color contains mainly: blue. Hex color #000D6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D6E is #FFF291. Grayscale: #131313. Windows color (decimal): -16773778 or 7212288. OLE color: 7212288.
HSL color Cylindrical-coordinate representation of color #000D6E: hue angle of 232.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D6E is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 13 | 110 | - |
| CMYK | 1 | 0.88 | 0 | 0.57 |
| HSL | 232.91º | 1% | 0.22% | - |
| HSV(B) | 232.91º | 1% | 0.43% | - |
| XYZ | 2.96 | 1.41 | 14.87 | - |
| YUV | 20.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 110 | 1 | 0.88 | 0 | 0.57 | 232.91 | 1 | 0.22 |
| Hex | 0 | D | 6E | 64 | 58 | 0 | 39 | E9 | 64 | 16 |
| Octal | 0 | 15 | 156 | 144 | 130 | 0 | 71 | 351 | 144 | 26 |
| Binary | 0 | 1101 | 1101110 | 1100100 | 1011000 | 0 | 111001 | 11101001 | 1100100 | 10110 |
Color Harmonies of #000D6E
Complementary color
Monochromatic Colors of #000D6E
Black with #000D6E
Text Example
Text Example
White with #000D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D6E; }
p { color: rgb(0,13,110); }
H1.HeaderClassName
{
color: #000D6E;
}
.AnyTagClassName
{
color: #000D6E;
}
</style>
background-color css
<style>
a { background-color: #000D6E; }
a { background-color: rgb(0,13,110); }
div.DivClassName
{
background-color: #000D6E;
}
.BgClassName
{
background-color: #000D6E;
}
</style>
border-color css
<style>
span { border-color: #000D6E; }
span { border-color: rgb(0,13,110); }
td.TdClassName
{
border-color: #000D6E;
}
.TagClassName
{
border-color: #000D6E;
}
</style>