Shades of Blue Stone #14716A
Tints of Blue Stone #14716A
RGB
CMYK
RGB Variations
Color information
#14716A (or 0x14716A) is known color: Blue Stone. HEX triplet: 14, 71 and 6A. RGB value is (20,113,106). Sum of RGB (Red+Green+Blue) = 20+113+106=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #14716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14716A is #EB8E95. Grayscale: #545454. Windows color (decimal): -15437462 or 6975764. OLE color: 6975764.
HSL color Cylindrical-coordinate representation of color #14716A: hue angle of 175.48º 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 #14716A is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 106 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.56 |
| HSL | 175.48º | 0.7% | 0.26% | - |
| HSV(B) | 175.48º | 0.82% | 0.44% | - |
| XYZ | 8.8 | 13 | 15.68 | - |
| YUV | 84.4 | 140.19 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 106 | 0.82 | 0 | 0.06 | 0.56 | 175.48 | 0.7 | 0.26 |
| Hex | 14 | 71 | 6A | 52 | 0 | 6 | 38 | AF | 46 | 1A |
| Octal | 24 | 161 | 152 | 122 | 0 | 6 | 70 | 257 | 106 | 32 |
| Binary | 10100 | 1110001 | 1101010 | 1010010 | 0 | 110 | 111000 | 10101111 | 1000110 | 11010 |
Color Harmonies of #14716A
Complementary color
Monochromatic Colors of #14716A
Black with #14716A
Text Example
Text Example
White with #14716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14716A; }
p { color: rgb(20,113,106); }
H1.HeaderClassName
{
color: #14716A;
}
.AnyTagClassName
{
color: #14716A;
}
</style>
background-color css
<style>
a { background-color: #14716A; }
a { background-color: rgb(20,113,106); }
div.DivClassName
{
background-color: #14716A;
}
.BgClassName
{
background-color: #14716A;
}
</style>
border-color css
<style>
span { border-color: #14716A; }
span { border-color: rgb(20,113,106); }
td.TdClassName
{
border-color: #14716A;
}
.TagClassName
{
border-color: #14716A;
}
</style>