Shades of Blue Stone #147170
Tints of Blue Stone #147170
RGB
CMYK
RGB Variations
Color information
#147170 (or 0x147170) is known color: Blue Stone. HEX triplet: 14, 71 and 70. RGB value is (20,113,112). Sum of RGB (Red+Green+Blue) = 20+113+112=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #147170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147170 is #EB8E8F. Grayscale: #545454. Windows color (decimal): -15437456 or 7368980. OLE color: 7368980.
HSL color Cylindrical-coordinate representation of color #147170: hue angle of 179.35º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147170 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 112 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.56 |
| HSL | 179.35º | 0.7% | 0.26% | - |
| HSV(B) | 179.35º | 0.82% | 0.44% | - |
| XYZ | 9.12 | 13.13 | 17.38 | - |
| YUV | 85.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 112 | 0.82 | 0 | 0.01 | 0.56 | 179.35 | 0.7 | 0.26 |
| Hex | 14 | 71 | 70 | 52 | 0 | 1 | 38 | B3 | 46 | 1A |
| Octal | 24 | 161 | 160 | 122 | 0 | 1 | 70 | 263 | 106 | 32 |
| Binary | 10100 | 1110001 | 1110000 | 1010010 | 0 | 1 | 111000 | 10110011 | 1000110 | 11010 |
Color Harmonies of #147170
Complementary color
Monochromatic Colors of #147170
Black with #147170
Text Example
Text Example
White with #147170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147170; }
p { color: rgb(20,113,112); }
H1.HeaderClassName
{
color: #147170;
}
.AnyTagClassName
{
color: #147170;
}
</style>
background-color css
<style>
a { background-color: #147170; }
a { background-color: rgb(20,113,112); }
div.DivClassName
{
background-color: #147170;
}
.BgClassName
{
background-color: #147170;
}
</style>
border-color css
<style>
span { border-color: #147170; }
span { border-color: rgb(20,113,112); }
td.TdClassName
{
border-color: #147170;
}
.TagClassName
{
border-color: #147170;
}
</style>