Shades of Navy Blue #0C5CCC
Tints of Navy Blue #0C5CCC
RGB
CMYK
RGB Variations
Color information
#0C5CCC (or 0x0C5CCC) is known color: Navy Blue. HEX triplet: 0C, 5C and CC. RGB value is (12,92,204). Sum of RGB (Red+Green+Blue) = 12+92+204=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C5CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5CCC is #F3A333. Grayscale: #505050. Windows color (decimal): -15967028 or 13392908. OLE color: 13392908.
HSL color Cylindrical-coordinate representation of color #0C5CCC: hue angle of 215º 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 #0C5CCC is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 92 | 204 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.2 |
| HSL | 215º | 0.89% | 0.42% | - |
| HSV(B) | 215º | 0.94% | 0.8% | - |
| XYZ | 14.88 | 12.09 | 58.68 | - |
| YUV | 80.85 | 197.5 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 92 | 204 | 0.94 | 0.55 | 0 | 0.2 | 215 | 0.89 | 0.42 |
| Hex | C | 5C | CC | 5E | 37 | 0 | 14 | D7 | 59 | 2A |
| Octal | 14 | 134 | 314 | 136 | 67 | 0 | 24 | 327 | 131 | 52 |
| Binary | 1100 | 1011100 | 11001100 | 1011110 | 110111 | 0 | 10100 | 11010111 | 1011001 | 101010 |
Color Harmonies of #0C5CCC
Complementary color
Monochromatic Colors of #0C5CCC
Black with #0C5CCC
Text Example
Text Example
White with #0C5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5CCC; }
p { color: rgb(12,92,204); }
H1.HeaderClassName
{
color: #0C5CCC;
}
.AnyTagClassName
{
color: #0C5CCC;
}
</style>
background-color css
<style>
a { background-color: #0C5CCC; }
a { background-color: rgb(12,92,204); }
div.DivClassName
{
background-color: #0C5CCC;
}
.BgClassName
{
background-color: #0C5CCC;
}
</style>
border-color css
<style>
span { border-color: #0C5CCC; }
span { border-color: rgb(12,92,204); }
td.TdClassName
{
border-color: #0C5CCC;
}
.TagClassName
{
border-color: #0C5CCC;
}
</style>