Shades of Blue Stone #11695D
Tints of Blue Stone #11695D
RGB
CMYK
RGB Variations
Color information
#11695D (or 0x11695D) is known color: Blue Stone. HEX triplet: 11, 69 and 5D. RGB value is (17,105,93). Sum of RGB (Red+Green+Blue) = 17+105+93=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #11695D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11695D is #EE96A2. Grayscale: #4D4D4D. Windows color (decimal): -15636131 or 6121745. OLE color: 6121745.
HSL color Cylindrical-coordinate representation of color #11695D: hue angle of 171.82º 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 #11695D is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 105 | 93 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.59 |
| HSL | 171.82º | 0.72% | 0.24% | - |
| HSV(B) | 171.82º | 0.84% | 0.41% | - |
| XYZ | 7.26 | 11.01 | 12.1 | - |
| YUV | 77.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 93 | 0.84 | 0 | 0.11 | 0.59 | 171.82 | 0.72 | 0.24 |
| Hex | 11 | 69 | 5D | 54 | 0 | B | 3B | AC | 48 | 18 |
| Octal | 21 | 151 | 135 | 124 | 0 | 13 | 73 | 254 | 110 | 30 |
| Binary | 10001 | 1101001 | 1011101 | 1010100 | 0 | 1011 | 111011 | 10101100 | 1001000 | 11000 |
Color Harmonies of #11695D
Complementary color
Monochromatic Colors of #11695D
Black with #11695D
Text Example
Text Example
White with #11695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11695D; }
p { color: rgb(17,105,93); }
H1.HeaderClassName
{
color: #11695D;
}
.AnyTagClassName
{
color: #11695D;
}
</style>
background-color css
<style>
a { background-color: #11695D; }
a { background-color: rgb(17,105,93); }
div.DivClassName
{
background-color: #11695D;
}
.BgClassName
{
background-color: #11695D;
}
</style>
border-color css
<style>
span { border-color: #11695D; }
span { border-color: rgb(17,105,93); }
td.TdClassName
{
border-color: #11695D;
}
.TagClassName
{
border-color: #11695D;
}
</style>