Shades of Blue Stone #167070
Tints of Blue Stone #167070
RGB
CMYK
RGB Variations
Color information
#167070 (or 0x167070) is known color: Blue Stone. HEX triplet: 16, 70 and 70. RGB value is (22,112,112). Sum of RGB (Red+Green+Blue) = 22+112+112=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #167070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167070 is #E98F8F. Grayscale: #555555. Windows color (decimal): -15306640 or 7368726. OLE color: 7368726.
HSL color Cylindrical-coordinate representation of color #167070: hue angle of 180º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #167070 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 112 | - |
| CMYK | 0.80 | 0 | 0 | 0.56 |
| HSL | 180º | 0.67% | 0.26% | - |
| HSV(B) | 180º | 0.8% | 0.44% | - |
| XYZ | 9.05 | 12.93 | 17.35 | - |
| YUV | 85.09 | 143.18 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 112 | 0.80 | 0 | 0 | 0.56 | 180 | 0.67 | 0.26 |
| Hex | 16 | 70 | 70 | 50 | 0 | 0 | 38 | B4 | 43 | 1A |
| Octal | 26 | 160 | 160 | 120 | 0 | 0 | 70 | 264 | 103 | 32 |
| Binary | 10110 | 1110000 | 1110000 | 1010000 | 0 | 0 | 111000 | 10110100 | 1000011 | 11010 |
Color Harmonies of #167070
Complementary color
Monochromatic Colors of #167070
Black with #167070
Text Example
Text Example
White with #167070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167070; }
p { color: rgb(22,112,112); }
H1.HeaderClassName
{
color: #167070;
}
.AnyTagClassName
{
color: #167070;
}
</style>
background-color css
<style>
a { background-color: #167070; }
a { background-color: rgb(22,112,112); }
div.DivClassName
{
background-color: #167070;
}
.BgClassName
{
background-color: #167070;
}
</style>
border-color css
<style>
span { border-color: #167070; }
span { border-color: rgb(22,112,112); }
td.TdClassName
{
border-color: #167070;
}
.TagClassName
{
border-color: #167070;
}
</style>