Shades of Blue Stone #166863
Tints of Blue Stone #166863
RGB
CMYK
RGB Variations
Color information
#166863 (or 0x166863) is known color: Blue Stone. HEX triplet: 16, 68 and 63. RGB value is (22,104,99). Sum of RGB (Red+Green+Blue) = 22+104+99=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #166863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166863 is #E9979C. Grayscale: #4E4E4E. Windows color (decimal): -15308701 or 6514710. OLE color: 6514710.
HSL color Cylindrical-coordinate representation of color #166863: hue angle of 176.34º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166863 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 104 | 99 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.59 |
| HSL | 176.34º | 0.65% | 0.25% | - |
| HSV(B) | 176.34º | 0.79% | 0.41% | - |
| XYZ | 7.53 | 10.97 | 13.53 | - |
| YUV | 78.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 99 | 0.79 | 0 | 0.05 | 0.59 | 176.34 | 0.65 | 0.25 |
| Hex | 16 | 68 | 63 | 4F | 0 | 5 | 3B | B0 | 41 | 19 |
| Octal | 26 | 150 | 143 | 117 | 0 | 5 | 73 | 260 | 101 | 31 |
| Binary | 10110 | 1101000 | 1100011 | 1001111 | 0 | 101 | 111011 | 10110000 | 1000001 | 11001 |
Color Harmonies of #166863
Complementary color
Monochromatic Colors of #166863
Black with #166863
Text Example
Text Example
White with #166863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166863; }
p { color: rgb(22,104,99); }
H1.HeaderClassName
{
color: #166863;
}
.AnyTagClassName
{
color: #166863;
}
</style>
background-color css
<style>
a { background-color: #166863; }
a { background-color: rgb(22,104,99); }
div.DivClassName
{
background-color: #166863;
}
.BgClassName
{
background-color: #166863;
}
</style>
border-color css
<style>
span { border-color: #166863; }
span { border-color: rgb(22,104,99); }
td.TdClassName
{
border-color: #166863;
}
.TagClassName
{
border-color: #166863;
}
</style>