Shades of Blue Stone #116363
Tints of Blue Stone #116363
RGB
CMYK
RGB Variations
Color information
#116363 (or 0x116363) is known color: Blue Stone. HEX triplet: 11, 63 and 63. RGB value is (17,99,99). Sum of RGB (Red+Green+Blue) = 17+99+99=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #116363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116363 is #EE9C9C. Grayscale: #4A4A4A. Windows color (decimal): -15637661 or 6513425. OLE color: 6513425.
HSL color Cylindrical-coordinate representation of color #116363: 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 #116363 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 99 | - |
| CMYK | 0.83 | 0 | 0 | 0.61 |
| HSL | 180º | 0.71% | 0.23% | - |
| HSV(B) | 180º | 0.83% | 0.39% | - |
| XYZ | 6.95 | 9.94 | 13.36 | - |
| YUV | 74.48 | 141.83 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 99 | 0.83 | 0 | 0 | 0.61 | 180 | 0.71 | 0.23 |
| Hex | 11 | 63 | 63 | 53 | 0 | 0 | 3D | B4 | 47 | 17 |
| Octal | 21 | 143 | 143 | 123 | 0 | 0 | 75 | 264 | 107 | 27 |
| Binary | 10001 | 1100011 | 1100011 | 1010011 | 0 | 0 | 111101 | 10110100 | 1000111 | 10111 |
Color Harmonies of #116363
Complementary color
Monochromatic Colors of #116363
Black with #116363
Text Example
Text Example
White with #116363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116363; }
p { color: rgb(17,99,99); }
H1.HeaderClassName
{
color: #116363;
}
.AnyTagClassName
{
color: #116363;
}
</style>
background-color css
<style>
a { background-color: #116363; }
a { background-color: rgb(17,99,99); }
div.DivClassName
{
background-color: #116363;
}
.BgClassName
{
background-color: #116363;
}
</style>
border-color css
<style>
span { border-color: #116363; }
span { border-color: rgb(17,99,99); }
td.TdClassName
{
border-color: #116363;
}
.TagClassName
{
border-color: #116363;
}
</style>