Shades of Blue Stone #11706D
Tints of Blue Stone #11706D
RGB
CMYK
RGB Variations
Color information
#11706D (or 0x11706D) is known color: Blue Stone. HEX triplet: 11, 70 and 6D. RGB value is (17,112,109). Sum of RGB (Red+Green+Blue) = 17+112+109=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #11706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11706D is #EE8F92. Grayscale: #535353. Windows color (decimal): -15634323 or 7172113. OLE color: 7172113.
HSL color Cylindrical-coordinate representation of color #11706D: hue angle of 178.11º 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 #11706D is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 109 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.56 |
| HSL | 178.11º | 0.74% | 0.25% | - |
| HSV(B) | 178.11º | 0.85% | 0.44% | - |
| XYZ | 8.79 | 12.81 | 16.48 | - |
| YUV | 83.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 109 | 0.85 | 0 | 0.03 | 0.56 | 178.11 | 0.74 | 0.25 |
| Hex | 11 | 70 | 6D | 55 | 0 | 3 | 38 | B2 | 4A | 19 |
| Octal | 21 | 160 | 155 | 125 | 0 | 3 | 70 | 262 | 112 | 31 |
| Binary | 10001 | 1110000 | 1101101 | 1010101 | 0 | 11 | 111000 | 10110010 | 1001010 | 11001 |
Color Harmonies of #11706D
Complementary color
Monochromatic Colors of #11706D
Black with #11706D
Text Example
Text Example
White with #11706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11706D; }
p { color: rgb(17,112,109); }
H1.HeaderClassName
{
color: #11706D;
}
.AnyTagClassName
{
color: #11706D;
}
</style>
background-color css
<style>
a { background-color: #11706D; }
a { background-color: rgb(17,112,109); }
div.DivClassName
{
background-color: #11706D;
}
.BgClassName
{
background-color: #11706D;
}
</style>
border-color css
<style>
span { border-color: #11706D; }
span { border-color: rgb(17,112,109); }
td.TdClassName
{
border-color: #11706D;
}
.TagClassName
{
border-color: #11706D;
}
</style>