Shades of Cobalt #0E4DAA
Tints of Cobalt #0E4DAA
RGB
CMYK
RGB Variations
Color information
#0E4DAA (or 0x0E4DAA) is known color: Cobalt. HEX triplet: 0E, 4D and AA. RGB value is (14,77,170). Sum of RGB (Red+Green+Blue) = 14+77+170=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E4DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E4DAA is #F1B255. Grayscale: #444444. Windows color (decimal): -15839830 or 11160846. OLE color: 11160846.
HSL color Cylindrical-coordinate representation of color #0E4DAA: hue angle of 215.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4DAA is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 77 | 170 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.33 |
| HSL | 215.77º | 0.85% | 0.36% | - |
| HSV(B) | 215.77º | 0.92% | 0.67% | - |
| XYZ | 10.09 | 8.3 | 39.1 | - |
| YUV | 68.77 | 185.13 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 77 | 170 | 0.92 | 0.55 | 0 | 0.33 | 215.77 | 0.85 | 0.36 |
| Hex | E | 4D | AA | 5C | 37 | 0 | 21 | D8 | 55 | 24 |
| Octal | 16 | 115 | 252 | 134 | 67 | 0 | 41 | 330 | 125 | 44 |
| Binary | 1110 | 1001101 | 10101010 | 1011100 | 110111 | 0 | 100001 | 11011000 | 1010101 | 100100 |
Color Harmonies of #0E4DAA
Complementary color
Monochromatic Colors of #0E4DAA
Black with #0E4DAA
Text Example
Text Example
White with #0E4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4DAA; }
p { color: rgb(14,77,170); }
H1.HeaderClassName
{
color: #0E4DAA;
}
.AnyTagClassName
{
color: #0E4DAA;
}
</style>
background-color css
<style>
a { background-color: #0E4DAA; }
a { background-color: rgb(14,77,170); }
div.DivClassName
{
background-color: #0E4DAA;
}
.BgClassName
{
background-color: #0E4DAA;
}
</style>
border-color css
<style>
span { border-color: #0E4DAA; }
span { border-color: rgb(14,77,170); }
td.TdClassName
{
border-color: #0E4DAA;
}
.TagClassName
{
border-color: #0E4DAA;
}
</style>