Shades of Navy #000D6C
Tints of Navy #000D6C
RGB
CMYK
RGB Variations
Color information
#000D6C (or 0x000D6C) is known color: Navy. HEX triplet: 00, 0D and 6C. RGB value is (0,13,108). Sum of RGB (Red+Green+Blue) = 0+13+108=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 108 (42.58% from 255 or 89.26% from 121); Max value from RGB is 108 - color contains mainly: blue. Hex color #000D6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D6C is #FFF293. Grayscale: #131313. Windows color (decimal): -16773780 or 7081216. OLE color: 7081216.
HSL color Cylindrical-coordinate representation of color #000D6C: hue angle of 232.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D6C is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 13 | 108 | - |
| CMYK | 1 | 0.88 | 0 | 0.58 |
| HSL | 232.78º | 1% | 0.21% | - |
| HSV(B) | 232.78º | 1% | 0.42% | - |
| XYZ | 2.85 | 1.37 | 14.3 | - |
| YUV | 19.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 108 | 1 | 0.88 | 0 | 0.58 | 232.78 | 1 | 0.21 |
| Hex | 0 | D | 6C | 64 | 58 | 0 | 3A | E9 | 64 | 15 |
| Octal | 0 | 15 | 154 | 144 | 130 | 0 | 72 | 351 | 144 | 25 |
| Binary | 0 | 1101 | 1101100 | 1100100 | 1011000 | 0 | 111010 | 11101001 | 1100100 | 10101 |
Color Harmonies of #000D6C
Complementary color
Monochromatic Colors of #000D6C
Black with #000D6C
Text Example
Text Example
White with #000D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D6C; }
p { color: rgb(0,13,108); }
H1.HeaderClassName
{
color: #000D6C;
}
.AnyTagClassName
{
color: #000D6C;
}
</style>
background-color css
<style>
a { background-color: #000D6C; }
a { background-color: rgb(0,13,108); }
div.DivClassName
{
background-color: #000D6C;
}
.BgClassName
{
background-color: #000D6C;
}
</style>
border-color css
<style>
span { border-color: #000D6C; }
span { border-color: rgb(0,13,108); }
td.TdClassName
{
border-color: #000D6C;
}
.TagClassName
{
border-color: #000D6C;
}
</style>