Shades of Blue Stone #116962
Tints of Blue Stone #116962
RGB
CMYK
RGB Variations
Color information
#116962 (or 0x116962) is known color: Blue Stone. HEX triplet: 11, 69 and 62. RGB value is (17,105,98). Sum of RGB (Red+Green+Blue) = 17+105+98=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #116962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116962 is #EE969D. Grayscale: #4D4D4D. Windows color (decimal): -15636126 or 6449425. OLE color: 6449425.
HSL color Cylindrical-coordinate representation of color #116962: hue angle of 175.23º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116962 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 105 | 98 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.59 |
| HSL | 175.23º | 0.72% | 0.24% | - |
| HSV(B) | 175.23º | 0.84% | 0.41% | - |
| XYZ | 7.49 | 11.1 | 13.3 | - |
| YUV | 77.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 98 | 0.84 | 0 | 0.07 | 0.59 | 175.23 | 0.72 | 0.24 |
| Hex | 11 | 69 | 62 | 54 | 0 | 7 | 3B | AF | 48 | 18 |
| Octal | 21 | 151 | 142 | 124 | 0 | 7 | 73 | 257 | 110 | 30 |
| Binary | 10001 | 1101001 | 1100010 | 1010100 | 0 | 111 | 111011 | 10101111 | 1001000 | 11000 |
Color Harmonies of #116962
Complementary color
Monochromatic Colors of #116962
Black with #116962
Text Example
Text Example
White with #116962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116962; }
p { color: rgb(17,105,98); }
H1.HeaderClassName
{
color: #116962;
}
.AnyTagClassName
{
color: #116962;
}
</style>
background-color css
<style>
a { background-color: #116962; }
a { background-color: rgb(17,105,98); }
div.DivClassName
{
background-color: #116962;
}
.BgClassName
{
background-color: #116962;
}
</style>
border-color css
<style>
span { border-color: #116962; }
span { border-color: rgb(17,105,98); }
td.TdClassName
{
border-color: #116962;
}
.TagClassName
{
border-color: #116962;
}
</style>