Shades of Navy #0C027F
Tints of Navy #0C027F
RGB
CMYK
RGB Variations
Color information
#0C027F (or 0x0C027F) is known color: Navy. HEX triplet: 0C, 02 and 7F. RGB value is (12,2,127). Sum of RGB (Red+Green+Blue) = 12+2+127=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 127 (50% from 255 or 90.07% from 141); Max value from RGB is 127 - color contains mainly: blue. Hex color #0C027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C027F is #F3FD80. Grayscale: #121212. Windows color (decimal): -15990145 or 8323596. OLE color: 8323596.
HSL color Cylindrical-coordinate representation of color #0C027F: hue angle of 244.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C027F is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 2 | 127 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.50 |
| HSL | 244.8º | 0.97% | 0.25% | - |
| HSV(B) | 244.8º | 0.98% | 0.5% | - |
| XYZ | 4 | 1.65 | 20.19 | - |
| YUV | 19.24 | 188.81 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 127 | 0.91 | 0.98 | 0 | 0.50 | 244.8 | 0.97 | 0.25 |
| Hex | C | 2 | 7F | 5B | 62 | 0 | 32 | F5 | 61 | 19 |
| Octal | 14 | 2 | 177 | 133 | 142 | 0 | 62 | 365 | 141 | 31 |
| Binary | 1100 | 10 | 1111111 | 1011011 | 1100010 | 0 | 110010 | 11110101 | 1100001 | 11001 |
Color Harmonies of #0C027F
Complementary color
Monochromatic Colors of #0C027F
Black with #0C027F
Text Example
Text Example
White with #0C027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C027F; }
p { color: rgb(12,2,127); }
H1.HeaderClassName
{
color: #0C027F;
}
.AnyTagClassName
{
color: #0C027F;
}
</style>
background-color css
<style>
a { background-color: #0C027F; }
a { background-color: rgb(12,2,127); }
div.DivClassName
{
background-color: #0C027F;
}
.BgClassName
{
background-color: #0C027F;
}
</style>
border-color css
<style>
span { border-color: #0C027F; }
span { border-color: rgb(12,2,127); }
td.TdClassName
{
border-color: #0C027F;
}
.TagClassName
{
border-color: #0C027F;
}
</style>