Shades of Blue Stone #14716F
Tints of Blue Stone #14716F
RGB
CMYK
RGB Variations
Color information
#14716F (or 0x14716F) is known color: Blue Stone. HEX triplet: 14, 71 and 6F. RGB value is (20,113,111). Sum of RGB (Red+Green+Blue) = 20+113+111=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #14716F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14716F is #EB8E90. Grayscale: #545454. Windows color (decimal): -15437457 or 7303444. OLE color: 7303444.
HSL color Cylindrical-coordinate representation of color #14716F: hue angle of 178.71º 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 #14716F is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 111 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.56 |
| HSL | 178.71º | 0.7% | 0.26% | - |
| HSV(B) | 178.71º | 0.82% | 0.44% | - |
| XYZ | 9.06 | 13.11 | 17.09 | - |
| YUV | 84.97 | 142.69 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 111 | 0.82 | 0 | 0.02 | 0.56 | 178.71 | 0.7 | 0.26 |
| Hex | 14 | 71 | 6F | 52 | 0 | 2 | 38 | B3 | 46 | 1A |
| Octal | 24 | 161 | 157 | 122 | 0 | 2 | 70 | 263 | 106 | 32 |
| Binary | 10100 | 1110001 | 1101111 | 1010010 | 0 | 10 | 111000 | 10110011 | 1000110 | 11010 |
Color Harmonies of #14716F
Complementary color
Monochromatic Colors of #14716F
Black with #14716F
Text Example
Text Example
White with #14716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14716F; }
p { color: rgb(20,113,111); }
H1.HeaderClassName
{
color: #14716F;
}
.AnyTagClassName
{
color: #14716F;
}
</style>
background-color css
<style>
a { background-color: #14716F; }
a { background-color: rgb(20,113,111); }
div.DivClassName
{
background-color: #14716F;
}
.BgClassName
{
background-color: #14716F;
}
</style>
border-color css
<style>
span { border-color: #14716F; }
span { border-color: rgb(20,113,111); }
td.TdClassName
{
border-color: #14716F;
}
.TagClassName
{
border-color: #14716F;
}
</style>