Shades of Navy Blue #0C5DCB
Tints of Navy Blue #0C5DCB
RGB
CMYK
RGB Variations
Color information
#0C5DCB (or 0x0C5DCB) is known color: Navy Blue. HEX triplet: 0C, 5D and CB. RGB value is (12,93,203). Sum of RGB (Red+Green+Blue) = 12+93+203=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C5DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5DCB is #F3A234. Grayscale: #505050. Windows color (decimal): -15966773 or 13327628. OLE color: 13327628.
HSL color Cylindrical-coordinate representation of color #0C5DCB: hue angle of 214.55º 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 #0C5DCB is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 93 | 203 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.20 |
| HSL | 214.56º | 0.89% | 0.42% | - |
| HSV(B) | 214.56º | 0.94% | 0.8% | - |
| XYZ | 14.85 | 12.22 | 58.08 | - |
| YUV | 81.32 | 196.66 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 93 | 203 | 0.94 | 0.54 | 0 | 0.20 | 214.56 | 0.89 | 0.42 |
| Hex | C | 5D | CB | 5E | 36 | 0 | 14 | D7 | 59 | 2A |
| Octal | 14 | 135 | 313 | 136 | 66 | 0 | 24 | 327 | 131 | 52 |
| Binary | 1100 | 1011101 | 11001011 | 1011110 | 110110 | 0 | 10100 | 11010111 | 1011001 | 101010 |
Color Harmonies of #0C5DCB
Complementary color
Monochromatic Colors of #0C5DCB
Black with #0C5DCB
Text Example
Text Example
White with #0C5DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5DCB; }
p { color: rgb(12,93,203); }
H1.HeaderClassName
{
color: #0C5DCB;
}
.AnyTagClassName
{
color: #0C5DCB;
}
</style>
background-color css
<style>
a { background-color: #0C5DCB; }
a { background-color: rgb(12,93,203); }
div.DivClassName
{
background-color: #0C5DCB;
}
.BgClassName
{
background-color: #0C5DCB;
}
</style>
border-color css
<style>
span { border-color: #0C5DCB; }
span { border-color: rgb(12,93,203); }
td.TdClassName
{
border-color: #0C5DCB;
}
.TagClassName
{
border-color: #0C5DCB;
}
</style>