Shades of Blue Stone #11565F
Tints of Blue Stone #11565F
RGB
CMYK
RGB Variations
Color information
#11565F (or 0x11565F) is known color: Blue Stone. HEX triplet: 11, 56 and 5F. RGB value is (17,86,95). Sum of RGB (Red+Green+Blue) = 17+86+95=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #11565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11565F is #EEA9A0. Grayscale: #424242. Windows color (decimal): -15640993 or 6247953. OLE color: 6247953.
HSL color Cylindrical-coordinate representation of color #11565F: hue angle of 186.92º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11565F is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 86 | 95 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.63 |
| HSL | 186.92º | 0.7% | 0.22% | - |
| HSV(B) | 186.92º | 0.82% | 0.37% | - |
| XYZ | 5.62 | 7.6 | 12 | - |
| YUV | 66.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 95 | 0.82 | 0.09 | 0 | 0.63 | 186.92 | 0.7 | 0.22 |
| Hex | 11 | 56 | 5F | 52 | 9 | 0 | 3F | BB | 46 | 16 |
| Octal | 21 | 126 | 137 | 122 | 11 | 0 | 77 | 273 | 106 | 26 |
| Binary | 10001 | 1010110 | 1011111 | 1010010 | 1001 | 0 | 111111 | 10111011 | 1000110 | 10110 |
Color Harmonies of #11565F
Complementary color
Monochromatic Colors of #11565F
Black with #11565F
Text Example
Text Example
White with #11565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11565F; }
p { color: rgb(17,86,95); }
H1.HeaderClassName
{
color: #11565F;
}
.AnyTagClassName
{
color: #11565F;
}
</style>
background-color css
<style>
a { background-color: #11565F; }
a { background-color: rgb(17,86,95); }
div.DivClassName
{
background-color: #11565F;
}
.BgClassName
{
background-color: #11565F;
}
</style>
border-color css
<style>
span { border-color: #11565F; }
span { border-color: rgb(17,86,95); }
td.TdClassName
{
border-color: #11565F;
}
.TagClassName
{
border-color: #11565F;
}
</style>