Shades of Navy #0C0371
Tints of Navy #0C0371
RGB
CMYK
RGB Variations
Color information
#0C0371 (or 0x0C0371) is known color: Navy. HEX triplet: 0C, 03 and 71. RGB value is (12,3,113). Sum of RGB (Red+Green+Blue) = 12+3+113=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 113 (44.53% from 255 or 88.28% from 128); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C0371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0371 is #F3FC8E. Grayscale: #111111. Windows color (decimal): -15989903 or 7406348. OLE color: 7406348.
HSL color Cylindrical-coordinate representation of color #0C0371: hue angle of 244.91º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0371 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 3 | 113 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.56 |
| HSL | 244.91º | 0.95% | 0.23% | - |
| HSV(B) | 244.91º | 0.97% | 0.44% | - |
| XYZ | 3.16 | 1.34 | 15.71 | - |
| YUV | 18.23 | 181.48 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 113 | 0.89 | 0.97 | 0 | 0.56 | 244.91 | 0.95 | 0.23 |
| Hex | C | 3 | 71 | 59 | 61 | 0 | 38 | F5 | 5F | 17 |
| Octal | 14 | 3 | 161 | 131 | 141 | 0 | 70 | 365 | 137 | 27 |
| Binary | 1100 | 11 | 1110001 | 1011001 | 1100001 | 0 | 111000 | 11110101 | 1011111 | 10111 |
Color Harmonies of #0C0371
Complementary color
Monochromatic Colors of #0C0371
Black with #0C0371
Text Example
Text Example
White with #0C0371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0371; }
p { color: rgb(12,3,113); }
H1.HeaderClassName
{
color: #0C0371;
}
.AnyTagClassName
{
color: #0C0371;
}
</style>
background-color css
<style>
a { background-color: #0C0371; }
a { background-color: rgb(12,3,113); }
div.DivClassName
{
background-color: #0C0371;
}
.BgClassName
{
background-color: #0C0371;
}
</style>
border-color css
<style>
span { border-color: #0C0371; }
span { border-color: rgb(12,3,113); }
td.TdClassName
{
border-color: #0C0371;
}
.TagClassName
{
border-color: #0C0371;
}
</style>