Shades of Navy #000D74
Tints of Navy #000D74
RGB
CMYK
RGB Variations
Color information
#000D74 (or 0x000D74) is known color: Navy. HEX triplet: 00, 0D and 74. RGB value is (0,13,116). Sum of RGB (Red+Green+Blue) = 0+13+116=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 116 (45.70% from 255 or 89.92% from 129); Max value from RGB is 116 - color contains mainly: blue. Hex color #000D74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D74 is #FFF28B. Grayscale: #141414. Windows color (decimal): -16773772 or 7605504. OLE color: 7605504.
HSL color Cylindrical-coordinate representation of color #000D74: hue angle of 233.28º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D74 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 13 | 116 | - |
| CMYK | 1 | 0.89 | 0 | 0.55 |
| HSL | 233.28º | 1% | 0.23% | - |
| HSV(B) | 233.28º | 1% | 0.45% | - |
| XYZ | 3.3 | 1.55 | 16.65 | - |
| YUV | 20.86 | 181.69 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 116 | 1 | 0.89 | 0 | 0.55 | 233.28 | 1 | 0.23 |
| Hex | 0 | D | 74 | 64 | 59 | 0 | 37 | E9 | 64 | 17 |
| Octal | 0 | 15 | 164 | 144 | 131 | 0 | 67 | 351 | 144 | 27 |
| Binary | 0 | 1101 | 1110100 | 1100100 | 1011001 | 0 | 110111 | 11101001 | 1100100 | 10111 |
Color Harmonies of #000D74
Complementary color
Monochromatic Colors of #000D74
Black with #000D74
Text Example
Text Example
White with #000D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D74; }
p { color: rgb(0,13,116); }
H1.HeaderClassName
{
color: #000D74;
}
.AnyTagClassName
{
color: #000D74;
}
</style>
background-color css
<style>
a { background-color: #000D74; }
a { background-color: rgb(0,13,116); }
div.DivClassName
{
background-color: #000D74;
}
.BgClassName
{
background-color: #000D74;
}
</style>
border-color css
<style>
span { border-color: #000D74; }
span { border-color: rgb(0,13,116); }
td.TdClassName
{
border-color: #000D74;
}
.TagClassName
{
border-color: #000D74;
}
</style>