Shades of Blue Stone #14726D
Tints of Blue Stone #14726D
RGB
CMYK
RGB Variations
Color information
#14726D (or 0x14726D) is known color: Blue Stone. HEX triplet: 14, 72 and 6D. RGB value is (20,114,109). Sum of RGB (Red+Green+Blue) = 20+114+109=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #14726D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14726D is #EB8D92. Grayscale: #555555. Windows color (decimal): -15437203 or 7172628. OLE color: 7172628.
HSL color Cylindrical-coordinate representation of color #14726D: hue angle of 176.81º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14726D is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 109 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.55 |
| HSL | 176.81º | 0.7% | 0.26% | - |
| HSV(B) | 176.81º | 0.82% | 0.45% | - |
| XYZ | 9.07 | 13.29 | 16.55 | - |
| YUV | 85.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 109 | 0.82 | 0 | 0.04 | 0.55 | 176.81 | 0.7 | 0.26 |
| Hex | 14 | 72 | 6D | 52 | 0 | 4 | 37 | B1 | 46 | 1A |
| Octal | 24 | 162 | 155 | 122 | 0 | 4 | 67 | 261 | 106 | 32 |
| Binary | 10100 | 1110010 | 1101101 | 1010010 | 0 | 100 | 110111 | 10110001 | 1000110 | 11010 |
Color Harmonies of #14726D
Complementary color
Monochromatic Colors of #14726D
Black with #14726D
Text Example
Text Example
White with #14726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14726D; }
p { color: rgb(20,114,109); }
H1.HeaderClassName
{
color: #14726D;
}
.AnyTagClassName
{
color: #14726D;
}
</style>
background-color css
<style>
a { background-color: #14726D; }
a { background-color: rgb(20,114,109); }
div.DivClassName
{
background-color: #14726D;
}
.BgClassName
{
background-color: #14726D;
}
</style>
border-color css
<style>
span { border-color: #14726D; }
span { border-color: rgb(20,114,109); }
td.TdClassName
{
border-color: #14726D;
}
.TagClassName
{
border-color: #14726D;
}
</style>