Shades of Blue Stone #14695E
Tints of Blue Stone #14695E
RGB
CMYK
RGB Variations
Color information
#14695E (or 0x14695E) is known color: Blue Stone. HEX triplet: 14, 69 and 5E. RGB value is (20,105,94). Sum of RGB (Red+Green+Blue) = 20+105+94=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #14695E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14695E is #EB96A1. Grayscale: #4E4E4E. Windows color (decimal): -15439522 or 6187284. OLE color: 6187284.
HSL color Cylindrical-coordinate representation of color #14695E: hue angle of 172.24º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14695E is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 105 | 94 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.59 |
| HSL | 172.24º | 0.68% | 0.25% | - |
| HSV(B) | 172.24º | 0.81% | 0.41% | - |
| XYZ | 7.36 | 11.06 | 12.34 | - |
| YUV | 78.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 94 | 0.81 | 0 | 0.10 | 0.59 | 172.24 | 0.68 | 0.25 |
| Hex | 14 | 69 | 5E | 51 | 0 | A | 3B | AC | 44 | 19 |
| Octal | 24 | 151 | 136 | 121 | 0 | 12 | 73 | 254 | 104 | 31 |
| Binary | 10100 | 1101001 | 1011110 | 1010001 | 0 | 1010 | 111011 | 10101100 | 1000100 | 11001 |
Color Harmonies of #14695E
Complementary color
Monochromatic Colors of #14695E
Black with #14695E
Text Example
Text Example
White with #14695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14695E; }
p { color: rgb(20,105,94); }
H1.HeaderClassName
{
color: #14695E;
}
.AnyTagClassName
{
color: #14695E;
}
</style>
background-color css
<style>
a { background-color: #14695E; }
a { background-color: rgb(20,105,94); }
div.DivClassName
{
background-color: #14695E;
}
.BgClassName
{
background-color: #14695E;
}
</style>
border-color css
<style>
span { border-color: #14695E; }
span { border-color: rgb(20,105,94); }
td.TdClassName
{
border-color: #14695E;
}
.TagClassName
{
border-color: #14695E;
}
</style>