Shades of Blue Stone #14716D
Tints of Blue Stone #14716D
RGB
CMYK
RGB Variations
Color information
#14716D (or 0x14716D) is known color: Blue Stone. HEX triplet: 14, 71 and 6D. RGB value is (20,113,109). Sum of RGB (Red+Green+Blue) = 20+113+109=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #14716D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14716D is #EB8E92. Grayscale: #545454. Windows color (decimal): -15437459 or 7172372. OLE color: 7172372.
HSL color Cylindrical-coordinate representation of color #14716D: hue angle of 177.42º 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 #14716D is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 109 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.56 |
| HSL | 177.42º | 0.7% | 0.26% | - |
| HSV(B) | 177.42º | 0.82% | 0.44% | - |
| XYZ | 8.95 | 13.06 | 16.52 | - |
| YUV | 84.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 109 | 0.82 | 0 | 0.04 | 0.56 | 177.42 | 0.7 | 0.26 |
| Hex | 14 | 71 | 6D | 52 | 0 | 4 | 38 | B1 | 46 | 1A |
| Octal | 24 | 161 | 155 | 122 | 0 | 4 | 70 | 261 | 106 | 32 |
| Binary | 10100 | 1110001 | 1101101 | 1010010 | 0 | 100 | 111000 | 10110001 | 1000110 | 11010 |
Color Harmonies of #14716D
Complementary color
Monochromatic Colors of #14716D
Black with #14716D
Text Example
Text Example
White with #14716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14716D; }
p { color: rgb(20,113,109); }
H1.HeaderClassName
{
color: #14716D;
}
.AnyTagClassName
{
color: #14716D;
}
</style>
background-color css
<style>
a { background-color: #14716D; }
a { background-color: rgb(20,113,109); }
div.DivClassName
{
background-color: #14716D;
}
.BgClassName
{
background-color: #14716D;
}
</style>
border-color css
<style>
span { border-color: #14716D; }
span { border-color: rgb(20,113,109); }
td.TdClassName
{
border-color: #14716D;
}
.TagClassName
{
border-color: #14716D;
}
</style>