Shades of Cobalt #114DA9
Tints of Cobalt #114DA9
RGB
CMYK
RGB Variations
Color information
#114DA9 (or 0x114DA9) is known color: Cobalt. HEX triplet: 11, 4D and A9. RGB value is (17,77,169). Sum of RGB (Red+Green+Blue) = 17+77+169=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 169 (66.41% from 255 or 64.26% from 263); Max value from RGB is 169 - color contains mainly: blue. Hex color #114DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DA9 is #EEB256. Grayscale: #454545. Windows color (decimal): -15643223 or 11095313. OLE color: 11095313.
HSL color Cylindrical-coordinate representation of color #114DA9: hue angle of 216.32º 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 #114DA9 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 77 | 169 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.34 |
| HSL | 216.32º | 0.82% | 0.36% | - |
| HSV(B) | 216.32º | 0.9% | 0.66% | - |
| XYZ | 10.05 | 8.29 | 38.61 | - |
| YUV | 69.55 | 184.12 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 169 | 0.90 | 0.54 | 0 | 0.34 | 216.32 | 0.82 | 0.36 |
| Hex | 11 | 4D | A9 | 5A | 36 | 0 | 22 | D8 | 52 | 24 |
| Octal | 21 | 115 | 251 | 132 | 66 | 0 | 42 | 330 | 122 | 44 |
| Binary | 10001 | 1001101 | 10101001 | 1011010 | 110110 | 0 | 100010 | 11011000 | 1010010 | 100100 |
Color Harmonies of #114DA9
Complementary color
Monochromatic Colors of #114DA9
Black with #114DA9
Text Example
Text Example
White with #114DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DA9; }
p { color: rgb(17,77,169); }
H1.HeaderClassName
{
color: #114DA9;
}
.AnyTagClassName
{
color: #114DA9;
}
</style>
background-color css
<style>
a { background-color: #114DA9; }
a { background-color: rgb(17,77,169); }
div.DivClassName
{
background-color: #114DA9;
}
.BgClassName
{
background-color: #114DA9;
}
</style>
border-color css
<style>
span { border-color: #114DA9; }
span { border-color: rgb(17,77,169); }
td.TdClassName
{
border-color: #114DA9;
}
.TagClassName
{
border-color: #114DA9;
}
</style>