Shades of Navy #0D0470
Tints of Navy #0D0470
RGB
CMYK
RGB Variations
Color information
#0D0470 (or 0x0D0470) is known color: Navy. HEX triplet: 0D, 04 and 70. RGB value is (13,4,112). Sum of RGB (Red+Green+Blue) = 13+4+112=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 112 (44.14% from 255 or 86.82% from 129); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D0470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0470 is #F2FB8F. Grayscale: #121212. Windows color (decimal): -15924112 or 7341069. OLE color: 7341069.
HSL color Cylindrical-coordinate representation of color #0D0470: hue angle of 245º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0470 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 4 | 112 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.56 |
| HSL | 245º | 0.93% | 0.23% | - |
| HSV(B) | 245º | 0.96% | 0.44% | - |
| XYZ | 3.13 | 1.34 | 15.42 | - |
| YUV | 19 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 112 | 0.88 | 0.96 | 0 | 0.56 | 245 | 0.93 | 0.23 |
| Hex | D | 4 | 70 | 58 | 60 | 0 | 38 | F5 | 5D | 17 |
| Octal | 15 | 4 | 160 | 130 | 140 | 0 | 70 | 365 | 135 | 27 |
| Binary | 1101 | 100 | 1110000 | 1011000 | 1100000 | 0 | 111000 | 11110101 | 1011101 | 10111 |
Color Harmonies of #0D0470
Complementary color
Monochromatic Colors of #0D0470
Black with #0D0470
Text Example
Text Example
White with #0D0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0470; }
p { color: rgb(13,4,112); }
H1.HeaderClassName
{
color: #0D0470;
}
.AnyTagClassName
{
color: #0D0470;
}
</style>
background-color css
<style>
a { background-color: #0D0470; }
a { background-color: rgb(13,4,112); }
div.DivClassName
{
background-color: #0D0470;
}
.BgClassName
{
background-color: #0D0470;
}
</style>
border-color css
<style>
span { border-color: #0D0470; }
span { border-color: rgb(13,4,112); }
td.TdClassName
{
border-color: #0D0470;
}
.TagClassName
{
border-color: #0D0470;
}
</style>