Shades of Navy #0C0972
Tints of Navy #0C0972
RGB
CMYK
RGB Variations
Color information
#0C0972 (or 0x0C0972) is known color: Navy. HEX triplet: 0C, 09 and 72. RGB value is (12,9,114). Sum of RGB (Red+Green+Blue) = 12+9+114=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 114 (44.92% from 255 or 84.44% from 135); Max value from RGB is 114 - color contains mainly: blue. Hex color #0C0972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0972 is #F3F68D. Grayscale: #151515. Windows color (decimal): -15988366 or 7473420. OLE color: 7473420.
HSL color Cylindrical-coordinate representation of color #0C0972: hue angle of 241.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0972 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 9 | 114 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.55 |
| HSL | 241.71º | 0.85% | 0.24% | - |
| HSV(B) | 241.71º | 0.92% | 0.45% | - |
| XYZ | 3.29 | 1.49 | 16.03 | - |
| YUV | 21.87 | 179.99 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 114 | 0.89 | 0.92 | 0 | 0.55 | 241.71 | 0.85 | 0.24 |
| Hex | C | 9 | 72 | 59 | 5C | 0 | 37 | F2 | 55 | 18 |
| Octal | 14 | 11 | 162 | 131 | 134 | 0 | 67 | 362 | 125 | 30 |
| Binary | 1100 | 1001 | 1110010 | 1011001 | 1011100 | 0 | 110111 | 11110010 | 1010101 | 11000 |
Color Harmonies of #0C0972
Complementary color
Monochromatic Colors of #0C0972
Black with #0C0972
Text Example
Text Example
White with #0C0972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0972; }
p { color: rgb(12,9,114); }
H1.HeaderClassName
{
color: #0C0972;
}
.AnyTagClassName
{
color: #0C0972;
}
</style>
background-color css
<style>
a { background-color: #0C0972; }
a { background-color: rgb(12,9,114); }
div.DivClassName
{
background-color: #0C0972;
}
.BgClassName
{
background-color: #0C0972;
}
</style>
border-color css
<style>
span { border-color: #0C0972; }
span { border-color: rgb(12,9,114); }
td.TdClassName
{
border-color: #0C0972;
}
.TagClassName
{
border-color: #0C0972;
}
</style>