Shades of Cobalt #114EA0
Tints of Cobalt #114EA0
RGB
CMYK
RGB Variations
Color information
#114EA0 (or 0x114EA0) is known color: Cobalt. HEX triplet: 11, 4E and A0. RGB value is (17,78,160). Sum of RGB (Red+Green+Blue) = 17+78+160=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 160 (62.89% from 255 or 62.75% from 255); Max value from RGB is 160 - color contains mainly: blue. Hex color #114EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114EA0 is #EEB15F. Grayscale: #444444. Windows color (decimal): -15642976 or 10505745. OLE color: 10505745.
HSL color Cylindrical-coordinate representation of color #114EA0: hue angle of 214.41º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114EA0 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 78 | 160 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.37 |
| HSL | 214.41º | 0.81% | 0.35% | - |
| HSV(B) | 214.41º | 0.89% | 0.63% | - |
| XYZ | 9.3 | 8.11 | 34.33 | - |
| YUV | 69.11 | 179.29 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 160 | 0.89 | 0.51 | 0 | 0.37 | 214.41 | 0.81 | 0.35 |
| Hex | 11 | 4E | A0 | 59 | 33 | 0 | 25 | D6 | 51 | 23 |
| Octal | 21 | 116 | 240 | 131 | 63 | 0 | 45 | 326 | 121 | 43 |
| Binary | 10001 | 1001110 | 10100000 | 1011001 | 110011 | 0 | 100101 | 11010110 | 1010001 | 100011 |
Color Harmonies of #114EA0
Complementary color
Monochromatic Colors of #114EA0
Black with #114EA0
Text Example
Text Example
White with #114EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114EA0; }
p { color: rgb(17,78,160); }
H1.HeaderClassName
{
color: #114EA0;
}
.AnyTagClassName
{
color: #114EA0;
}
</style>
background-color css
<style>
a { background-color: #114EA0; }
a { background-color: rgb(17,78,160); }
div.DivClassName
{
background-color: #114EA0;
}
.BgClassName
{
background-color: #114EA0;
}
</style>
border-color css
<style>
span { border-color: #114EA0; }
span { border-color: rgb(17,78,160); }
td.TdClassName
{
border-color: #114EA0;
}
.TagClassName
{
border-color: #114EA0;
}
</style>