Shades of Blue Stone #116463
Tints of Blue Stone #116463
RGB
CMYK
RGB Variations
Color information
#116463 (or 0x116463) is known color: Blue Stone. HEX triplet: 11, 64 and 63. RGB value is (17,100,99). Sum of RGB (Red+Green+Blue) = 17+100+99=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #116463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116463 is #EE9B9C. Grayscale: #4A4A4A. Windows color (decimal): -15637405 or 6513681. OLE color: 6513681.
HSL color Cylindrical-coordinate representation of color #116463: hue angle of 179.28º 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 #116463 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 100 | 99 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.61 |
| HSL | 179.28º | 0.71% | 0.23% | - |
| HSV(B) | 179.28º | 0.83% | 0.39% | - |
| XYZ | 7.04 | 10.13 | 13.39 | - |
| YUV | 75.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 99 | 0.83 | 0 | 0.01 | 0.61 | 179.28 | 0.71 | 0.23 |
| Hex | 11 | 64 | 63 | 53 | 0 | 1 | 3D | B3 | 47 | 17 |
| Octal | 21 | 144 | 143 | 123 | 0 | 1 | 75 | 263 | 107 | 27 |
| Binary | 10001 | 1100100 | 1100011 | 1010011 | 0 | 1 | 111101 | 10110011 | 1000111 | 10111 |
Color Harmonies of #116463
Complementary color
Monochromatic Colors of #116463
Black with #116463
Text Example
Text Example
White with #116463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116463; }
p { color: rgb(17,100,99); }
H1.HeaderClassName
{
color: #116463;
}
.AnyTagClassName
{
color: #116463;
}
</style>
background-color css
<style>
a { background-color: #116463; }
a { background-color: rgb(17,100,99); }
div.DivClassName
{
background-color: #116463;
}
.BgClassName
{
background-color: #116463;
}
</style>
border-color css
<style>
span { border-color: #116463; }
span { border-color: rgb(17,100,99); }
td.TdClassName
{
border-color: #116463;
}
.TagClassName
{
border-color: #116463;
}
</style>