Shades of Blue Stone #14595C
Tints of Blue Stone #14595C
RGB
CMYK
RGB Variations
Color information
#14595C (or 0x14595C) is known color: Blue Stone. HEX triplet: 14, 59 and 5C. RGB value is (20,89,92). Sum of RGB (Red+Green+Blue) = 20+89+92=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #14595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14595C is #EBA6A3. Grayscale: #444444. Windows color (decimal): -15443620 or 6052116. OLE color: 6052116.
HSL color Cylindrical-coordinate representation of color #14595C: hue angle of 182.5º 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 #14595C is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 89 | 92 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.64 |
| HSL | 182.5º | 0.64% | 0.22% | - |
| HSV(B) | 182.5º | 0.78% | 0.36% | - |
| XYZ | 5.79 | 8.07 | 11.38 | - |
| YUV | 68.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 92 | 0.78 | 0.03 | 0 | 0.64 | 182.5 | 0.64 | 0.22 |
| Hex | 14 | 59 | 5C | 4E | 3 | 0 | 40 | B6 | 40 | 16 |
| Octal | 24 | 131 | 134 | 116 | 3 | 0 | 100 | 266 | 100 | 26 |
| Binary | 10100 | 1011001 | 1011100 | 1001110 | 11 | 0 | 1000000 | 10110110 | 1000000 | 10110 |
Color Harmonies of #14595C
Complementary color
Monochromatic Colors of #14595C
Black with #14595C
Text Example
Text Example
White with #14595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14595C; }
p { color: rgb(20,89,92); }
H1.HeaderClassName
{
color: #14595C;
}
.AnyTagClassName
{
color: #14595C;
}
</style>
background-color css
<style>
a { background-color: #14595C; }
a { background-color: rgb(20,89,92); }
div.DivClassName
{
background-color: #14595C;
}
.BgClassName
{
background-color: #14595C;
}
</style>
border-color css
<style>
span { border-color: #14595C; }
span { border-color: rgb(20,89,92); }
td.TdClassName
{
border-color: #14595C;
}
.TagClassName
{
border-color: #14595C;
}
</style>