Shades of Blue Stone #115B63
Tints of Blue Stone #115B63
RGB
CMYK
RGB Variations
Color information
#115B63 (or 0x115B63) is known color: Blue Stone. HEX triplet: 11, 5B and 63. RGB value is (17,91,99). Sum of RGB (Red+Green+Blue) = 17+91+99=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #115B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B63 is #EEA49C. Grayscale: #454545. Windows color (decimal): -15639709 or 6511377. OLE color: 6511377.
HSL color Cylindrical-coordinate representation of color #115B63: hue angle of 185.85º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115B63 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 91 | 99 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.61 |
| HSL | 185.85º | 0.71% | 0.23% | - |
| HSV(B) | 185.85º | 0.83% | 0.39% | - |
| XYZ | 6.22 | 8.5 | 13.12 | - |
| YUV | 69.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 99 | 0.83 | 0.08 | 0 | 0.61 | 185.85 | 0.71 | 0.23 |
| Hex | 11 | 5B | 63 | 53 | 8 | 0 | 3D | BA | 47 | 17 |
| Octal | 21 | 133 | 143 | 123 | 10 | 0 | 75 | 272 | 107 | 27 |
| Binary | 10001 | 1011011 | 1100011 | 1010011 | 1000 | 0 | 111101 | 10111010 | 1000111 | 10111 |
Color Harmonies of #115B63
Complementary color
Monochromatic Colors of #115B63
Black with #115B63
Text Example
Text Example
White with #115B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B63; }
p { color: rgb(17,91,99); }
H1.HeaderClassName
{
color: #115B63;
}
.AnyTagClassName
{
color: #115B63;
}
</style>
background-color css
<style>
a { background-color: #115B63; }
a { background-color: rgb(17,91,99); }
div.DivClassName
{
background-color: #115B63;
}
.BgClassName
{
background-color: #115B63;
}
</style>
border-color css
<style>
span { border-color: #115B63; }
span { border-color: rgb(17,91,99); }
td.TdClassName
{
border-color: #115B63;
}
.TagClassName
{
border-color: #115B63;
}
</style>