Shades of Blue Stone #14595E
Tints of Blue Stone #14595E
RGB
CMYK
RGB Variations
Color information
#14595E (or 0x14595E) is known color: Blue Stone. HEX triplet: 14, 59 and 5E. RGB value is (20,89,94). Sum of RGB (Red+Green+Blue) = 20+89+94=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #14595E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14595E is #EBA6A1. Grayscale: #444444. Windows color (decimal): -15443618 or 6183188. OLE color: 6183188.
HSL color Cylindrical-coordinate representation of color #14595E: hue angle of 184.05º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14595E is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 89 | 94 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.63 |
| HSL | 184.05º | 0.65% | 0.22% | - |
| HSV(B) | 184.05º | 0.79% | 0.37% | - |
| XYZ | 5.88 | 8.1 | 11.84 | - |
| YUV | 68.94 | 142.14 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 94 | 0.79 | 0.05 | 0 | 0.63 | 184.05 | 0.65 | 0.22 |
| Hex | 14 | 59 | 5E | 4F | 5 | 0 | 3F | B8 | 41 | 16 |
| Octal | 24 | 131 | 136 | 117 | 5 | 0 | 77 | 270 | 101 | 26 |
| Binary | 10100 | 1011001 | 1011110 | 1001111 | 101 | 0 | 111111 | 10111000 | 1000001 | 10110 |
Color Harmonies of #14595E
Complementary color
Monochromatic Colors of #14595E
Black with #14595E
Text Example
Text Example
White with #14595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14595E; }
p { color: rgb(20,89,94); }
H1.HeaderClassName
{
color: #14595E;
}
.AnyTagClassName
{
color: #14595E;
}
</style>
background-color css
<style>
a { background-color: #14595E; }
a { background-color: rgb(20,89,94); }
div.DivClassName
{
background-color: #14595E;
}
.BgClassName
{
background-color: #14595E;
}
</style>
border-color css
<style>
span { border-color: #14595E; }
span { border-color: rgb(20,89,94); }
td.TdClassName
{
border-color: #14595E;
}
.TagClassName
{
border-color: #14595E;
}
</style>