Shades of Blue Stone #14545F
Tints of Blue Stone #14545F
RGB
CMYK
RGB Variations
Color information
#14545F (or 0x14545F) is known color: Blue Stone. HEX triplet: 14, 54 and 5F. RGB value is (20,84,95). Sum of RGB (Red+Green+Blue) = 20+84+95=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #14545F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14545F is #EBABA0. Grayscale: #424242. Windows color (decimal): -15444897 or 6247444. OLE color: 6247444.
HSL color Cylindrical-coordinate representation of color #14545F: hue angle of 188.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14545F is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 84 | 95 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.63 |
| HSL | 188.8º | 0.65% | 0.23% | - |
| HSV(B) | 188.8º | 0.79% | 0.37% | - |
| XYZ | 5.52 | 7.32 | 11.95 | - |
| YUV | 66.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 95 | 0.79 | 0.12 | 0 | 0.63 | 188.8 | 0.65 | 0.23 |
| Hex | 14 | 54 | 5F | 4F | C | 0 | 3F | BD | 41 | 17 |
| Octal | 24 | 124 | 137 | 117 | 14 | 0 | 77 | 275 | 101 | 27 |
| Binary | 10100 | 1010100 | 1011111 | 1001111 | 1100 | 0 | 111111 | 10111101 | 1000001 | 10111 |
Color Harmonies of #14545F
Complementary color
Monochromatic Colors of #14545F
Black with #14545F
Text Example
Text Example
White with #14545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14545F; }
p { color: rgb(20,84,95); }
H1.HeaderClassName
{
color: #14545F;
}
.AnyTagClassName
{
color: #14545F;
}
</style>
background-color css
<style>
a { background-color: #14545F; }
a { background-color: rgb(20,84,95); }
div.DivClassName
{
background-color: #14545F;
}
.BgClassName
{
background-color: #14545F;
}
</style>
border-color css
<style>
span { border-color: #14545F; }
span { border-color: rgb(20,84,95); }
td.TdClassName
{
border-color: #14545F;
}
.TagClassName
{
border-color: #14545F;
}
</style>