Shades of Blue Stone #166667
Tints of Blue Stone #166667
RGB
CMYK
RGB Variations
Color information
#166667 (or 0x166667) is known color: Blue Stone. HEX triplet: 16, 66 and 67. RGB value is (22,102,103). Sum of RGB (Red+Green+Blue) = 22+102+103=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #166667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166667 is #E99998. Grayscale: #4E4E4E. Windows color (decimal): -15309209 or 6776342. OLE color: 6776342.
HSL color Cylindrical-coordinate representation of color #166667: hue angle of 180.74º 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 #166667 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 102 | 103 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.60 |
| HSL | 180.74º | 0.65% | 0.25% | - |
| HSV(B) | 180.74º | 0.79% | 0.4% | - |
| XYZ | 7.53 | 10.65 | 14.49 | - |
| YUV | 78.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 103 | 0.79 | 0.01 | 0 | 0.60 | 180.74 | 0.65 | 0.25 |
| Hex | 16 | 66 | 67 | 4F | 1 | 0 | 3C | B5 | 41 | 19 |
| Octal | 26 | 146 | 147 | 117 | 1 | 0 | 74 | 265 | 101 | 31 |
| Binary | 10110 | 1100110 | 1100111 | 1001111 | 1 | 0 | 111100 | 10110101 | 1000001 | 11001 |
Color Harmonies of #166667
Complementary color
Monochromatic Colors of #166667
Black with #166667
Text Example
Text Example
White with #166667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166667; }
p { color: rgb(22,102,103); }
H1.HeaderClassName
{
color: #166667;
}
.AnyTagClassName
{
color: #166667;
}
</style>
background-color css
<style>
a { background-color: #166667; }
a { background-color: rgb(22,102,103); }
div.DivClassName
{
background-color: #166667;
}
.BgClassName
{
background-color: #166667;
}
</style>
border-color css
<style>
span { border-color: #166667; }
span { border-color: rgb(22,102,103); }
td.TdClassName
{
border-color: #166667;
}
.TagClassName
{
border-color: #166667;
}
</style>