Shades of Blue Stone #147065
Tints of Blue Stone #147065
RGB
CMYK
RGB Variations
Color information
#147065 (or 0x147065) is known color: Blue Stone. HEX triplet: 14, 70 and 65. RGB value is (20,112,101). Sum of RGB (Red+Green+Blue) = 20+112+101=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #147065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147065 is #EB8F9A. Grayscale: #535353. Windows color (decimal): -15437723 or 6647828. OLE color: 6647828.
HSL color Cylindrical-coordinate representation of color #147065: hue angle of 172.83º 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 #147065 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 101 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.56 |
| HSL | 172.83º | 0.7% | 0.26% | - |
| HSV(B) | 172.83º | 0.82% | 0.44% | - |
| XYZ | 8.43 | 12.68 | 14.31 | - |
| YUV | 83.24 | 138.02 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 101 | 0.82 | 0 | 0.10 | 0.56 | 172.83 | 0.7 | 0.26 |
| Hex | 14 | 70 | 65 | 52 | 0 | A | 38 | AD | 46 | 1A |
| Octal | 24 | 160 | 145 | 122 | 0 | 12 | 70 | 255 | 106 | 32 |
| Binary | 10100 | 1110000 | 1100101 | 1010010 | 0 | 1010 | 111000 | 10101101 | 1000110 | 11010 |
Color Harmonies of #147065
Complementary color
Monochromatic Colors of #147065
Black with #147065
Text Example
Text Example
White with #147065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147065; }
p { color: rgb(20,112,101); }
H1.HeaderClassName
{
color: #147065;
}
.AnyTagClassName
{
color: #147065;
}
</style>
background-color css
<style>
a { background-color: #147065; }
a { background-color: rgb(20,112,101); }
div.DivClassName
{
background-color: #147065;
}
.BgClassName
{
background-color: #147065;
}
</style>
border-color css
<style>
span { border-color: #147065; }
span { border-color: rgb(20,112,101); }
td.TdClassName
{
border-color: #147065;
}
.TagClassName
{
border-color: #147065;
}
</style>