Shades of Navy #0C027D
Tints of Navy #0C027D
RGB
CMYK
RGB Variations
Color information
#0C027D (or 0x0C027D) is known color: Navy. HEX triplet: 0C, 02 and 7D. RGB value is (12,2,125). Sum of RGB (Red+Green+Blue) = 12+2+125=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 125 (49.22% from 255 or 89.93% from 139); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C027D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C027D is #F3FD82. Grayscale: #121212. Windows color (decimal): -15990147 or 8192524. OLE color: 8192524.
HSL color Cylindrical-coordinate representation of color #0C027D: hue angle of 244.88º degrees, saturation: 0.97, 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 #0C027D is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 2 | 125 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.51 |
| HSL | 244.88º | 0.97% | 0.25% | - |
| HSV(B) | 244.88º | 0.98% | 0.49% | - |
| XYZ | 3.87 | 1.6 | 19.51 | - |
| YUV | 19.01 | 187.81 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 125 | 0.90 | 0.98 | 0 | 0.51 | 244.88 | 0.97 | 0.25 |
| Hex | C | 2 | 7D | 5A | 62 | 0 | 33 | F5 | 61 | 19 |
| Octal | 14 | 2 | 175 | 132 | 142 | 0 | 63 | 365 | 141 | 31 |
| Binary | 1100 | 10 | 1111101 | 1011010 | 1100010 | 0 | 110011 | 11110101 | 1100001 | 11001 |
Color Harmonies of #0C027D
Complementary color
Monochromatic Colors of #0C027D
Black with #0C027D
Text Example
Text Example
White with #0C027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C027D; }
p { color: rgb(12,2,125); }
H1.HeaderClassName
{
color: #0C027D;
}
.AnyTagClassName
{
color: #0C027D;
}
</style>
background-color css
<style>
a { background-color: #0C027D; }
a { background-color: rgb(12,2,125); }
div.DivClassName
{
background-color: #0C027D;
}
.BgClassName
{
background-color: #0C027D;
}
</style>
border-color css
<style>
span { border-color: #0C027D; }
span { border-color: rgb(12,2,125); }
td.TdClassName
{
border-color: #0C027D;
}
.TagClassName
{
border-color: #0C027D;
}
</style>