Shades of Navy #0C0776
Tints of Navy #0C0776
RGB
CMYK
RGB Variations
Color information
#0C0776 (or 0x0C0776) is known color: Navy. HEX triplet: 0C, 07 and 76. RGB value is (12,7,118). Sum of RGB (Red+Green+Blue) = 12+7+118=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 118 (46.48% from 255 or 86.13% from 137); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C0776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0776 is #F3F889. Grayscale: #141414. Windows color (decimal): -15988874 or 7735052. OLE color: 7735052.
HSL color Cylindrical-coordinate representation of color #0C0776: hue angle of 242.7º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0776 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 7 | 118 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.54 |
| HSL | 242.7º | 0.89% | 0.25% | - |
| HSV(B) | 242.7º | 0.94% | 0.46% | - |
| XYZ | 3.5 | 1.54 | 17.25 | - |
| YUV | 21.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 118 | 0.90 | 0.94 | 0 | 0.54 | 242.7 | 0.89 | 0.25 |
| Hex | C | 7 | 76 | 5A | 5E | 0 | 36 | F3 | 59 | 19 |
| Octal | 14 | 7 | 166 | 132 | 136 | 0 | 66 | 363 | 131 | 31 |
| Binary | 1100 | 111 | 1110110 | 1011010 | 1011110 | 0 | 110110 | 11110011 | 1011001 | 11001 |
Color Harmonies of #0C0776
Complementary color
Monochromatic Colors of #0C0776
Black with #0C0776
Text Example
Text Example
White with #0C0776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0776; }
p { color: rgb(12,7,118); }
H1.HeaderClassName
{
color: #0C0776;
}
.AnyTagClassName
{
color: #0C0776;
}
</style>
background-color css
<style>
a { background-color: #0C0776; }
a { background-color: rgb(12,7,118); }
div.DivClassName
{
background-color: #0C0776;
}
.BgClassName
{
background-color: #0C0776;
}
</style>
border-color css
<style>
span { border-color: #0C0776; }
span { border-color: rgb(12,7,118); }
td.TdClassName
{
border-color: #0C0776;
}
.TagClassName
{
border-color: #0C0776;
}
</style>