Shades of Navy #0C0070
Tints of Navy #0C0070
RGB
CMYK
RGB Variations
Color information
#0C0070 (or 0x0C0070) is known color: Navy. HEX triplet: 0C, 00 and 70. RGB value is (12,0,112). Sum of RGB (Red+Green+Blue) = 12+0+112=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 112 (44.14% from 255 or 90.32% from 124); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C0070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0070 is #F3FF8F. Grayscale: #0F0F0F. Windows color (decimal): -15990672 or 7340044. OLE color: 7340044.
HSL color Cylindrical-coordinate representation of color #0C0070: hue angle of 246.43º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0070 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 0 | 112 | - |
| CMYK | 0.89 | 1 | 0 | 0.56 |
| HSL | 246.43º | 1% | 0.22% | - |
| HSV(B) | 246.43º | 1% | 0.44% | - |
| XYZ | 3.08 | 1.25 | 15.41 | - |
| YUV | 16.36 | 181.98 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 112 | 0.89 | 1 | 0 | 0.56 | 246.43 | 1 | 0.22 |
| Hex | C | 0 | 70 | 59 | 64 | 0 | 38 | F6 | 64 | 16 |
| Octal | 14 | 0 | 160 | 131 | 144 | 0 | 70 | 366 | 144 | 26 |
| Binary | 1100 | 0 | 1110000 | 1011001 | 1100100 | 0 | 111000 | 11110110 | 1100100 | 10110 |
Color Harmonies of #0C0070
Complementary color
Monochromatic Colors of #0C0070
Black with #0C0070
Text Example
Text Example
White with #0C0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0070; }
p { color: rgb(12,0,112); }
H1.HeaderClassName
{
color: #0C0070;
}
.AnyTagClassName
{
color: #0C0070;
}
</style>
background-color css
<style>
a { background-color: #0C0070; }
a { background-color: rgb(12,0,112); }
div.DivClassName
{
background-color: #0C0070;
}
.BgClassName
{
background-color: #0C0070;
}
</style>
border-color css
<style>
span { border-color: #0C0070; }
span { border-color: rgb(12,0,112); }
td.TdClassName
{
border-color: #0C0070;
}
.TagClassName
{
border-color: #0C0070;
}
</style>