Shades of Navy #0C0073
Tints of Navy #0C0073
RGB
CMYK
RGB Variations
Color information
#0C0073 (or 0x0C0073) is known color: Navy. HEX triplet: 0C, 00 and 73. RGB value is (12,0,115). Sum of RGB (Red+Green+Blue) = 12+0+115=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 115 (45.31% from 255 or 90.55% from 127); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C0073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0073 is #F3FF8C. Grayscale: #101010. Windows color (decimal): -15990669 or 7536652. OLE color: 7536652.
HSL color Cylindrical-coordinate representation of color #0C0073: hue angle of 246.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0073 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 0 | 115 | - |
| CMYK | 0.90 | 1 | 0 | 0.55 |
| HSL | 246.26º | 1% | 0.23% | - |
| HSV(B) | 246.26º | 1% | 0.45% | - |
| XYZ | 3.25 | 1.32 | 16.3 | - |
| YUV | 16.7 | 183.48 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 115 | 0.90 | 1 | 0 | 0.55 | 246.26 | 1 | 0.23 |
| Hex | C | 0 | 73 | 5A | 64 | 0 | 37 | F6 | 64 | 17 |
| Octal | 14 | 0 | 163 | 132 | 144 | 0 | 67 | 366 | 144 | 27 |
| Binary | 1100 | 0 | 1110011 | 1011010 | 1100100 | 0 | 110111 | 11110110 | 1100100 | 10111 |
Color Harmonies of #0C0073
Complementary color
Monochromatic Colors of #0C0073
Black with #0C0073
Text Example
Text Example
White with #0C0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0073; }
p { color: rgb(12,0,115); }
H1.HeaderClassName
{
color: #0C0073;
}
.AnyTagClassName
{
color: #0C0073;
}
</style>
background-color css
<style>
a { background-color: #0C0073; }
a { background-color: rgb(12,0,115); }
div.DivClassName
{
background-color: #0C0073;
}
.BgClassName
{
background-color: #0C0073;
}
</style>
border-color css
<style>
span { border-color: #0C0073; }
span { border-color: rgb(12,0,115); }
td.TdClassName
{
border-color: #0C0073;
}
.TagClassName
{
border-color: #0C0073;
}
</style>