Shades of Blue Stone #11635B
Tints of Blue Stone #11635B
RGB
CMYK
RGB Variations
Color information
#11635B (or 0x11635B) is known color: Blue Stone. HEX triplet: 11, 63 and 5B. RGB value is (17,99,91). Sum of RGB (Red+Green+Blue) = 17+99+91=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #11635B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11635B is #EE9CA4. Grayscale: #494949. Windows color (decimal): -15637669 or 5989137. OLE color: 5989137.
HSL color Cylindrical-coordinate representation of color #11635B: hue angle of 174.15º 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 #11635B is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 91 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.61 |
| HSL | 174.15º | 0.71% | 0.23% | - |
| HSV(B) | 174.15º | 0.83% | 0.39% | - |
| XYZ | 6.58 | 9.8 | 11.44 | - |
| YUV | 73.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 91 | 0.83 | 0 | 0.08 | 0.61 | 174.15 | 0.71 | 0.23 |
| Hex | 11 | 63 | 5B | 53 | 0 | 8 | 3D | AE | 47 | 17 |
| Octal | 21 | 143 | 133 | 123 | 0 | 10 | 75 | 256 | 107 | 27 |
| Binary | 10001 | 1100011 | 1011011 | 1010011 | 0 | 1000 | 111101 | 10101110 | 1000111 | 10111 |
Color Harmonies of #11635B
Complementary color
Monochromatic Colors of #11635B
Black with #11635B
Text Example
Text Example
White with #11635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11635B; }
p { color: rgb(17,99,91); }
H1.HeaderClassName
{
color: #11635B;
}
.AnyTagClassName
{
color: #11635B;
}
</style>
background-color css
<style>
a { background-color: #11635B; }
a { background-color: rgb(17,99,91); }
div.DivClassName
{
background-color: #11635B;
}
.BgClassName
{
background-color: #11635B;
}
</style>
border-color css
<style>
span { border-color: #11635B; }
span { border-color: rgb(17,99,91); }
td.TdClassName
{
border-color: #11635B;
}
.TagClassName
{
border-color: #11635B;
}
</style>