Shades of Cobalt #115BA0
Tints of Cobalt #115BA0
RGB
CMYK
RGB Variations
Color information
#115BA0 (or 0x115BA0) is known color: Cobalt. HEX triplet: 11, 5B and A0. RGB value is (17,91,160). Sum of RGB (Red+Green+Blue) = 17+91+160=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 160 (62.89% from 255 or 59.70% from 268); Max value from RGB is 160 - color contains mainly: blue. Hex color #115BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BA0 is #EEA45F. Grayscale: #4C4C4C. Windows color (decimal): -15639648 or 10509073. OLE color: 10509073.
HSL color Cylindrical-coordinate representation of color #115BA0: hue angle of 208.95º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115BA0 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 91 | 160 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.37 |
| HSL | 208.95º | 0.81% | 0.35% | - |
| HSV(B) | 208.95º | 0.89% | 0.63% | - |
| XYZ | 10.32 | 10.14 | 34.67 | - |
| YUV | 76.74 | 174.98 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 160 | 0.89 | 0.43 | 0 | 0.37 | 208.95 | 0.81 | 0.35 |
| Hex | 11 | 5B | A0 | 59 | 2B | 0 | 25 | D1 | 51 | 23 |
| Octal | 21 | 133 | 240 | 131 | 53 | 0 | 45 | 321 | 121 | 43 |
| Binary | 10001 | 1011011 | 10100000 | 1011001 | 101011 | 0 | 100101 | 11010001 | 1010001 | 100011 |
Color Harmonies of #115BA0
Complementary color
Monochromatic Colors of #115BA0
Black with #115BA0
Text Example
Text Example
White with #115BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BA0; }
p { color: rgb(17,91,160); }
H1.HeaderClassName
{
color: #115BA0;
}
.AnyTagClassName
{
color: #115BA0;
}
</style>
background-color css
<style>
a { background-color: #115BA0; }
a { background-color: rgb(17,91,160); }
div.DivClassName
{
background-color: #115BA0;
}
.BgClassName
{
background-color: #115BA0;
}
</style>
border-color css
<style>
span { border-color: #115BA0; }
span { border-color: rgb(17,91,160); }
td.TdClassName
{
border-color: #115BA0;
}
.TagClassName
{
border-color: #115BA0;
}
</style>