Shades of Blue Stone #116665
Tints of Blue Stone #116665
RGB
CMYK
RGB Variations
Color information
#116665 (or 0x116665) is known color: Blue Stone. HEX triplet: 11, 66 and 65. RGB value is (17,102,101). Sum of RGB (Red+Green+Blue) = 17+102+101=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #116665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116665 is #EE999A. Grayscale: #4C4C4C. Windows color (decimal): -15636891 or 6645265. OLE color: 6645265.
HSL color Cylindrical-coordinate representation of color #116665: hue angle of 179.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116665 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 102 | 101 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.6 |
| HSL | 179.29º | 0.71% | 0.23% | - |
| HSV(B) | 179.29º | 0.83% | 0.4% | - |
| XYZ | 7.33 | 10.56 | 13.96 | - |
| YUV | 76.47 | 141.84 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 101 | 0.83 | 0 | 0.01 | 0.6 | 179.29 | 0.71 | 0.23 |
| Hex | 11 | 66 | 65 | 53 | 0 | 1 | 3C | B3 | 47 | 17 |
| Octal | 21 | 146 | 145 | 123 | 0 | 1 | 74 | 263 | 107 | 27 |
| Binary | 10001 | 1100110 | 1100101 | 1010011 | 0 | 1 | 111100 | 10110011 | 1000111 | 10111 |
Color Harmonies of #116665
Complementary color
Monochromatic Colors of #116665
Black with #116665
Text Example
Text Example
White with #116665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116665; }
p { color: rgb(17,102,101); }
H1.HeaderClassName
{
color: #116665;
}
.AnyTagClassName
{
color: #116665;
}
</style>
background-color css
<style>
a { background-color: #116665; }
a { background-color: rgb(17,102,101); }
div.DivClassName
{
background-color: #116665;
}
.BgClassName
{
background-color: #116665;
}
</style>
border-color css
<style>
span { border-color: #116665; }
span { border-color: rgb(17,102,101); }
td.TdClassName
{
border-color: #116665;
}
.TagClassName
{
border-color: #116665;
}
</style>