Shades of Cobalt #11529F
Tints of Cobalt #11529F
RGB
CMYK
RGB Variations
Color information
#11529F (or 0x11529F) is known color: Cobalt. HEX triplet: 11, 52 and 9F. RGB value is (17,82,159). Sum of RGB (Red+Green+Blue) = 17+82+159=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #11529F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11529F is #EEAD60. Grayscale: #464646. Windows color (decimal): -15641953 or 10441233. OLE color: 10441233.
HSL color Cylindrical-coordinate representation of color #11529F: hue angle of 212.54º 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 #11529F is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 82 | 159 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.38 |
| HSL | 212.54º | 0.81% | 0.35% | - |
| HSV(B) | 212.54º | 0.89% | 0.62% | - |
| XYZ | 9.51 | 8.66 | 33.97 | - |
| YUV | 71.34 | 177.47 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 159 | 0.89 | 0.48 | 0 | 0.38 | 212.54 | 0.81 | 0.35 |
| Hex | 11 | 52 | 9F | 59 | 30 | 0 | 26 | D5 | 51 | 23 |
| Octal | 21 | 122 | 237 | 131 | 60 | 0 | 46 | 325 | 121 | 43 |
| Binary | 10001 | 1010010 | 10011111 | 1011001 | 110000 | 0 | 100110 | 11010101 | 1010001 | 100011 |
Color Harmonies of #11529F
Complementary color
Monochromatic Colors of #11529F
Black with #11529F
Text Example
Text Example
White with #11529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11529F; }
p { color: rgb(17,82,159); }
H1.HeaderClassName
{
color: #11529F;
}
.AnyTagClassName
{
color: #11529F;
}
</style>
background-color css
<style>
a { background-color: #11529F; }
a { background-color: rgb(17,82,159); }
div.DivClassName
{
background-color: #11529F;
}
.BgClassName
{
background-color: #11529F;
}
</style>
border-color css
<style>
span { border-color: #11529F; }
span { border-color: rgb(17,82,159); }
td.TdClassName
{
border-color: #11529F;
}
.TagClassName
{
border-color: #11529F;
}
</style>