Shades of Blue Stone #147070
Tints of Blue Stone #147070
RGB
CMYK
RGB Variations
Color information
#147070 (or 0x147070) is known color: Blue Stone. HEX triplet: 14, 70 and 70. RGB value is (20,112,112). Sum of RGB (Red+Green+Blue) = 20+112+112=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #147070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147070 is #EB8F8F. Grayscale: #545454. Windows color (decimal): -15437712 or 7368724. OLE color: 7368724.
HSL color Cylindrical-coordinate representation of color #147070: hue angle of 180º 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 #147070 is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 112 | - |
| CMYK | 0.82 | 0 | 0 | 0.56 |
| HSL | 180º | 0.7% | 0.26% | - |
| HSV(B) | 180º | 0.82% | 0.44% | - |
| XYZ | 9.01 | 12.91 | 17.35 | - |
| YUV | 84.49 | 143.52 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 112 | 0.82 | 0 | 0 | 0.56 | 180 | 0.7 | 0.26 |
| Hex | 14 | 70 | 70 | 52 | 0 | 0 | 38 | B4 | 46 | 1A |
| Octal | 24 | 160 | 160 | 122 | 0 | 0 | 70 | 264 | 106 | 32 |
| Binary | 10100 | 1110000 | 1110000 | 1010010 | 0 | 0 | 111000 | 10110100 | 1000110 | 11010 |
Color Harmonies of #147070
Complementary color
Monochromatic Colors of #147070
Black with #147070
Text Example
Text Example
White with #147070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147070; }
p { color: rgb(20,112,112); }
H1.HeaderClassName
{
color: #147070;
}
.AnyTagClassName
{
color: #147070;
}
</style>
background-color css
<style>
a { background-color: #147070; }
a { background-color: rgb(20,112,112); }
div.DivClassName
{
background-color: #147070;
}
.BgClassName
{
background-color: #147070;
}
</style>
border-color css
<style>
span { border-color: #147070; }
span { border-color: rgb(20,112,112); }
td.TdClassName
{
border-color: #147070;
}
.TagClassName
{
border-color: #147070;
}
</style>