Shades of Navy #0C0172
Tints of Navy #0C0172
RGB
CMYK
RGB Variations
Color information
#0C0172 (or 0x0C0172) is known color: Navy. HEX triplet: 0C, 01 and 72. RGB value is (12,1,114). Sum of RGB (Red+Green+Blue) = 12+1+114=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 114 (44.92% from 255 or 89.76% from 127); Max value from RGB is 114 - color contains mainly: blue. Hex color #0C0172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0172 is #F3FE8D. Grayscale: #101010. Windows color (decimal): -15990414 or 7471372. OLE color: 7471372.
HSL color Cylindrical-coordinate representation of color #0C0172: hue angle of 245.84º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0172 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 1 | 114 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.55 |
| HSL | 245.84º | 0.98% | 0.23% | - |
| HSV(B) | 245.84º | 0.99% | 0.45% | - |
| XYZ | 3.2 | 1.31 | 16 | - |
| YUV | 17.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 114 | 0.89 | 0.99 | 0 | 0.55 | 245.84 | 0.98 | 0.23 |
| Hex | C | 1 | 72 | 59 | 63 | 0 | 37 | F6 | 62 | 17 |
| Octal | 14 | 1 | 162 | 131 | 143 | 0 | 67 | 366 | 142 | 27 |
| Binary | 1100 | 1 | 1110010 | 1011001 | 1100011 | 0 | 110111 | 11110110 | 1100010 | 10111 |
Color Harmonies of #0C0172
Complementary color
Monochromatic Colors of #0C0172
Black with #0C0172
Text Example
Text Example
White with #0C0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0172; }
p { color: rgb(12,1,114); }
H1.HeaderClassName
{
color: #0C0172;
}
.AnyTagClassName
{
color: #0C0172;
}
</style>
background-color css
<style>
a { background-color: #0C0172; }
a { background-color: rgb(12,1,114); }
div.DivClassName
{
background-color: #0C0172;
}
.BgClassName
{
background-color: #0C0172;
}
</style>
border-color css
<style>
span { border-color: #0C0172; }
span { border-color: rgb(12,1,114); }
td.TdClassName
{
border-color: #0C0172;
}
.TagClassName
{
border-color: #0C0172;
}
</style>