Shades of Blue Stone #115E62
Tints of Blue Stone #115E62
RGB
CMYK
RGB Variations
Color information
#115E62 (or 0x115E62) is known color: Blue Stone. HEX triplet: 11, 5E and 62. RGB value is (17,94,98). Sum of RGB (Red+Green+Blue) = 17+94+98=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #115E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E62 is #EEA19D. Grayscale: #474747. Windows color (decimal): -15638942 or 6446609. OLE color: 6446609.
HSL color Cylindrical-coordinate representation of color #115E62: hue angle of 182.96º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115E62 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 94 | 98 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.62 |
| HSL | 182.96º | 0.7% | 0.23% | - |
| HSV(B) | 182.96º | 0.83% | 0.38% | - |
| XYZ | 6.44 | 9.01 | 12.95 | - |
| YUV | 71.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 98 | 0.83 | 0.04 | 0 | 0.62 | 182.96 | 0.7 | 0.23 |
| Hex | 11 | 5E | 62 | 53 | 4 | 0 | 3E | B7 | 46 | 17 |
| Octal | 21 | 136 | 142 | 123 | 4 | 0 | 76 | 267 | 106 | 27 |
| Binary | 10001 | 1011110 | 1100010 | 1010011 | 100 | 0 | 111110 | 10110111 | 1000110 | 10111 |
Color Harmonies of #115E62
Complementary color
Monochromatic Colors of #115E62
Black with #115E62
Text Example
Text Example
White with #115E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E62; }
p { color: rgb(17,94,98); }
H1.HeaderClassName
{
color: #115E62;
}
.AnyTagClassName
{
color: #115E62;
}
</style>
background-color css
<style>
a { background-color: #115E62; }
a { background-color: rgb(17,94,98); }
div.DivClassName
{
background-color: #115E62;
}
.BgClassName
{
background-color: #115E62;
}
</style>
border-color css
<style>
span { border-color: #115E62; }
span { border-color: rgb(17,94,98); }
td.TdClassName
{
border-color: #115E62;
}
.TagClassName
{
border-color: #115E62;
}
</style>