Shades of Blue Stone #16665E
Tints of Blue Stone #16665E
RGB
CMYK
RGB Variations
Color information
#16665E (or 0x16665E) is known color: Blue Stone. HEX triplet: 16, 66 and 5E. RGB value is (22,102,94). Sum of RGB (Red+Green+Blue) = 22+102+94=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #16665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16665E is #E999A1. Grayscale: #4D4D4D. Windows color (decimal): -15309218 or 6186518. OLE color: 6186518.
HSL color Cylindrical-coordinate representation of color #16665E: hue angle of 174º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16665E is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 102 | 94 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.6 |
| HSL | 174º | 0.65% | 0.24% | - |
| HSV(B) | 174º | 0.78% | 0.4% | - |
| XYZ | 7.1 | 10.48 | 12.24 | - |
| YUV | 77.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 94 | 0.78 | 0 | 0.08 | 0.6 | 174 | 0.65 | 0.24 |
| Hex | 16 | 66 | 5E | 4E | 0 | 8 | 3C | AE | 41 | 18 |
| Octal | 26 | 146 | 136 | 116 | 0 | 10 | 74 | 256 | 101 | 30 |
| Binary | 10110 | 1100110 | 1011110 | 1001110 | 0 | 1000 | 111100 | 10101110 | 1000001 | 11000 |
Color Harmonies of #16665E
Complementary color
Monochromatic Colors of #16665E
Black with #16665E
Text Example
Text Example
White with #16665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16665E; }
p { color: rgb(22,102,94); }
H1.HeaderClassName
{
color: #16665E;
}
.AnyTagClassName
{
color: #16665E;
}
</style>
background-color css
<style>
a { background-color: #16665E; }
a { background-color: rgb(22,102,94); }
div.DivClassName
{
background-color: #16665E;
}
.BgClassName
{
background-color: #16665E;
}
</style>
border-color css
<style>
span { border-color: #16665E; }
span { border-color: rgb(22,102,94); }
td.TdClassName
{
border-color: #16665E;
}
.TagClassName
{
border-color: #16665E;
}
</style>