Shades of Blue Stone #166366
Tints of Blue Stone #166366
RGB
CMYK
RGB Variations
Color information
#166366 (or 0x166366) is known color: Blue Stone. HEX triplet: 16, 63 and 66. RGB value is (22,99,102). Sum of RGB (Red+Green+Blue) = 22+99+102=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #166366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166366 is #E99C99. Grayscale: #4C4C4C. Windows color (decimal): -15309978 or 6710038. OLE color: 6710038.
HSL color Cylindrical-coordinate representation of color #166366: hue angle of 182.25º 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 #166366 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 99 | 102 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.6 |
| HSL | 182.25º | 0.65% | 0.24% | - |
| HSV(B) | 182.25º | 0.78% | 0.4% | - |
| XYZ | 7.19 | 10.05 | 14.13 | - |
| YUV | 76.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 102 | 0.78 | 0.03 | 0 | 0.6 | 182.25 | 0.65 | 0.24 |
| Hex | 16 | 63 | 66 | 4E | 3 | 0 | 3C | B6 | 41 | 18 |
| Octal | 26 | 143 | 146 | 116 | 3 | 0 | 74 | 266 | 101 | 30 |
| Binary | 10110 | 1100011 | 1100110 | 1001110 | 11 | 0 | 111100 | 10110110 | 1000001 | 11000 |
Color Harmonies of #166366
Complementary color
Monochromatic Colors of #166366
Black with #166366
Text Example
Text Example
White with #166366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166366; }
p { color: rgb(22,99,102); }
H1.HeaderClassName
{
color: #166366;
}
.AnyTagClassName
{
color: #166366;
}
</style>
background-color css
<style>
a { background-color: #166366; }
a { background-color: rgb(22,99,102); }
div.DivClassName
{
background-color: #166366;
}
.BgClassName
{
background-color: #166366;
}
</style>
border-color css
<style>
span { border-color: #166366; }
span { border-color: rgb(22,99,102); }
td.TdClassName
{
border-color: #166366;
}
.TagClassName
{
border-color: #166366;
}
</style>