Shades of Cobalt #11599F
Tints of Cobalt #11599F
RGB
CMYK
RGB Variations
Color information
#11599F (or 0x11599F) is known color: Cobalt. HEX triplet: 11, 59 and 9F. RGB value is (17,89,159). Sum of RGB (Red+Green+Blue) = 17+89+159=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #11599F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11599F is #EEA660. Grayscale: #4B4B4B. Windows color (decimal): -15640161 or 10443025. OLE color: 10443025.
HSL color Cylindrical-coordinate representation of color #11599F: hue angle of 209.58º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11599F is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 89 | 159 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.38 |
| HSL | 209.58º | 0.81% | 0.35% | - |
| HSV(B) | 209.58º | 0.89% | 0.62% | - |
| XYZ | 10.06 | 9.77 | 34.16 | - |
| YUV | 75.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 159 | 0.89 | 0.44 | 0 | 0.38 | 209.58 | 0.81 | 0.35 |
| Hex | 11 | 59 | 9F | 59 | 2C | 0 | 26 | D2 | 51 | 23 |
| Octal | 21 | 131 | 237 | 131 | 54 | 0 | 46 | 322 | 121 | 43 |
| Binary | 10001 | 1011001 | 10011111 | 1011001 | 101100 | 0 | 100110 | 11010010 | 1010001 | 100011 |
Color Harmonies of #11599F
Complementary color
Monochromatic Colors of #11599F
Black with #11599F
Text Example
Text Example
White with #11599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11599F; }
p { color: rgb(17,89,159); }
H1.HeaderClassName
{
color: #11599F;
}
.AnyTagClassName
{
color: #11599F;
}
</style>
background-color css
<style>
a { background-color: #11599F; }
a { background-color: rgb(17,89,159); }
div.DivClassName
{
background-color: #11599F;
}
.BgClassName
{
background-color: #11599F;
}
</style>
border-color css
<style>
span { border-color: #11599F; }
span { border-color: rgb(17,89,159); }
td.TdClassName
{
border-color: #11599F;
}
.TagClassName
{
border-color: #11599F;
}
</style>