Shades of Navy Blue #0C5EDD
Tints of Navy Blue #0C5EDD
RGB
CMYK
RGB Variations
Color information
#0C5EDD (or 0x0C5EDD) is known color: Navy Blue. HEX triplet: 0C, 5E and DD. RGB value is (12,94,221). Sum of RGB (Red+Green+Blue) = 12+94+221=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C5EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5EDD is #F3A122. Grayscale: #535353. Windows color (decimal): -15966499 or 14507532. OLE color: 14507532.
HSL color Cylindrical-coordinate representation of color #0C5EDD: hue angle of 216.46º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C5EDD is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 94 | 221 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.13 |
| HSL | 216.46º | 0.9% | 0.46% | - |
| HSV(B) | 216.46º | 0.95% | 0.87% | - |
| XYZ | 17.21 | 13.3 | 70.07 | - |
| YUV | 83.96 | 205.33 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 94 | 221 | 0.95 | 0.57 | 0 | 0.13 | 216.46 | 0.9 | 0.46 |
| Hex | C | 5E | DD | 5F | 39 | 0 | D | D8 | 5A | 2E |
| Octal | 14 | 136 | 335 | 137 | 71 | 0 | 15 | 330 | 132 | 56 |
| Binary | 1100 | 1011110 | 11011101 | 1011111 | 111001 | 0 | 1101 | 11011000 | 1011010 | 101110 |
Color Harmonies of #0C5EDD
Complementary color
Monochromatic Colors of #0C5EDD
Black with #0C5EDD
Text Example
Text Example
White with #0C5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5EDD; }
p { color: rgb(12,94,221); }
H1.HeaderClassName
{
color: #0C5EDD;
}
.AnyTagClassName
{
color: #0C5EDD;
}
</style>
background-color css
<style>
a { background-color: #0C5EDD; }
a { background-color: rgb(12,94,221); }
div.DivClassName
{
background-color: #0C5EDD;
}
.BgClassName
{
background-color: #0C5EDD;
}
</style>
border-color css
<style>
span { border-color: #0C5EDD; }
span { border-color: rgb(12,94,221); }
td.TdClassName
{
border-color: #0C5EDD;
}
.TagClassName
{
border-color: #0C5EDD;
}
</style>