Shades of Navy #0C0772
Tints of Navy #0C0772
RGB
CMYK
RGB Variations
Color information
#0C0772 (or 0x0C0772) is known color: Navy. HEX triplet: 0C, 07 and 72. RGB value is (12,7,114). Sum of RGB (Red+Green+Blue) = 12+7+114=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 114 (44.92% from 255 or 85.71% from 133); Max value from RGB is 114 - color contains mainly: blue. Hex color #0C0772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0772 is #F3F88D. Grayscale: #141414. Windows color (decimal): -15988878 or 7472908. OLE color: 7472908.
HSL color Cylindrical-coordinate representation of color #0C0772: hue angle of 242.8º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0772 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 7 | 114 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.55 |
| HSL | 242.8º | 0.88% | 0.24% | - |
| HSV(B) | 242.8º | 0.94% | 0.45% | - |
| XYZ | 3.26 | 1.45 | 16.03 | - |
| YUV | 20.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 114 | 0.89 | 0.94 | 0 | 0.55 | 242.8 | 0.88 | 0.24 |
| Hex | C | 7 | 72 | 59 | 5E | 0 | 37 | F3 | 58 | 18 |
| Octal | 14 | 7 | 162 | 131 | 136 | 0 | 67 | 363 | 130 | 30 |
| Binary | 1100 | 111 | 1110010 | 1011001 | 1011110 | 0 | 110111 | 11110011 | 1011000 | 11000 |
Color Harmonies of #0C0772
Complementary color
Monochromatic Colors of #0C0772
Black with #0C0772
Text Example
Text Example
White with #0C0772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0772; }
p { color: rgb(12,7,114); }
H1.HeaderClassName
{
color: #0C0772;
}
.AnyTagClassName
{
color: #0C0772;
}
</style>
background-color css
<style>
a { background-color: #0C0772; }
a { background-color: rgb(12,7,114); }
div.DivClassName
{
background-color: #0C0772;
}
.BgClassName
{
background-color: #0C0772;
}
</style>
border-color css
<style>
span { border-color: #0C0772; }
span { border-color: rgb(12,7,114); }
td.TdClassName
{
border-color: #0C0772;
}
.TagClassName
{
border-color: #0C0772;
}
</style>