Shades of Blue Stone #117068
Tints of Blue Stone #117068
RGB
CMYK
RGB Variations
Color information
#117068 (or 0x117068) is known color: Blue Stone. HEX triplet: 11, 70 and 68. RGB value is (17,112,104). Sum of RGB (Red+Green+Blue) = 17+112+104=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #117068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117068 is #EE8F97. Grayscale: #525252. Windows color (decimal): -15634328 or 6844433. OLE color: 6844433.
HSL color Cylindrical-coordinate representation of color #117068: hue angle of 174.95º 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 #117068 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 104 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.56 |
| HSL | 174.95º | 0.74% | 0.25% | - |
| HSV(B) | 174.95º | 0.85% | 0.44% | - |
| XYZ | 8.52 | 12.71 | 15.1 | - |
| YUV | 82.68 | 140.03 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 104 | 0.85 | 0 | 0.07 | 0.56 | 174.95 | 0.74 | 0.25 |
| Hex | 11 | 70 | 68 | 55 | 0 | 7 | 38 | AF | 4A | 19 |
| Octal | 21 | 160 | 150 | 125 | 0 | 7 | 70 | 257 | 112 | 31 |
| Binary | 10001 | 1110000 | 1101000 | 1010101 | 0 | 111 | 111000 | 10101111 | 1001010 | 11001 |
Color Harmonies of #117068
Complementary color
Monochromatic Colors of #117068
Black with #117068
Text Example
Text Example
White with #117068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117068; }
p { color: rgb(17,112,104); }
H1.HeaderClassName
{
color: #117068;
}
.AnyTagClassName
{
color: #117068;
}
</style>
background-color css
<style>
a { background-color: #117068; }
a { background-color: rgb(17,112,104); }
div.DivClassName
{
background-color: #117068;
}
.BgClassName
{
background-color: #117068;
}
</style>
border-color css
<style>
span { border-color: #117068; }
span { border-color: rgb(17,112,104); }
td.TdClassName
{
border-color: #117068;
}
.TagClassName
{
border-color: #117068;
}
</style>