Shades of Blue Stone #11706F
Tints of Blue Stone #11706F
RGB
CMYK
RGB Variations
Color information
#11706F (or 0x11706F) is known color: Blue Stone. HEX triplet: 11, 70 and 6F. RGB value is (17,112,111). Sum of RGB (Red+Green+Blue) = 17+112+111=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #11706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11706F is #EE8F90. Grayscale: #535353. Windows color (decimal): -15634321 or 7303185. OLE color: 7303185.
HSL color Cylindrical-coordinate representation of color #11706F: hue angle of 179.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11706F is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 111 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.56 |
| HSL | 179.37º | 0.74% | 0.25% | - |
| HSV(B) | 179.37º | 0.85% | 0.44% | - |
| XYZ | 8.89 | 12.86 | 17.05 | - |
| YUV | 83.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 111 | 0.85 | 0 | 0.01 | 0.56 | 179.37 | 0.74 | 0.25 |
| Hex | 11 | 70 | 6F | 55 | 0 | 1 | 38 | B3 | 4A | 19 |
| Octal | 21 | 160 | 157 | 125 | 0 | 1 | 70 | 263 | 112 | 31 |
| Binary | 10001 | 1110000 | 1101111 | 1010101 | 0 | 1 | 111000 | 10110011 | 1001010 | 11001 |
Color Harmonies of #11706F
Complementary color
Monochromatic Colors of #11706F
Black with #11706F
Text Example
Text Example
White with #11706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11706F; }
p { color: rgb(17,112,111); }
H1.HeaderClassName
{
color: #11706F;
}
.AnyTagClassName
{
color: #11706F;
}
</style>
background-color css
<style>
a { background-color: #11706F; }
a { background-color: rgb(17,112,111); }
div.DivClassName
{
background-color: #11706F;
}
.BgClassName
{
background-color: #11706F;
}
</style>
border-color css
<style>
span { border-color: #11706F; }
span { border-color: rgb(17,112,111); }
td.TdClassName
{
border-color: #11706F;
}
.TagClassName
{
border-color: #11706F;
}
</style>