Shades of Navy #0C0173
Tints of Navy #0C0173
RGB
CMYK
RGB Variations
Color information
#0C0173 (or 0x0C0173) is known color: Navy. HEX triplet: 0C, 01 and 73. RGB value is (12,1,115). Sum of RGB (Red+Green+Blue) = 12+1+115=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 115 (45.31% from 255 or 89.84% from 128); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C0173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0173 is #F3FE8C. Grayscale: #101010. Windows color (decimal): -15990413 or 7536908. OLE color: 7536908.
HSL color Cylindrical-coordinate representation of color #0C0173: hue angle of 245.79º 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 #0C0173 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 1 | 115 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.55 |
| HSL | 245.79º | 0.98% | 0.23% | - |
| HSV(B) | 245.79º | 0.99% | 0.45% | - |
| XYZ | 3.26 | 1.34 | 16.31 | - |
| YUV | 17.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 115 | 0.90 | 0.99 | 0 | 0.55 | 245.79 | 0.98 | 0.23 |
| Hex | C | 1 | 73 | 5A | 63 | 0 | 37 | F6 | 62 | 17 |
| Octal | 14 | 1 | 163 | 132 | 143 | 0 | 67 | 366 | 142 | 27 |
| Binary | 1100 | 1 | 1110011 | 1011010 | 1100011 | 0 | 110111 | 11110110 | 1100010 | 10111 |
Color Harmonies of #0C0173
Complementary color
Monochromatic Colors of #0C0173
Black with #0C0173
Text Example
Text Example
White with #0C0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0173; }
p { color: rgb(12,1,115); }
H1.HeaderClassName
{
color: #0C0173;
}
.AnyTagClassName
{
color: #0C0173;
}
</style>
background-color css
<style>
a { background-color: #0C0173; }
a { background-color: rgb(12,1,115); }
div.DivClassName
{
background-color: #0C0173;
}
.BgClassName
{
background-color: #0C0173;
}
</style>
border-color css
<style>
span { border-color: #0C0173; }
span { border-color: rgb(12,1,115); }
td.TdClassName
{
border-color: #0C0173;
}
.TagClassName
{
border-color: #0C0173;
}
</style>