Shades of Blue Stone #14726C
Tints of Blue Stone #14726C
RGB
CMYK
RGB Variations
Color information
#14726C (or 0x14726C) is known color: Blue Stone. HEX triplet: 14, 72 and 6C. RGB value is (20,114,108). Sum of RGB (Red+Green+Blue) = 20+114+108=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #14726C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14726C is #EB8D93. Grayscale: #555555. Windows color (decimal): -15437204 or 7107092. OLE color: 7107092.
HSL color Cylindrical-coordinate representation of color #14726C: hue angle of 176.17º 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 #14726C is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 108 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.55 |
| HSL | 176.17º | 0.7% | 0.26% | - |
| HSV(B) | 176.17º | 0.82% | 0.45% | - |
| XYZ | 9.01 | 13.27 | 16.27 | - |
| YUV | 85.21 | 140.86 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 108 | 0.82 | 0 | 0.05 | 0.55 | 176.17 | 0.7 | 0.26 |
| Hex | 14 | 72 | 6C | 52 | 0 | 5 | 37 | B0 | 46 | 1A |
| Octal | 24 | 162 | 154 | 122 | 0 | 5 | 67 | 260 | 106 | 32 |
| Binary | 10100 | 1110010 | 1101100 | 1010010 | 0 | 101 | 110111 | 10110000 | 1000110 | 11010 |
Color Harmonies of #14726C
Complementary color
Monochromatic Colors of #14726C
Black with #14726C
Text Example
Text Example
White with #14726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14726C; }
p { color: rgb(20,114,108); }
H1.HeaderClassName
{
color: #14726C;
}
.AnyTagClassName
{
color: #14726C;
}
</style>
background-color css
<style>
a { background-color: #14726C; }
a { background-color: rgb(20,114,108); }
div.DivClassName
{
background-color: #14726C;
}
.BgClassName
{
background-color: #14726C;
}
</style>
border-color css
<style>
span { border-color: #14726C; }
span { border-color: rgb(20,114,108); }
td.TdClassName
{
border-color: #14726C;
}
.TagClassName
{
border-color: #14726C;
}
</style>