Shades of Navy #0C037D
Tints of Navy #0C037D
RGB
CMYK
RGB Variations
Color information
#0C037D (or 0x0C037D) is known color: Navy. HEX triplet: 0C, 03 and 7D. RGB value is (12,3,125). Sum of RGB (Red+Green+Blue) = 12+3+125=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 125 (49.22% from 255 or 89.29% from 140); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C037D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C037D is #F3FC82. Grayscale: #131313. Windows color (decimal): -15989891 or 8192780. OLE color: 8192780.
HSL color Cylindrical-coordinate representation of color #0C037D: hue angle of 244.43º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C037D is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 3 | 125 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.51 |
| HSL | 244.43º | 0.95% | 0.25% | - |
| HSV(B) | 244.43º | 0.98% | 0.49% | - |
| XYZ | 3.89 | 1.62 | 19.51 | - |
| YUV | 19.6 | 187.48 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 125 | 0.90 | 0.98 | 0 | 0.51 | 244.43 | 0.95 | 0.25 |
| Hex | C | 3 | 7D | 5A | 62 | 0 | 33 | F4 | 5F | 19 |
| Octal | 14 | 3 | 175 | 132 | 142 | 0 | 63 | 364 | 137 | 31 |
| Binary | 1100 | 11 | 1111101 | 1011010 | 1100010 | 0 | 110011 | 11110100 | 1011111 | 11001 |
Color Harmonies of #0C037D
Complementary color
Monochromatic Colors of #0C037D
Black with #0C037D
Text Example
Text Example
White with #0C037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C037D; }
p { color: rgb(12,3,125); }
H1.HeaderClassName
{
color: #0C037D;
}
.AnyTagClassName
{
color: #0C037D;
}
</style>
background-color css
<style>
a { background-color: #0C037D; }
a { background-color: rgb(12,3,125); }
div.DivClassName
{
background-color: #0C037D;
}
.BgClassName
{
background-color: #0C037D;
}
</style>
border-color css
<style>
span { border-color: #0C037D; }
span { border-color: rgb(12,3,125); }
td.TdClassName
{
border-color: #0C037D;
}
.TagClassName
{
border-color: #0C037D;
}
</style>