Shades of Blue Stone #11695F
Tints of Blue Stone #11695F
RGB
CMYK
RGB Variations
Color information
#11695F (or 0x11695F) is known color: Blue Stone. HEX triplet: 11, 69 and 5F. RGB value is (17,105,95). Sum of RGB (Red+Green+Blue) = 17+105+95=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #11695F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11695F is #EE96A0. Grayscale: #4D4D4D. Windows color (decimal): -15636129 or 6252817. OLE color: 6252817.
HSL color Cylindrical-coordinate representation of color #11695F: hue angle of 173.18º 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 #11695F is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 105 | 95 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.59 |
| HSL | 173.18º | 0.72% | 0.24% | - |
| HSV(B) | 173.18º | 0.84% | 0.41% | - |
| XYZ | 7.35 | 11.05 | 12.57 | - |
| YUV | 77.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 95 | 0.84 | 0 | 0.10 | 0.59 | 173.18 | 0.72 | 0.24 |
| Hex | 11 | 69 | 5F | 54 | 0 | A | 3B | AD | 48 | 18 |
| Octal | 21 | 151 | 137 | 124 | 0 | 12 | 73 | 255 | 110 | 30 |
| Binary | 10001 | 1101001 | 1011111 | 1010100 | 0 | 1010 | 111011 | 10101101 | 1001000 | 11000 |
Color Harmonies of #11695F
Complementary color
Monochromatic Colors of #11695F
Black with #11695F
Text Example
Text Example
White with #11695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11695F; }
p { color: rgb(17,105,95); }
H1.HeaderClassName
{
color: #11695F;
}
.AnyTagClassName
{
color: #11695F;
}
</style>
background-color css
<style>
a { background-color: #11695F; }
a { background-color: rgb(17,105,95); }
div.DivClassName
{
background-color: #11695F;
}
.BgClassName
{
background-color: #11695F;
}
</style>
border-color css
<style>
span { border-color: #11695F; }
span { border-color: rgb(17,105,95); }
td.TdClassName
{
border-color: #11695F;
}
.TagClassName
{
border-color: #11695F;
}
</style>