Shades of Blue Stone #115F66
Tints of Blue Stone #115F66
RGB
CMYK
RGB Variations
Color information
#115F66 (or 0x115F66) is known color: Blue Stone. HEX triplet: 11, 5F and 66. RGB value is (17,95,102). Sum of RGB (Red+Green+Blue) = 17+95+102=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #115F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F66 is #EEA099. Grayscale: #484848. Windows color (decimal): -15638682 or 6709009. OLE color: 6709009.
HSL color Cylindrical-coordinate representation of color #115F66: hue angle of 184.94º 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 #115F66 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 95 | 102 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.6 |
| HSL | 184.94º | 0.71% | 0.23% | - |
| HSV(B) | 184.94º | 0.83% | 0.4% | - |
| XYZ | 6.72 | 9.26 | 14 | - |
| YUV | 72.48 | 144.66 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 102 | 0.83 | 0.07 | 0 | 0.6 | 184.94 | 0.71 | 0.23 |
| Hex | 11 | 5F | 66 | 53 | 7 | 0 | 3C | B9 | 47 | 17 |
| Octal | 21 | 137 | 146 | 123 | 7 | 0 | 74 | 271 | 107 | 27 |
| Binary | 10001 | 1011111 | 1100110 | 1010011 | 111 | 0 | 111100 | 10111001 | 1000111 | 10111 |
Color Harmonies of #115F66
Complementary color
Monochromatic Colors of #115F66
Black with #115F66
Text Example
Text Example
White with #115F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F66; }
p { color: rgb(17,95,102); }
H1.HeaderClassName
{
color: #115F66;
}
.AnyTagClassName
{
color: #115F66;
}
</style>
background-color css
<style>
a { background-color: #115F66; }
a { background-color: rgb(17,95,102); }
div.DivClassName
{
background-color: #115F66;
}
.BgClassName
{
background-color: #115F66;
}
</style>
border-color css
<style>
span { border-color: #115F66; }
span { border-color: rgb(17,95,102); }
td.TdClassName
{
border-color: #115F66;
}
.TagClassName
{
border-color: #115F66;
}
</style>