Shades of Blue Stone #115E68
Tints of Blue Stone #115E68
RGB
CMYK
RGB Variations
Color information
#115E68 (or 0x115E68) is known color: Blue Stone. HEX triplet: 11, 5E and 68. RGB value is (17,94,104). Sum of RGB (Red+Green+Blue) = 17+94+104=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #115E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E68 is #EEA197. Grayscale: #484848. Windows color (decimal): -15638936 or 6839825. OLE color: 6839825.
HSL color Cylindrical-coordinate representation of color #115E68: hue angle of 186.9º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115E68 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 94 | 104 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.59 |
| HSL | 186.9º | 0.72% | 0.24% | - |
| HSV(B) | 186.9º | 0.84% | 0.41% | - |
| XYZ | 6.73 | 9.12 | 14.5 | - |
| YUV | 72.12 | 145.99 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 104 | 0.84 | 0.10 | 0 | 0.59 | 186.9 | 0.72 | 0.24 |
| Hex | 11 | 5E | 68 | 54 | A | 0 | 3B | BB | 48 | 18 |
| Octal | 21 | 136 | 150 | 124 | 12 | 0 | 73 | 273 | 110 | 30 |
| Binary | 10001 | 1011110 | 1101000 | 1010100 | 1010 | 0 | 111011 | 10111011 | 1001000 | 11000 |
Color Harmonies of #115E68
Complementary color
Monochromatic Colors of #115E68
Black with #115E68
Text Example
Text Example
White with #115E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E68; }
p { color: rgb(17,94,104); }
H1.HeaderClassName
{
color: #115E68;
}
.AnyTagClassName
{
color: #115E68;
}
</style>
background-color css
<style>
a { background-color: #115E68; }
a { background-color: rgb(17,94,104); }
div.DivClassName
{
background-color: #115E68;
}
.BgClassName
{
background-color: #115E68;
}
</style>
border-color css
<style>
span { border-color: #115E68; }
span { border-color: rgb(17,94,104); }
td.TdClassName
{
border-color: #115E68;
}
.TagClassName
{
border-color: #115E68;
}
</style>