Shades of Blue Stone #11635E
Tints of Blue Stone #11635E
RGB
CMYK
RGB Variations
Color information
#11635E (or 0x11635E) is known color: Blue Stone. HEX triplet: 11, 63 and 5E. RGB value is (17,99,94). Sum of RGB (Red+Green+Blue) = 17+99+94=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #11635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11635E is #EE9CA1. Grayscale: #494949. Windows color (decimal): -15637666 or 6185745. OLE color: 6185745.
HSL color Cylindrical-coordinate representation of color #11635E: hue angle of 176.34º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11635E is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 94 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.61 |
| HSL | 176.34º | 0.71% | 0.23% | - |
| HSV(B) | 176.34º | 0.83% | 0.39% | - |
| XYZ | 6.71 | 9.85 | 12.14 | - |
| YUV | 73.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 94 | 0.83 | 0 | 0.05 | 0.61 | 176.34 | 0.71 | 0.23 |
| Hex | 11 | 63 | 5E | 53 | 0 | 5 | 3D | B0 | 47 | 17 |
| Octal | 21 | 143 | 136 | 123 | 0 | 5 | 75 | 260 | 107 | 27 |
| Binary | 10001 | 1100011 | 1011110 | 1010011 | 0 | 101 | 111101 | 10110000 | 1000111 | 10111 |
Color Harmonies of #11635E
Complementary color
Monochromatic Colors of #11635E
Black with #11635E
Text Example
Text Example
White with #11635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11635E; }
p { color: rgb(17,99,94); }
H1.HeaderClassName
{
color: #11635E;
}
.AnyTagClassName
{
color: #11635E;
}
</style>
background-color css
<style>
a { background-color: #11635E; }
a { background-color: rgb(17,99,94); }
div.DivClassName
{
background-color: #11635E;
}
.BgClassName
{
background-color: #11635E;
}
</style>
border-color css
<style>
span { border-color: #11635E; }
span { border-color: rgb(17,99,94); }
td.TdClassName
{
border-color: #11635E;
}
.TagClassName
{
border-color: #11635E;
}
</style>