Shades of Cobalt #115198
Tints of Cobalt #115198
RGB
CMYK
RGB Variations
Color information
#115198 (or 0x115198) is known color: Cobalt. HEX triplet: 11, 51 and 98. RGB value is (17,81,152). Sum of RGB (Red+Green+Blue) = 17+81+152=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #115198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115198 is #EEAE67. Grayscale: #454545. Windows color (decimal): -15642216 or 9982225. OLE color: 9982225.
HSL color Cylindrical-coordinate representation of color #115198: hue angle of 211.56º 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 #115198 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 81 | 152 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.40 |
| HSL | 211.56º | 0.8% | 0.33% | - |
| HSV(B) | 211.56º | 0.89% | 0.6% | - |
| XYZ | 8.84 | 8.27 | 30.84 | - |
| YUV | 69.96 | 174.3 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 152 | 0.89 | 0.47 | 0 | 0.40 | 211.56 | 0.8 | 0.33 |
| Hex | 11 | 51 | 98 | 59 | 2F | 0 | 28 | D4 | 50 | 21 |
| Octal | 21 | 121 | 230 | 131 | 57 | 0 | 50 | 324 | 120 | 41 |
| Binary | 10001 | 1010001 | 10011000 | 1011001 | 101111 | 0 | 101000 | 11010100 | 1010000 | 100001 |
Color Harmonies of #115198
Complementary color
Monochromatic Colors of #115198
Black with #115198
Text Example
Text Example
White with #115198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115198; }
p { color: rgb(17,81,152); }
H1.HeaderClassName
{
color: #115198;
}
.AnyTagClassName
{
color: #115198;
}
</style>
background-color css
<style>
a { background-color: #115198; }
a { background-color: rgb(17,81,152); }
div.DivClassName
{
background-color: #115198;
}
.BgClassName
{
background-color: #115198;
}
</style>
border-color css
<style>
span { border-color: #115198; }
span { border-color: rgb(17,81,152); }
td.TdClassName
{
border-color: #115198;
}
.TagClassName
{
border-color: #115198;
}
</style>