Shades of Navy #0C0470
Tints of Navy #0C0470
RGB
CMYK
RGB Variations
Color information
#0C0470 (or 0x0C0470) is known color: Navy. HEX triplet: 0C, 04 and 70. RGB value is (12,4,112). Sum of RGB (Red+Green+Blue) = 12+4+112=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 112 (44.14% from 255 or 87.5% from 128); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C0470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0470 is #F3FB8F. Grayscale: #121212. Windows color (decimal): -15989648 or 7341068. OLE color: 7341068.
HSL color Cylindrical-coordinate representation of color #0C0470: hue angle of 244.44º 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 #0C0470 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 4 | 112 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.56 |
| HSL | 244.44º | 0.93% | 0.23% | - |
| HSV(B) | 244.44º | 0.96% | 0.44% | - |
| XYZ | 3.12 | 1.33 | 15.42 | - |
| YUV | 18.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 112 | 0.89 | 0.96 | 0 | 0.56 | 244.44 | 0.93 | 0.23 |
| Hex | C | 4 | 70 | 59 | 60 | 0 | 38 | F4 | 5D | 17 |
| Octal | 14 | 4 | 160 | 131 | 140 | 0 | 70 | 364 | 135 | 27 |
| Binary | 1100 | 100 | 1110000 | 1011001 | 1100000 | 0 | 111000 | 11110100 | 1011101 | 10111 |
Color Harmonies of #0C0470
Complementary color
Monochromatic Colors of #0C0470
Black with #0C0470
Text Example
Text Example
White with #0C0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0470; }
p { color: rgb(12,4,112); }
H1.HeaderClassName
{
color: #0C0470;
}
.AnyTagClassName
{
color: #0C0470;
}
</style>
background-color css
<style>
a { background-color: #0C0470; }
a { background-color: rgb(12,4,112); }
div.DivClassName
{
background-color: #0C0470;
}
.BgClassName
{
background-color: #0C0470;
}
</style>
border-color css
<style>
span { border-color: #0C0470; }
span { border-color: rgb(12,4,112); }
td.TdClassName
{
border-color: #0C0470;
}
.TagClassName
{
border-color: #0C0470;
}
</style>