Shades of Blue Stone #116464
Tints of Blue Stone #116464
RGB
CMYK
RGB Variations
Color information
#116464 (or 0x116464) is known color: Blue Stone. HEX triplet: 11, 64 and 64. RGB value is (17,100,100). Sum of RGB (Red+Green+Blue) = 17+100+100=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #116464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116464 is #EE9B9B. Grayscale: #4B4B4B. Windows color (decimal): -15637404 or 6579217. OLE color: 6579217.
HSL color Cylindrical-coordinate representation of color #116464: hue angle of 180º 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 #116464 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 100 | 100 | - |
| CMYK | 0.83 | 0 | 0 | 0.61 |
| HSL | 180º | 0.71% | 0.23% | - |
| HSV(B) | 180º | 0.83% | 0.39% | - |
| XYZ | 7.09 | 10.15 | 13.64 | - |
| YUV | 75.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 100 | 0.83 | 0 | 0 | 0.61 | 180 | 0.71 | 0.23 |
| Hex | 11 | 64 | 64 | 53 | 0 | 0 | 3D | B4 | 47 | 17 |
| Octal | 21 | 144 | 144 | 123 | 0 | 0 | 75 | 264 | 107 | 27 |
| Binary | 10001 | 1100100 | 1100100 | 1010011 | 0 | 0 | 111101 | 10110100 | 1000111 | 10111 |
Color Harmonies of #116464
Complementary color
Monochromatic Colors of #116464
Black with #116464
Text Example
Text Example
White with #116464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116464; }
p { color: rgb(17,100,100); }
H1.HeaderClassName
{
color: #116464;
}
.AnyTagClassName
{
color: #116464;
}
</style>
background-color css
<style>
a { background-color: #116464; }
a { background-color: rgb(17,100,100); }
div.DivClassName
{
background-color: #116464;
}
.BgClassName
{
background-color: #116464;
}
</style>
border-color css
<style>
span { border-color: #116464; }
span { border-color: rgb(17,100,100); }
td.TdClassName
{
border-color: #116464;
}
.TagClassName
{
border-color: #116464;
}
</style>