Shades of Navy #0C0979
Tints of Navy #0C0979
RGB
CMYK
RGB Variations
Color information
#0C0979 (or 0x0C0979) is known color: Navy. HEX triplet: 0C, 09 and 79. RGB value is (12,9,121). Sum of RGB (Red+Green+Blue) = 12+9+121=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 121 (47.66% from 255 or 85.21% from 142); Max value from RGB is 121 - color contains mainly: blue. Hex color #0C0979 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0979 is #F3F686. Grayscale: #161616. Windows color (decimal): -15988359 or 7932172. OLE color: 7932172.
HSL color Cylindrical-coordinate representation of color #0C0979: hue angle of 241.61º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0979 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 9 | 121 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.53 |
| HSL | 241.61º | 0.86% | 0.25% | - |
| HSV(B) | 241.61º | 0.93% | 0.47% | - |
| XYZ | 3.7 | 1.65 | 18.21 | - |
| YUV | 22.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 121 | 0.90 | 0.93 | 0 | 0.53 | 241.61 | 0.86 | 0.25 |
| Hex | C | 9 | 79 | 5A | 5D | 0 | 35 | F2 | 56 | 19 |
| Octal | 14 | 11 | 171 | 132 | 135 | 0 | 65 | 362 | 126 | 31 |
| Binary | 1100 | 1001 | 1111001 | 1011010 | 1011101 | 0 | 110101 | 11110010 | 1010110 | 11001 |
Color Harmonies of #0C0979
Complementary color
Monochromatic Colors of #0C0979
Black with #0C0979
Text Example
Text Example
White with #0C0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0979; }
p { color: rgb(12,9,121); }
H1.HeaderClassName
{
color: #0C0979;
}
.AnyTagClassName
{
color: #0C0979;
}
</style>
background-color css
<style>
a { background-color: #0C0979; }
a { background-color: rgb(12,9,121); }
div.DivClassName
{
background-color: #0C0979;
}
.BgClassName
{
background-color: #0C0979;
}
</style>
border-color css
<style>
span { border-color: #0C0979; }
span { border-color: rgb(12,9,121); }
td.TdClassName
{
border-color: #0C0979;
}
.TagClassName
{
border-color: #0C0979;
}
</style>