Shades of Cobalt #114EB2
Tints of Cobalt #114EB2
RGB
CMYK
RGB Variations
Color information
#114EB2 (or 0x114EB2) is known color: Cobalt. HEX triplet: 11, 4E and B2. RGB value is (17,78,178). Sum of RGB (Red+Green+Blue) = 17+78+178=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 178 (69.92% from 255 or 65.20% from 273); Max value from RGB is 178 - color contains mainly: blue. Hex color #114EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114EB2 is #EEB14D. Grayscale: #464646. Windows color (decimal): -15642958 or 11685393. OLE color: 11685393.
HSL color Cylindrical-coordinate representation of color #114EB2: hue angle of 217.27º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114EB2 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 78 | 178 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.30 |
| HSL | 217.27º | 0.83% | 0.38% | - |
| HSV(B) | 217.27º | 0.9% | 0.7% | - |
| XYZ | 10.99 | 8.78 | 43.24 | - |
| YUV | 71.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 178 | 0.90 | 0.56 | 0 | 0.30 | 217.27 | 0.83 | 0.38 |
| Hex | 11 | 4E | B2 | 5A | 38 | 0 | 1E | D9 | 53 | 26 |
| Octal | 21 | 116 | 262 | 132 | 70 | 0 | 36 | 331 | 123 | 46 |
| Binary | 10001 | 1001110 | 10110010 | 1011010 | 111000 | 0 | 11110 | 11011001 | 1010011 | 100110 |
Color Harmonies of #114EB2
Complementary color
Monochromatic Colors of #114EB2
Black with #114EB2
Text Example
Text Example
White with #114EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114EB2; }
p { color: rgb(17,78,178); }
H1.HeaderClassName
{
color: #114EB2;
}
.AnyTagClassName
{
color: #114EB2;
}
</style>
background-color css
<style>
a { background-color: #114EB2; }
a { background-color: rgb(17,78,178); }
div.DivClassName
{
background-color: #114EB2;
}
.BgClassName
{
background-color: #114EB2;
}
</style>
border-color css
<style>
span { border-color: #114EB2; }
span { border-color: rgb(17,78,178); }
td.TdClassName
{
border-color: #114EB2;
}
.TagClassName
{
border-color: #114EB2;
}
</style>