Shades of Blue Stone #116157
Tints of Blue Stone #116157
RGB
CMYK
RGB Variations
Color information
#116157 (or 0x116157) is known color: Blue Stone. HEX triplet: 11, 61 and 57. RGB value is (17,97,87). Sum of RGB (Red+Green+Blue) = 17+97+87=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #116157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116157 is #EE9EA8. Grayscale: #474747. Windows color (decimal): -15638185 or 5726481. OLE color: 5726481.
HSL color Cylindrical-coordinate representation of color #116157: hue angle of 172.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116157 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 87 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.62 |
| HSL | 172.5º | 0.7% | 0.22% | - |
| HSV(B) | 172.5º | 0.82% | 0.38% | - |
| XYZ | 6.23 | 9.36 | 10.49 | - |
| YUV | 71.94 | 136.5 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 87 | 0.82 | 0 | 0.10 | 0.62 | 172.5 | 0.7 | 0.22 |
| Hex | 11 | 61 | 57 | 52 | 0 | A | 3E | AC | 46 | 16 |
| Octal | 21 | 141 | 127 | 122 | 0 | 12 | 76 | 254 | 106 | 26 |
| Binary | 10001 | 1100001 | 1010111 | 1010010 | 0 | 1010 | 111110 | 10101100 | 1000110 | 10110 |
Color Harmonies of #116157
Complementary color
Monochromatic Colors of #116157
Black with #116157
Text Example
Text Example
White with #116157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116157; }
p { color: rgb(17,97,87); }
H1.HeaderClassName
{
color: #116157;
}
.AnyTagClassName
{
color: #116157;
}
</style>
background-color css
<style>
a { background-color: #116157; }
a { background-color: rgb(17,97,87); }
div.DivClassName
{
background-color: #116157;
}
.BgClassName
{
background-color: #116157;
}
</style>
border-color css
<style>
span { border-color: #116157; }
span { border-color: rgb(17,97,87); }
td.TdClassName
{
border-color: #116157;
}
.TagClassName
{
border-color: #116157;
}
</style>