Shades of Blue Stone #115C66
Tints of Blue Stone #115C66
RGB
CMYK
RGB Variations
Color information
#115C66 (or 0x115C66) is known color: Blue Stone. HEX triplet: 11, 5C and 66. RGB value is (17,92,102). Sum of RGB (Red+Green+Blue) = 17+92+102=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #115C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C66 is #EEA399. Grayscale: #464646. Windows color (decimal): -15639450 or 6708241. OLE color: 6708241.
HSL color Cylindrical-coordinate representation of color #115C66: hue angle of 187.06º 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 #115C66 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 92 | 102 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.6 |
| HSL | 187.06º | 0.71% | 0.23% | - |
| HSV(B) | 187.06º | 0.83% | 0.4% | - |
| XYZ | 6.46 | 8.73 | 13.92 | - |
| YUV | 70.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 102 | 0.83 | 0.10 | 0 | 0.6 | 187.06 | 0.71 | 0.23 |
| Hex | 11 | 5C | 66 | 53 | A | 0 | 3C | BB | 47 | 17 |
| Octal | 21 | 134 | 146 | 123 | 12 | 0 | 74 | 273 | 107 | 27 |
| Binary | 10001 | 1011100 | 1100110 | 1010011 | 1010 | 0 | 111100 | 10111011 | 1000111 | 10111 |
Color Harmonies of #115C66
Complementary color
Monochromatic Colors of #115C66
Black with #115C66
Text Example
Text Example
White with #115C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C66; }
p { color: rgb(17,92,102); }
H1.HeaderClassName
{
color: #115C66;
}
.AnyTagClassName
{
color: #115C66;
}
</style>
background-color css
<style>
a { background-color: #115C66; }
a { background-color: rgb(17,92,102); }
div.DivClassName
{
background-color: #115C66;
}
.BgClassName
{
background-color: #115C66;
}
</style>
border-color css
<style>
span { border-color: #115C66; }
span { border-color: rgb(17,92,102); }
td.TdClassName
{
border-color: #115C66;
}
.TagClassName
{
border-color: #115C66;
}
</style>