Shades of Blue Stone #14575B
Tints of Blue Stone #14575B
RGB
CMYK
RGB Variations
Color information
#14575B (or 0x14575B) is known color: Blue Stone. HEX triplet: 14, 57 and 5B. RGB value is (20,87,91). Sum of RGB (Red+Green+Blue) = 20+87+91=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #14575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14575B is #EBA8A4. Grayscale: #434343. Windows color (decimal): -15444133 or 5986068. OLE color: 5986068.
HSL color Cylindrical-coordinate representation of color #14575B: hue angle of 183.38º 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 #14575B is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 87 | 91 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.64 |
| HSL | 183.38º | 0.64% | 0.22% | - |
| HSV(B) | 183.38º | 0.78% | 0.36% | - |
| XYZ | 5.59 | 7.72 | 11.09 | - |
| YUV | 67.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 91 | 0.78 | 0.04 | 0 | 0.64 | 183.38 | 0.64 | 0.22 |
| Hex | 14 | 57 | 5B | 4E | 4 | 0 | 40 | B7 | 40 | 16 |
| Octal | 24 | 127 | 133 | 116 | 4 | 0 | 100 | 267 | 100 | 26 |
| Binary | 10100 | 1010111 | 1011011 | 1001110 | 100 | 0 | 1000000 | 10110111 | 1000000 | 10110 |
Color Harmonies of #14575B
Complementary color
Monochromatic Colors of #14575B
Black with #14575B
Text Example
Text Example
White with #14575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14575B; }
p { color: rgb(20,87,91); }
H1.HeaderClassName
{
color: #14575B;
}
.AnyTagClassName
{
color: #14575B;
}
</style>
background-color css
<style>
a { background-color: #14575B; }
a { background-color: rgb(20,87,91); }
div.DivClassName
{
background-color: #14575B;
}
.BgClassName
{
background-color: #14575B;
}
</style>
border-color css
<style>
span { border-color: #14575B; }
span { border-color: rgb(20,87,91); }
td.TdClassName
{
border-color: #14575B;
}
.TagClassName
{
border-color: #14575B;
}
</style>