Shades of Cobalt #11599E
Tints of Cobalt #11599E
RGB
CMYK
RGB Variations
Color information
#11599E (or 0x11599E) is known color: Cobalt. HEX triplet: 11, 59 and 9E. RGB value is (17,89,158). Sum of RGB (Red+Green+Blue) = 17+89+158=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #11599E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11599E is #EEA661. Grayscale: #4A4A4A. Windows color (decimal): -15640162 or 10377489. OLE color: 10377489.
HSL color Cylindrical-coordinate representation of color #11599E: hue angle of 209.36º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11599E is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 89 | 158 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.38 |
| HSL | 209.36º | 0.81% | 0.34% | - |
| HSV(B) | 209.36º | 0.89% | 0.62% | - |
| XYZ | 9.98 | 9.73 | 33.7 | - |
| YUV | 75.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 158 | 0.89 | 0.44 | 0 | 0.38 | 209.36 | 0.81 | 0.34 |
| Hex | 11 | 59 | 9E | 59 | 2C | 0 | 26 | D1 | 51 | 22 |
| Octal | 21 | 131 | 236 | 131 | 54 | 0 | 46 | 321 | 121 | 42 |
| Binary | 10001 | 1011001 | 10011110 | 1011001 | 101100 | 0 | 100110 | 11010001 | 1010001 | 100010 |
Color Harmonies of #11599E
Complementary color
Monochromatic Colors of #11599E
Black with #11599E
Text Example
Text Example
White with #11599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11599E; }
p { color: rgb(17,89,158); }
H1.HeaderClassName
{
color: #11599E;
}
.AnyTagClassName
{
color: #11599E;
}
</style>
background-color css
<style>
a { background-color: #11599E; }
a { background-color: rgb(17,89,158); }
div.DivClassName
{
background-color: #11599E;
}
.BgClassName
{
background-color: #11599E;
}
</style>
border-color css
<style>
span { border-color: #11599E; }
span { border-color: rgb(17,89,158); }
td.TdClassName
{
border-color: #11599E;
}
.TagClassName
{
border-color: #11599E;
}
</style>