Shades of Cobalt #11539F
Tints of Cobalt #11539F
RGB
CMYK
RGB Variations
Color information
#11539F (or 0x11539F) is known color: Cobalt. HEX triplet: 11, 53 and 9F. RGB value is (17,83,159). Sum of RGB (Red+Green+Blue) = 17+83+159=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #11539F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11539F is #EEAC60. Grayscale: #474747. Windows color (decimal): -15641697 or 10441489. OLE color: 10441489.
HSL color Cylindrical-coordinate representation of color #11539F: hue angle of 212.11º 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 #11539F is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 83 | 159 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.38 |
| HSL | 212.11º | 0.81% | 0.35% | - |
| HSV(B) | 212.11º | 0.89% | 0.62% | - |
| XYZ | 9.58 | 8.81 | 34 | - |
| YUV | 71.93 | 177.13 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 159 | 0.89 | 0.48 | 0 | 0.38 | 212.11 | 0.81 | 0.35 |
| Hex | 11 | 53 | 9F | 59 | 30 | 0 | 26 | D4 | 51 | 23 |
| Octal | 21 | 123 | 237 | 131 | 60 | 0 | 46 | 324 | 121 | 43 |
| Binary | 10001 | 1010011 | 10011111 | 1011001 | 110000 | 0 | 100110 | 11010100 | 1010001 | 100011 |
Color Harmonies of #11539F
Complementary color
Monochromatic Colors of #11539F
Black with #11539F
Text Example
Text Example
White with #11539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11539F; }
p { color: rgb(17,83,159); }
H1.HeaderClassName
{
color: #11539F;
}
.AnyTagClassName
{
color: #11539F;
}
</style>
background-color css
<style>
a { background-color: #11539F; }
a { background-color: rgb(17,83,159); }
div.DivClassName
{
background-color: #11539F;
}
.BgClassName
{
background-color: #11539F;
}
</style>
border-color css
<style>
span { border-color: #11539F; }
span { border-color: rgb(17,83,159); }
td.TdClassName
{
border-color: #11539F;
}
.TagClassName
{
border-color: #11539F;
}
</style>