Shades of Blue Stone #11605D
Tints of Blue Stone #11605D
RGB
CMYK
RGB Variations
Color information
#11605D (or 0x11605D) is known color: Blue Stone. HEX triplet: 11, 60 and 5D. RGB value is (17,96,93). Sum of RGB (Red+Green+Blue) = 17+96+93=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #11605D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11605D is #EE9FA2. Grayscale: #474747. Windows color (decimal): -15638435 or 6119441. OLE color: 6119441.
HSL color Cylindrical-coordinate representation of color #11605D: hue angle of 177.72º 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 #11605D is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 96 | 93 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.62 |
| HSL | 177.72º | 0.7% | 0.22% | - |
| HSV(B) | 177.72º | 0.82% | 0.38% | - |
| XYZ | 6.39 | 9.28 | 11.81 | - |
| YUV | 72.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 93 | 0.82 | 0 | 0.03 | 0.62 | 177.72 | 0.7 | 0.22 |
| Hex | 11 | 60 | 5D | 52 | 0 | 3 | 3E | B2 | 46 | 16 |
| Octal | 21 | 140 | 135 | 122 | 0 | 3 | 76 | 262 | 106 | 26 |
| Binary | 10001 | 1100000 | 1011101 | 1010010 | 0 | 11 | 111110 | 10110010 | 1000110 | 10110 |
Color Harmonies of #11605D
Complementary color
Monochromatic Colors of #11605D
Black with #11605D
Text Example
Text Example
White with #11605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11605D; }
p { color: rgb(17,96,93); }
H1.HeaderClassName
{
color: #11605D;
}
.AnyTagClassName
{
color: #11605D;
}
</style>
background-color css
<style>
a { background-color: #11605D; }
a { background-color: rgb(17,96,93); }
div.DivClassName
{
background-color: #11605D;
}
.BgClassName
{
background-color: #11605D;
}
</style>
border-color css
<style>
span { border-color: #11605D; }
span { border-color: rgb(17,96,93); }
td.TdClassName
{
border-color: #11605D;
}
.TagClassName
{
border-color: #11605D;
}
</style>