Shades of Navy #0C057E
Tints of Navy #0C057E
RGB
CMYK
RGB Variations
Color information
#0C057E (or 0x0C057E) is known color: Navy. HEX triplet: 0C, 05 and 7E. RGB value is (12,5,126). Sum of RGB (Red+Green+Blue) = 12+5+126=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 126 (49.61% from 255 or 88.11% from 143); Max value from RGB is 126 - color contains mainly: blue. Hex color #0C057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C057E is #F3FA81. Grayscale: #141414. Windows color (decimal): -15989378 or 8258828. OLE color: 8258828.
HSL color Cylindrical-coordinate representation of color #0C057E: hue angle of 243.47º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C057E is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 5 | 126 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.51 |
| HSL | 243.47º | 0.92% | 0.26% | - |
| HSV(B) | 243.47º | 0.96% | 0.49% | - |
| XYZ | 3.97 | 1.69 | 19.86 | - |
| YUV | 20.89 | 187.32 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 126 | 0.90 | 0.96 | 0 | 0.51 | 243.47 | 0.92 | 0.26 |
| Hex | C | 5 | 7E | 5A | 60 | 0 | 33 | F3 | 5C | 1A |
| Octal | 14 | 5 | 176 | 132 | 140 | 0 | 63 | 363 | 134 | 32 |
| Binary | 1100 | 101 | 1111110 | 1011010 | 1100000 | 0 | 110011 | 11110011 | 1011100 | 11010 |
Color Harmonies of #0C057E
Complementary color
Monochromatic Colors of #0C057E
Black with #0C057E
Text Example
Text Example
White with #0C057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C057E; }
p { color: rgb(12,5,126); }
H1.HeaderClassName
{
color: #0C057E;
}
.AnyTagClassName
{
color: #0C057E;
}
</style>
background-color css
<style>
a { background-color: #0C057E; }
a { background-color: rgb(12,5,126); }
div.DivClassName
{
background-color: #0C057E;
}
.BgClassName
{
background-color: #0C057E;
}
</style>
border-color css
<style>
span { border-color: #0C057E; }
span { border-color: rgb(12,5,126); }
td.TdClassName
{
border-color: #0C057E;
}
.TagClassName
{
border-color: #0C057E;
}
</style>