Shades of Blue Stone #14575D
Tints of Blue Stone #14575D
RGB
CMYK
RGB Variations
Color information
#14575D (or 0x14575D) is known color: Blue Stone. HEX triplet: 14, 57 and 5D. RGB value is (20,87,93). Sum of RGB (Red+Green+Blue) = 20+87+93=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #14575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14575D is #EBA8A2. Grayscale: #434343. Windows color (decimal): -15444131 or 6117140. OLE color: 6117140.
HSL color Cylindrical-coordinate representation of color #14575D: hue angle of 184.93º degrees, saturation: 0.65, 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 #14575D is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 87 | 93 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.64 |
| HSL | 184.93º | 0.65% | 0.22% | - |
| HSV(B) | 184.93º | 0.78% | 0.36% | - |
| XYZ | 5.67 | 7.76 | 11.55 | - |
| YUV | 67.65 | 142.3 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 93 | 0.78 | 0.06 | 0 | 0.64 | 184.93 | 0.65 | 0.22 |
| Hex | 14 | 57 | 5D | 4E | 6 | 0 | 40 | B9 | 41 | 16 |
| Octal | 24 | 127 | 135 | 116 | 6 | 0 | 100 | 271 | 101 | 26 |
| Binary | 10100 | 1010111 | 1011101 | 1001110 | 110 | 0 | 1000000 | 10111001 | 1000001 | 10110 |
Color Harmonies of #14575D
Complementary color
Monochromatic Colors of #14575D
Black with #14575D
Text Example
Text Example
White with #14575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14575D; }
p { color: rgb(20,87,93); }
H1.HeaderClassName
{
color: #14575D;
}
.AnyTagClassName
{
color: #14575D;
}
</style>
background-color css
<style>
a { background-color: #14575D; }
a { background-color: rgb(20,87,93); }
div.DivClassName
{
background-color: #14575D;
}
.BgClassName
{
background-color: #14575D;
}
</style>
border-color css
<style>
span { border-color: #14575D; }
span { border-color: rgb(20,87,93); }
td.TdClassName
{
border-color: #14575D;
}
.TagClassName
{
border-color: #14575D;
}
</style>