Shades of Blue Stone #115960
Tints of Blue Stone #115960
RGB
CMYK
RGB Variations
Color information
#115960 (or 0x115960) is known color: Blue Stone. HEX triplet: 11, 59 and 60. RGB value is (17,89,96). Sum of RGB (Red+Green+Blue) = 17+89+96=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #115960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115960 is #EEA69F. Grayscale: #444444. Windows color (decimal): -15640224 or 6314257. OLE color: 6314257.
HSL color Cylindrical-coordinate representation of color #115960: hue angle of 185.32º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115960 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 89 | 96 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.62 |
| HSL | 185.32º | 0.7% | 0.22% | - |
| HSV(B) | 185.32º | 0.82% | 0.38% | - |
| XYZ | 5.91 | 8.11 | 12.32 | - |
| YUV | 68.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 96 | 0.82 | 0.07 | 0 | 0.62 | 185.32 | 0.7 | 0.22 |
| Hex | 11 | 59 | 60 | 52 | 7 | 0 | 3E | B9 | 46 | 16 |
| Octal | 21 | 131 | 140 | 122 | 7 | 0 | 76 | 271 | 106 | 26 |
| Binary | 10001 | 1011001 | 1100000 | 1010010 | 111 | 0 | 111110 | 10111001 | 1000110 | 10110 |
Color Harmonies of #115960
Complementary color
Monochromatic Colors of #115960
Black with #115960
Text Example
Text Example
White with #115960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115960; }
p { color: rgb(17,89,96); }
H1.HeaderClassName
{
color: #115960;
}
.AnyTagClassName
{
color: #115960;
}
</style>
background-color css
<style>
a { background-color: #115960; }
a { background-color: rgb(17,89,96); }
div.DivClassName
{
background-color: #115960;
}
.BgClassName
{
background-color: #115960;
}
</style>
border-color css
<style>
span { border-color: #115960; }
span { border-color: rgb(17,89,96); }
td.TdClassName
{
border-color: #115960;
}
.TagClassName
{
border-color: #115960;
}
</style>