Shades of Blue Stone #115B65
Tints of Blue Stone #115B65
RGB
CMYK
RGB Variations
Color information
#115B65 (or 0x115B65) is known color: Blue Stone. HEX triplet: 11, 5B and 65. RGB value is (17,91,101). Sum of RGB (Red+Green+Blue) = 17+91+101=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #115B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B65 is #EEA49A. Grayscale: #454545. Windows color (decimal): -15639707 or 6642449. OLE color: 6642449.
HSL color Cylindrical-coordinate representation of color #115B65: hue angle of 187.14º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115B65 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 91 | 101 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.60 |
| HSL | 187.14º | 0.71% | 0.23% | - |
| HSV(B) | 187.14º | 0.83% | 0.4% | - |
| XYZ | 6.32 | 8.54 | 13.63 | - |
| YUV | 70.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 101 | 0.83 | 0.10 | 0 | 0.60 | 187.14 | 0.71 | 0.23 |
| Hex | 11 | 5B | 65 | 53 | A | 0 | 3C | BB | 47 | 17 |
| Octal | 21 | 133 | 145 | 123 | 12 | 0 | 74 | 273 | 107 | 27 |
| Binary | 10001 | 1011011 | 1100101 | 1010011 | 1010 | 0 | 111100 | 10111011 | 1000111 | 10111 |
Color Harmonies of #115B65
Complementary color
Monochromatic Colors of #115B65
Black with #115B65
Text Example
Text Example
White with #115B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B65; }
p { color: rgb(17,91,101); }
H1.HeaderClassName
{
color: #115B65;
}
.AnyTagClassName
{
color: #115B65;
}
</style>
background-color css
<style>
a { background-color: #115B65; }
a { background-color: rgb(17,91,101); }
div.DivClassName
{
background-color: #115B65;
}
.BgClassName
{
background-color: #115B65;
}
</style>
border-color css
<style>
span { border-color: #115B65; }
span { border-color: rgb(17,91,101); }
td.TdClassName
{
border-color: #115B65;
}
.TagClassName
{
border-color: #115B65;
}
</style>