Shades of Navy Blue #0C5BCD
Tints of Navy Blue #0C5BCD
RGB
CMYK
RGB Variations
Color information
#0C5BCD (or 0x0C5BCD) is known color: Navy Blue. HEX triplet: 0C, 5B and CD. RGB value is (12,91,205). Sum of RGB (Red+Green+Blue) = 12+91+205=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C5BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5BCD is #F3A432. Grayscale: #4F4F4F. Windows color (decimal): -15967283 or 13458188. OLE color: 13458188.
HSL color Cylindrical-coordinate representation of color #0C5BCD: hue angle of 215.44º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5BCD is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 91 | 205 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.20 |
| HSL | 215.44º | 0.89% | 0.43% | - |
| HSV(B) | 215.44º | 0.94% | 0.8% | - |
| XYZ | 14.91 | 11.97 | 59.28 | - |
| YUV | 80.38 | 198.33 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 91 | 205 | 0.94 | 0.56 | 0 | 0.20 | 215.44 | 0.89 | 0.43 |
| Hex | C | 5B | CD | 5E | 38 | 0 | 14 | D7 | 59 | 2B |
| Octal | 14 | 133 | 315 | 136 | 70 | 0 | 24 | 327 | 131 | 53 |
| Binary | 1100 | 1011011 | 11001101 | 1011110 | 111000 | 0 | 10100 | 11010111 | 1011001 | 101011 |
Color Harmonies of #0C5BCD
Complementary color
Monochromatic Colors of #0C5BCD
Black with #0C5BCD
Text Example
Text Example
White with #0C5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5BCD; }
p { color: rgb(12,91,205); }
H1.HeaderClassName
{
color: #0C5BCD;
}
.AnyTagClassName
{
color: #0C5BCD;
}
</style>
background-color css
<style>
a { background-color: #0C5BCD; }
a { background-color: rgb(12,91,205); }
div.DivClassName
{
background-color: #0C5BCD;
}
.BgClassName
{
background-color: #0C5BCD;
}
</style>
border-color css
<style>
span { border-color: #0C5BCD; }
span { border-color: rgb(12,91,205); }
td.TdClassName
{
border-color: #0C5BCD;
}
.TagClassName
{
border-color: #0C5BCD;
}
</style>