Shades of Navy Blue #0C5DCD
Tints of Navy Blue #0C5DCD
RGB
CMYK
RGB Variations
Color information
#0C5DCD (or 0x0C5DCD) is known color: Navy Blue. HEX triplet: 0C, 5D and CD. RGB value is (12,93,205). Sum of RGB (Red+Green+Blue) = 12+93+205=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C5DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5DCD is #F3A232. Grayscale: #515151. Windows color (decimal): -15966771 or 13458700. OLE color: 13458700.
HSL color Cylindrical-coordinate representation of color #0C5DCD: hue angle of 214.82º 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 #0C5DCD is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 93 | 205 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.20 |
| HSL | 214.82º | 0.89% | 0.43% | - |
| HSV(B) | 214.82º | 0.94% | 0.8% | - |
| XYZ | 15.09 | 12.31 | 59.34 | - |
| YUV | 81.55 | 197.66 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 93 | 205 | 0.94 | 0.55 | 0 | 0.20 | 214.82 | 0.89 | 0.43 |
| Hex | C | 5D | CD | 5E | 37 | 0 | 14 | D7 | 59 | 2B |
| Octal | 14 | 135 | 315 | 136 | 67 | 0 | 24 | 327 | 131 | 53 |
| Binary | 1100 | 1011101 | 11001101 | 1011110 | 110111 | 0 | 10100 | 11010111 | 1011001 | 101011 |
Color Harmonies of #0C5DCD
Complementary color
Monochromatic Colors of #0C5DCD
Black with #0C5DCD
Text Example
Text Example
White with #0C5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5DCD; }
p { color: rgb(12,93,205); }
H1.HeaderClassName
{
color: #0C5DCD;
}
.AnyTagClassName
{
color: #0C5DCD;
}
</style>
background-color css
<style>
a { background-color: #0C5DCD; }
a { background-color: rgb(12,93,205); }
div.DivClassName
{
background-color: #0C5DCD;
}
.BgClassName
{
background-color: #0C5DCD;
}
</style>
border-color css
<style>
span { border-color: #0C5DCD; }
span { border-color: rgb(12,93,205); }
td.TdClassName
{
border-color: #0C5DCD;
}
.TagClassName
{
border-color: #0C5DCD;
}
</style>