Shades of Blue Stone #166763
Tints of Blue Stone #166763
RGB
CMYK
RGB Variations
Color information
#166763 (or 0x166763) is known color: Blue Stone. HEX triplet: 16, 67 and 63. RGB value is (22,103,99). Sum of RGB (Red+Green+Blue) = 22+103+99=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #166763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166763 is #E9989C. Grayscale: #4E4E4E. Windows color (decimal): -15308957 or 6514454. OLE color: 6514454.
HSL color Cylindrical-coordinate representation of color #166763: hue angle of 177.04º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166763 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 103 | 99 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.60 |
| HSL | 177.04º | 0.65% | 0.25% | - |
| HSV(B) | 177.04º | 0.79% | 0.4% | - |
| XYZ | 7.43 | 10.77 | 13.49 | - |
| YUV | 78.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 99 | 0.79 | 0 | 0.04 | 0.60 | 177.04 | 0.65 | 0.25 |
| Hex | 16 | 67 | 63 | 4F | 0 | 4 | 3C | B1 | 41 | 19 |
| Octal | 26 | 147 | 143 | 117 | 0 | 4 | 74 | 261 | 101 | 31 |
| Binary | 10110 | 1100111 | 1100011 | 1001111 | 0 | 100 | 111100 | 10110001 | 1000001 | 11001 |
Color Harmonies of #166763
Complementary color
Monochromatic Colors of #166763
Black with #166763
Text Example
Text Example
White with #166763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166763; }
p { color: rgb(22,103,99); }
H1.HeaderClassName
{
color: #166763;
}
.AnyTagClassName
{
color: #166763;
}
</style>
background-color css
<style>
a { background-color: #166763; }
a { background-color: rgb(22,103,99); }
div.DivClassName
{
background-color: #166763;
}
.BgClassName
{
background-color: #166763;
}
</style>
border-color css
<style>
span { border-color: #166763; }
span { border-color: rgb(22,103,99); }
td.TdClassName
{
border-color: #166763;
}
.TagClassName
{
border-color: #166763;
}
</style>