Shades of Navy #0C0577
Tints of Navy #0C0577
RGB
CMYK
RGB Variations
Color information
#0C0577 (or 0x0C0577) is known color: Navy. HEX triplet: 0C, 05 and 77. RGB value is (12,5,119). Sum of RGB (Red+Green+Blue) = 12+5+119=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 119 (46.88% from 255 or 87.5% from 136); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C0577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0577 is #F3FA88. Grayscale: #131313. Windows color (decimal): -15989385 or 7800076. OLE color: 7800076.
HSL color Cylindrical-coordinate representation of color #0C0577: hue angle of 243.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0577 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 5 | 119 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.53 |
| HSL | 243.68º | 0.92% | 0.24% | - |
| HSV(B) | 243.68º | 0.96% | 0.47% | - |
| XYZ | 3.54 | 1.52 | 17.56 | - |
| YUV | 20.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 119 | 0.90 | 0.96 | 0 | 0.53 | 243.68 | 0.92 | 0.24 |
| Hex | C | 5 | 77 | 5A | 60 | 0 | 35 | F4 | 5C | 18 |
| Octal | 14 | 5 | 167 | 132 | 140 | 0 | 65 | 364 | 134 | 30 |
| Binary | 1100 | 101 | 1110111 | 1011010 | 1100000 | 0 | 110101 | 11110100 | 1011100 | 11000 |
Color Harmonies of #0C0577
Complementary color
Monochromatic Colors of #0C0577
Black with #0C0577
Text Example
Text Example
White with #0C0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0577; }
p { color: rgb(12,5,119); }
H1.HeaderClassName
{
color: #0C0577;
}
.AnyTagClassName
{
color: #0C0577;
}
</style>
background-color css
<style>
a { background-color: #0C0577; }
a { background-color: rgb(12,5,119); }
div.DivClassName
{
background-color: #0C0577;
}
.BgClassName
{
background-color: #0C0577;
}
</style>
border-color css
<style>
span { border-color: #0C0577; }
span { border-color: rgb(12,5,119); }
td.TdClassName
{
border-color: #0C0577;
}
.TagClassName
{
border-color: #0C0577;
}
</style>