Shades of Blue Stone #14706D
Tints of Blue Stone #14706D
RGB
CMYK
RGB Variations
Color information
#14706D (or 0x14706D) is known color: Blue Stone. HEX triplet: 14, 70 and 6D. RGB value is (20,112,109). Sum of RGB (Red+Green+Blue) = 20+112+109=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #14706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14706D is #EB8F92. Grayscale: #545454. Windows color (decimal): -15437715 or 7172116. OLE color: 7172116.
HSL color Cylindrical-coordinate representation of color #14706D: hue angle of 178.04º 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 #14706D is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 109 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.56 |
| HSL | 178.04º | 0.7% | 0.26% | - |
| HSV(B) | 178.04º | 0.82% | 0.44% | - |
| XYZ | 8.84 | 12.84 | 16.48 | - |
| YUV | 84.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 109 | 0.82 | 0 | 0.03 | 0.56 | 178.04 | 0.7 | 0.26 |
| Hex | 14 | 70 | 6D | 52 | 0 | 3 | 38 | B2 | 46 | 1A |
| Octal | 24 | 160 | 155 | 122 | 0 | 3 | 70 | 262 | 106 | 32 |
| Binary | 10100 | 1110000 | 1101101 | 1010010 | 0 | 11 | 111000 | 10110010 | 1000110 | 11010 |
Color Harmonies of #14706D
Complementary color
Monochromatic Colors of #14706D
Black with #14706D
Text Example
Text Example
White with #14706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14706D; }
p { color: rgb(20,112,109); }
H1.HeaderClassName
{
color: #14706D;
}
.AnyTagClassName
{
color: #14706D;
}
</style>
background-color css
<style>
a { background-color: #14706D; }
a { background-color: rgb(20,112,109); }
div.DivClassName
{
background-color: #14706D;
}
.BgClassName
{
background-color: #14706D;
}
</style>
border-color css
<style>
span { border-color: #14706D; }
span { border-color: rgb(20,112,109); }
td.TdClassName
{
border-color: #14706D;
}
.TagClassName
{
border-color: #14706D;
}
</style>