Shades of Blue Stone #117168
Tints of Blue Stone #117168
RGB
CMYK
RGB Variations
Color information
#117168 (or 0x117168) is known color: Blue Stone. HEX triplet: 11, 71 and 68. RGB value is (17,113,104). Sum of RGB (Red+Green+Blue) = 17+113+104=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #117168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117168 is #EE8E97. Grayscale: #535353. Windows color (decimal): -15634072 or 6844689. OLE color: 6844689.
HSL color Cylindrical-coordinate representation of color #117168: hue angle of 174.38º 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 #117168 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 104 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.56 |
| HSL | 174.38º | 0.74% | 0.25% | - |
| HSV(B) | 174.38º | 0.85% | 0.44% | - |
| XYZ | 8.63 | 12.93 | 15.14 | - |
| YUV | 83.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 104 | 0.85 | 0 | 0.08 | 0.56 | 174.38 | 0.74 | 0.25 |
| Hex | 11 | 71 | 68 | 55 | 0 | 8 | 38 | AE | 4A | 19 |
| Octal | 21 | 161 | 150 | 125 | 0 | 10 | 70 | 256 | 112 | 31 |
| Binary | 10001 | 1110001 | 1101000 | 1010101 | 0 | 1000 | 111000 | 10101110 | 1001010 | 11001 |
Color Harmonies of #117168
Complementary color
Monochromatic Colors of #117168
Black with #117168
Text Example
Text Example
White with #117168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117168; }
p { color: rgb(17,113,104); }
H1.HeaderClassName
{
color: #117168;
}
.AnyTagClassName
{
color: #117168;
}
</style>
background-color css
<style>
a { background-color: #117168; }
a { background-color: rgb(17,113,104); }
div.DivClassName
{
background-color: #117168;
}
.BgClassName
{
background-color: #117168;
}
</style>
border-color css
<style>
span { border-color: #117168; }
span { border-color: rgb(17,113,104); }
td.TdClassName
{
border-color: #117168;
}
.TagClassName
{
border-color: #117168;
}
</style>