Shades of Blue Stone #14595A
Tints of Blue Stone #14595A
RGB
CMYK
RGB Variations
Color information
#14595A (or 0x14595A) is known color: Blue Stone. HEX triplet: 14, 59 and 5A. RGB value is (20,89,90). Sum of RGB (Red+Green+Blue) = 20+89+90=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #14595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14595A is #EBA6A5. Grayscale: #444444. Windows color (decimal): -15443622 or 5921044. OLE color: 5921044.
HSL color Cylindrical-coordinate representation of color #14595A: hue angle of 180.86º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14595A is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 89 | 90 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.65 |
| HSL | 180.86º | 0.64% | 0.22% | - |
| HSV(B) | 180.86º | 0.78% | 0.35% | - |
| XYZ | 5.71 | 8.03 | 10.92 | - |
| YUV | 68.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 90 | 0.78 | 0.01 | 0 | 0.65 | 180.86 | 0.64 | 0.22 |
| Hex | 14 | 59 | 5A | 4E | 1 | 0 | 41 | B5 | 40 | 16 |
| Octal | 24 | 131 | 132 | 116 | 1 | 0 | 101 | 265 | 100 | 26 |
| Binary | 10100 | 1011001 | 1011010 | 1001110 | 1 | 0 | 1000001 | 10110101 | 1000000 | 10110 |
Color Harmonies of #14595A
Complementary color
Monochromatic Colors of #14595A
Black with #14595A
Text Example
Text Example
White with #14595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14595A; }
p { color: rgb(20,89,90); }
H1.HeaderClassName
{
color: #14595A;
}
.AnyTagClassName
{
color: #14595A;
}
</style>
background-color css
<style>
a { background-color: #14595A; }
a { background-color: rgb(20,89,90); }
div.DivClassName
{
background-color: #14595A;
}
.BgClassName
{
background-color: #14595A;
}
</style>
border-color css
<style>
span { border-color: #14595A; }
span { border-color: rgb(20,89,90); }
td.TdClassName
{
border-color: #14595A;
}
.TagClassName
{
border-color: #14595A;
}
</style>