Shades of Navy #000D6D
Tints of Navy #000D6D
RGB
CMYK
RGB Variations
Color information
#000D6D (or 0x000D6D) is known color: Navy. HEX triplet: 00, 0D and 6D. RGB value is (0,13,109). Sum of RGB (Red+Green+Blue) = 0+13+109=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 109 (42.97% from 255 or 89.34% from 122); Max value from RGB is 109 - color contains mainly: blue. Hex color #000D6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D6D is #FFF292. Grayscale: #131313. Windows color (decimal): -16773779 or 7146752. OLE color: 7146752.
HSL color Cylindrical-coordinate representation of color #000D6D: hue angle of 232.84º 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 #000D6D is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 13 | 109 | - |
| CMYK | 1 | 0.88 | 0 | 0.57 |
| HSL | 232.84º | 1% | 0.21% | - |
| HSV(B) | 232.84º | 1% | 0.43% | - |
| XYZ | 2.9 | 1.39 | 14.58 | - |
| YUV | 20.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 109 | 1 | 0.88 | 0 | 0.57 | 232.84 | 1 | 0.21 |
| Hex | 0 | D | 6D | 64 | 58 | 0 | 39 | E9 | 64 | 15 |
| Octal | 0 | 15 | 155 | 144 | 130 | 0 | 71 | 351 | 144 | 25 |
| Binary | 0 | 1101 | 1101101 | 1100100 | 1011000 | 0 | 111001 | 11101001 | 1100100 | 10101 |
Color Harmonies of #000D6D
Complementary color
Monochromatic Colors of #000D6D
Black with #000D6D
Text Example
Text Example
White with #000D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D6D; }
p { color: rgb(0,13,109); }
H1.HeaderClassName
{
color: #000D6D;
}
.AnyTagClassName
{
color: #000D6D;
}
</style>
background-color css
<style>
a { background-color: #000D6D; }
a { background-color: rgb(0,13,109); }
div.DivClassName
{
background-color: #000D6D;
}
.BgClassName
{
background-color: #000D6D;
}
</style>
border-color css
<style>
span { border-color: #000D6D; }
span { border-color: rgb(0,13,109); }
td.TdClassName
{
border-color: #000D6D;
}
.TagClassName
{
border-color: #000D6D;
}
</style>