Shades of Navy Blue #0C5ECC
Tints of Navy Blue #0C5ECC
RGB
CMYK
RGB Variations
Color information
#0C5ECC (or 0x0C5ECC) is known color: Navy Blue. HEX triplet: 0C, 5E and CC. RGB value is (12,94,204). Sum of RGB (Red+Green+Blue) = 12+94+204=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C5ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5ECC is #F3A133. Grayscale: #515151. Windows color (decimal): -15966516 or 13393420. OLE color: 13393420.
HSL color Cylindrical-coordinate representation of color #0C5ECC: hue angle of 214.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5ECC is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 94 | 204 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.2 |
| HSL | 214.38º | 0.89% | 0.42% | - |
| HSV(B) | 214.38º | 0.94% | 0.8% | - |
| XYZ | 15.05 | 12.44 | 58.74 | - |
| YUV | 82.02 | 196.83 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 94 | 204 | 0.94 | 0.54 | 0 | 0.2 | 214.38 | 0.89 | 0.42 |
| Hex | C | 5E | CC | 5E | 36 | 0 | 14 | D6 | 59 | 2A |
| Octal | 14 | 136 | 314 | 136 | 66 | 0 | 24 | 326 | 131 | 52 |
| Binary | 1100 | 1011110 | 11001100 | 1011110 | 110110 | 0 | 10100 | 11010110 | 1011001 | 101010 |
Color Harmonies of #0C5ECC
Complementary color
Monochromatic Colors of #0C5ECC
Black with #0C5ECC
Text Example
Text Example
White with #0C5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5ECC; }
p { color: rgb(12,94,204); }
H1.HeaderClassName
{
color: #0C5ECC;
}
.AnyTagClassName
{
color: #0C5ECC;
}
</style>
background-color css
<style>
a { background-color: #0C5ECC; }
a { background-color: rgb(12,94,204); }
div.DivClassName
{
background-color: #0C5ECC;
}
.BgClassName
{
background-color: #0C5ECC;
}
</style>
border-color css
<style>
span { border-color: #0C5ECC; }
span { border-color: rgb(12,94,204); }
td.TdClassName
{
border-color: #0C5ECC;
}
.TagClassName
{
border-color: #0C5ECC;
}
</style>