Shades of Blue Stone #117169
Tints of Blue Stone #117169
RGB
CMYK
RGB Variations
Color information
#117169 (or 0x117169) is known color: Blue Stone. HEX triplet: 11, 71 and 69. RGB value is (17,113,105). Sum of RGB (Red+Green+Blue) = 17+113+105=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #117169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117169 is #EE8E96. Grayscale: #535353. Windows color (decimal): -15634071 or 6910225. OLE color: 6910225.
HSL color Cylindrical-coordinate representation of color #117169: hue angle of 175º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117169 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 105 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.56 |
| HSL | 175º | 0.74% | 0.25% | - |
| HSV(B) | 175º | 0.85% | 0.44% | - |
| XYZ | 8.69 | 12.95 | 15.41 | - |
| YUV | 83.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 105 | 0.85 | 0 | 0.07 | 0.56 | 175 | 0.74 | 0.25 |
| Hex | 11 | 71 | 69 | 55 | 0 | 7 | 38 | AF | 4A | 19 |
| Octal | 21 | 161 | 151 | 125 | 0 | 7 | 70 | 257 | 112 | 31 |
| Binary | 10001 | 1110001 | 1101001 | 1010101 | 0 | 111 | 111000 | 10101111 | 1001010 | 11001 |
Color Harmonies of #117169
Complementary color
Monochromatic Colors of #117169
Black with #117169
Text Example
Text Example
White with #117169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117169; }
p { color: rgb(17,113,105); }
H1.HeaderClassName
{
color: #117169;
}
.AnyTagClassName
{
color: #117169;
}
</style>
background-color css
<style>
a { background-color: #117169; }
a { background-color: rgb(17,113,105); }
div.DivClassName
{
background-color: #117169;
}
.BgClassName
{
background-color: #117169;
}
</style>
border-color css
<style>
span { border-color: #117169; }
span { border-color: rgb(17,113,105); }
td.TdClassName
{
border-color: #117169;
}
.TagClassName
{
border-color: #117169;
}
</style>