Shades of Blue Stone #14595B
Tints of Blue Stone #14595B
RGB
CMYK
RGB Variations
Color information
#14595B (or 0x14595B) is known color: Blue Stone. HEX triplet: 14, 59 and 5B. RGB value is (20,89,91). Sum of RGB (Red+Green+Blue) = 20+89+91=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #14595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14595B is #EBA6A4. Grayscale: #444444. Windows color (decimal): -15443621 or 5986580. OLE color: 5986580.
HSL color Cylindrical-coordinate representation of color #14595B: hue angle of 181.69º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14595B is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 89 | 91 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.64 |
| HSL | 181.69º | 0.64% | 0.22% | - |
| HSV(B) | 181.69º | 0.78% | 0.36% | - |
| XYZ | 5.75 | 8.05 | 11.15 | - |
| YUV | 68.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 91 | 0.78 | 0.02 | 0 | 0.64 | 181.69 | 0.64 | 0.22 |
| Hex | 14 | 59 | 5B | 4E | 2 | 0 | 40 | B6 | 40 | 16 |
| Octal | 24 | 131 | 133 | 116 | 2 | 0 | 100 | 266 | 100 | 26 |
| Binary | 10100 | 1011001 | 1011011 | 1001110 | 10 | 0 | 1000000 | 10110110 | 1000000 | 10110 |
Color Harmonies of #14595B
Complementary color
Monochromatic Colors of #14595B
Black with #14595B
Text Example
Text Example
White with #14595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14595B; }
p { color: rgb(20,89,91); }
H1.HeaderClassName
{
color: #14595B;
}
.AnyTagClassName
{
color: #14595B;
}
</style>
background-color css
<style>
a { background-color: #14595B; }
a { background-color: rgb(20,89,91); }
div.DivClassName
{
background-color: #14595B;
}
.BgClassName
{
background-color: #14595B;
}
</style>
border-color css
<style>
span { border-color: #14595B; }
span { border-color: rgb(20,89,91); }
td.TdClassName
{
border-color: #14595B;
}
.TagClassName
{
border-color: #14595B;
}
</style>