Shades of Cobalt #115B9F
Tints of Cobalt #115B9F
RGB
CMYK
RGB Variations
Color information
#115B9F (or 0x115B9F) is known color: Cobalt. HEX triplet: 11, 5B and 9F. RGB value is (17,91,159). Sum of RGB (Red+Green+Blue) = 17+91+159=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #115B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115B9F is #EEA460. Grayscale: #4C4C4C. Windows color (decimal): -15639649 or 10443537. OLE color: 10443537.
HSL color Cylindrical-coordinate representation of color #115B9F: hue angle of 208.73º 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 #115B9F is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 91 | 159 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.38 |
| HSL | 208.73º | 0.81% | 0.35% | - |
| HSV(B) | 208.73º | 0.89% | 0.62% | - |
| XYZ | 10.23 | 10.1 | 34.21 | - |
| YUV | 76.63 | 174.48 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 159 | 0.89 | 0.43 | 0 | 0.38 | 208.73 | 0.81 | 0.35 |
| Hex | 11 | 5B | 9F | 59 | 2B | 0 | 26 | D1 | 51 | 23 |
| Octal | 21 | 133 | 237 | 131 | 53 | 0 | 46 | 321 | 121 | 43 |
| Binary | 10001 | 1011011 | 10011111 | 1011001 | 101011 | 0 | 100110 | 11010001 | 1010001 | 100011 |
Color Harmonies of #115B9F
Complementary color
Monochromatic Colors of #115B9F
Black with #115B9F
Text Example
Text Example
White with #115B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B9F; }
p { color: rgb(17,91,159); }
H1.HeaderClassName
{
color: #115B9F;
}
.AnyTagClassName
{
color: #115B9F;
}
</style>
background-color css
<style>
a { background-color: #115B9F; }
a { background-color: rgb(17,91,159); }
div.DivClassName
{
background-color: #115B9F;
}
.BgClassName
{
background-color: #115B9F;
}
</style>
border-color css
<style>
span { border-color: #115B9F; }
span { border-color: rgb(17,91,159); }
td.TdClassName
{
border-color: #115B9F;
}
.TagClassName
{
border-color: #115B9F;
}
</style>