Shades of Blue Stone #115C65
Tints of Blue Stone #115C65
RGB
CMYK
RGB Variations
Color information
#115C65 (or 0x115C65) is known color: Blue Stone. HEX triplet: 11, 5C and 65. RGB value is (17,92,101). Sum of RGB (Red+Green+Blue) = 17+92+101=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #115C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C65 is #EEA39A. Grayscale: #464646. Windows color (decimal): -15639451 or 6642705. OLE color: 6642705.
HSL color Cylindrical-coordinate representation of color #115C65: hue angle of 186.43º 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 #115C65 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 92 | 101 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.60 |
| HSL | 186.43º | 0.71% | 0.23% | - |
| HSV(B) | 186.43º | 0.83% | 0.4% | - |
| XYZ | 6.41 | 8.71 | 13.66 | - |
| YUV | 70.6 | 145.15 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 101 | 0.83 | 0.09 | 0 | 0.60 | 186.43 | 0.71 | 0.23 |
| Hex | 11 | 5C | 65 | 53 | 9 | 0 | 3C | BA | 47 | 17 |
| Octal | 21 | 134 | 145 | 123 | 11 | 0 | 74 | 272 | 107 | 27 |
| Binary | 10001 | 1011100 | 1100101 | 1010011 | 1001 | 0 | 111100 | 10111010 | 1000111 | 10111 |
Color Harmonies of #115C65
Complementary color
Monochromatic Colors of #115C65
Black with #115C65
Text Example
Text Example
White with #115C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C65; }
p { color: rgb(17,92,101); }
H1.HeaderClassName
{
color: #115C65;
}
.AnyTagClassName
{
color: #115C65;
}
</style>
background-color css
<style>
a { background-color: #115C65; }
a { background-color: rgb(17,92,101); }
div.DivClassName
{
background-color: #115C65;
}
.BgClassName
{
background-color: #115C65;
}
</style>
border-color css
<style>
span { border-color: #115C65; }
span { border-color: rgb(17,92,101); }
td.TdClassName
{
border-color: #115C65;
}
.TagClassName
{
border-color: #115C65;
}
</style>