Shades of Cobalt #114BA9
Tints of Cobalt #114BA9
RGB
CMYK
RGB Variations
Color information
#114BA9 (or 0x114BA9) is known color: Cobalt. HEX triplet: 11, 4B and A9. RGB value is (17,75,169). Sum of RGB (Red+Green+Blue) = 17+75+169=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 169 (66.41% from 255 or 64.75% from 261); Max value from RGB is 169 - color contains mainly: blue. Hex color #114BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114BA9 is #EEB456. Grayscale: #434343. Windows color (decimal): -15643735 or 11094801. OLE color: 11094801.
HSL color Cylindrical-coordinate representation of color #114BA9: hue angle of 217.11º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114BA9 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 75 | 169 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.34 |
| HSL | 217.11º | 0.82% | 0.36% | - |
| HSV(B) | 217.11º | 0.9% | 0.66% | - |
| XYZ | 9.91 | 8.02 | 38.56 | - |
| YUV | 68.37 | 184.78 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 169 | 0.90 | 0.56 | 0 | 0.34 | 217.11 | 0.82 | 0.36 |
| Hex | 11 | 4B | A9 | 5A | 38 | 0 | 22 | D9 | 52 | 24 |
| Octal | 21 | 113 | 251 | 132 | 70 | 0 | 42 | 331 | 122 | 44 |
| Binary | 10001 | 1001011 | 10101001 | 1011010 | 111000 | 0 | 100010 | 11011001 | 1010010 | 100100 |
Color Harmonies of #114BA9
Complementary color
Monochromatic Colors of #114BA9
Black with #114BA9
Text Example
Text Example
White with #114BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BA9; }
p { color: rgb(17,75,169); }
H1.HeaderClassName
{
color: #114BA9;
}
.AnyTagClassName
{
color: #114BA9;
}
</style>
background-color css
<style>
a { background-color: #114BA9; }
a { background-color: rgb(17,75,169); }
div.DivClassName
{
background-color: #114BA9;
}
.BgClassName
{
background-color: #114BA9;
}
</style>
border-color css
<style>
span { border-color: #114BA9; }
span { border-color: rgb(17,75,169); }
td.TdClassName
{
border-color: #114BA9;
}
.TagClassName
{
border-color: #114BA9;
}
</style>