Shades of Navy #0C0176
Tints of Navy #0C0176
RGB
CMYK
RGB Variations
Color information
#0C0176 (or 0x0C0176) is known color: Navy. HEX triplet: 0C, 01 and 76. RGB value is (12,1,118). Sum of RGB (Red+Green+Blue) = 12+1+118=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 118 (46.48% from 255 or 90.08% from 131); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C0176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0176 is #F3FE89. Grayscale: #111111. Windows color (decimal): -15990410 or 7733516. OLE color: 7733516.
HSL color Cylindrical-coordinate representation of color #0C0176: hue angle of 245.64º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0176 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 1 | 118 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.54 |
| HSL | 245.64º | 0.98% | 0.23% | - |
| HSV(B) | 245.64º | 0.99% | 0.46% | - |
| XYZ | 3.43 | 1.41 | 17.23 | - |
| YUV | 17.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 118 | 0.90 | 0.99 | 0 | 0.54 | 245.64 | 0.98 | 0.23 |
| Hex | C | 1 | 76 | 5A | 63 | 0 | 36 | F6 | 62 | 17 |
| Octal | 14 | 1 | 166 | 132 | 143 | 0 | 66 | 366 | 142 | 27 |
| Binary | 1100 | 1 | 1110110 | 1011010 | 1100011 | 0 | 110110 | 11110110 | 1100010 | 10111 |
Color Harmonies of #0C0176
Complementary color
Monochromatic Colors of #0C0176
Black with #0C0176
Text Example
Text Example
White with #0C0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0176; }
p { color: rgb(12,1,118); }
H1.HeaderClassName
{
color: #0C0176;
}
.AnyTagClassName
{
color: #0C0176;
}
</style>
background-color css
<style>
a { background-color: #0C0176; }
a { background-color: rgb(12,1,118); }
div.DivClassName
{
background-color: #0C0176;
}
.BgClassName
{
background-color: #0C0176;
}
</style>
border-color css
<style>
span { border-color: #0C0176; }
span { border-color: rgb(12,1,118); }
td.TdClassName
{
border-color: #0C0176;
}
.TagClassName
{
border-color: #0C0176;
}
</style>