Shades of Cobalt #115299
Tints of Cobalt #115299
RGB
CMYK
RGB Variations
Color information
#115299 (or 0x115299) is known color: Cobalt. HEX triplet: 11, 52 and 99. RGB value is (17,82,153). Sum of RGB (Red+Green+Blue) = 17+82+153=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #115299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115299 is #EEAD66. Grayscale: #464646. Windows color (decimal): -15641959 or 10048017. OLE color: 10048017.
HSL color Cylindrical-coordinate representation of color #115299: hue angle of 211.32º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115299 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 82 | 153 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.4 |
| HSL | 211.32º | 0.8% | 0.33% | - |
| HSV(B) | 211.32º | 0.89% | 0.6% | - |
| XYZ | 9 | 8.45 | 31.29 | - |
| YUV | 70.66 | 174.47 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 153 | 0.89 | 0.46 | 0 | 0.4 | 211.32 | 0.8 | 0.33 |
| Hex | 11 | 52 | 99 | 59 | 2E | 0 | 28 | D3 | 50 | 21 |
| Octal | 21 | 122 | 231 | 131 | 56 | 0 | 50 | 323 | 120 | 41 |
| Binary | 10001 | 1010010 | 10011001 | 1011001 | 101110 | 0 | 101000 | 11010011 | 1010000 | 100001 |
Color Harmonies of #115299
Complementary color
Monochromatic Colors of #115299
Black with #115299
Text Example
Text Example
White with #115299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115299; }
p { color: rgb(17,82,153); }
H1.HeaderClassName
{
color: #115299;
}
.AnyTagClassName
{
color: #115299;
}
</style>
background-color css
<style>
a { background-color: #115299; }
a { background-color: rgb(17,82,153); }
div.DivClassName
{
background-color: #115299;
}
.BgClassName
{
background-color: #115299;
}
</style>
border-color css
<style>
span { border-color: #115299; }
span { border-color: rgb(17,82,153); }
td.TdClassName
{
border-color: #115299;
}
.TagClassName
{
border-color: #115299;
}
</style>