Shades of Cobalt #114BAB
Tints of Cobalt #114BAB
RGB
CMYK
RGB Variations
Color information
#114BAB (or 0x114BAB) is known color: Cobalt. HEX triplet: 11, 4B and AB. RGB value is (17,75,171). Sum of RGB (Red+Green+Blue) = 17+75+171=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #114BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114BAB is #EEB454. Grayscale: #444444. Windows color (decimal): -15643733 or 11225873. OLE color: 11225873.
HSL color Cylindrical-coordinate representation of color #114BAB: hue angle of 217.4º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114BAB is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 75 | 171 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.33 |
| HSL | 217.4º | 0.82% | 0.37% | - |
| HSV(B) | 217.4º | 0.9% | 0.67% | - |
| XYZ | 10.1 | 8.09 | 39.56 | - |
| YUV | 68.6 | 185.78 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 171 | 0.90 | 0.56 | 0 | 0.33 | 217.4 | 0.82 | 0.37 |
| Hex | 11 | 4B | AB | 5A | 38 | 0 | 21 | D9 | 52 | 25 |
| Octal | 21 | 113 | 253 | 132 | 70 | 0 | 41 | 331 | 122 | 45 |
| Binary | 10001 | 1001011 | 10101011 | 1011010 | 111000 | 0 | 100001 | 11011001 | 1010010 | 100101 |
Color Harmonies of #114BAB
Complementary color
Monochromatic Colors of #114BAB
Black with #114BAB
Text Example
Text Example
White with #114BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BAB; }
p { color: rgb(17,75,171); }
H1.HeaderClassName
{
color: #114BAB;
}
.AnyTagClassName
{
color: #114BAB;
}
</style>
background-color css
<style>
a { background-color: #114BAB; }
a { background-color: rgb(17,75,171); }
div.DivClassName
{
background-color: #114BAB;
}
.BgClassName
{
background-color: #114BAB;
}
</style>
border-color css
<style>
span { border-color: #114BAB; }
span { border-color: rgb(17,75,171); }
td.TdClassName
{
border-color: #114BAB;
}
.TagClassName
{
border-color: #114BAB;
}
</style>