Shades of Blue Stone #14555F
Tints of Blue Stone #14555F
RGB
CMYK
RGB Variations
Color information
#14555F (or 0x14555F) is known color: Blue Stone. HEX triplet: 14, 55 and 5F. RGB value is (20,85,95). Sum of RGB (Red+Green+Blue) = 20+85+95=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #14555F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14555F is #EBAAA0. Grayscale: #424242. Windows color (decimal): -15444641 or 6247700. OLE color: 6247700.
HSL color Cylindrical-coordinate representation of color #14555F: hue angle of 188º 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 #14555F is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 85 | 95 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.63 |
| HSL | 188º | 0.65% | 0.23% | - |
| HSV(B) | 188º | 0.79% | 0.37% | - |
| XYZ | 5.6 | 7.47 | 11.97 | - |
| YUV | 66.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 95 | 0.79 | 0.11 | 0 | 0.63 | 188 | 0.65 | 0.23 |
| Hex | 14 | 55 | 5F | 4F | B | 0 | 3F | BC | 41 | 17 |
| Octal | 24 | 125 | 137 | 117 | 13 | 0 | 77 | 274 | 101 | 27 |
| Binary | 10100 | 1010101 | 1011111 | 1001111 | 1011 | 0 | 111111 | 10111100 | 1000001 | 10111 |
Color Harmonies of #14555F
Complementary color
Monochromatic Colors of #14555F
Black with #14555F
Text Example
Text Example
White with #14555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14555F; }
p { color: rgb(20,85,95); }
H1.HeaderClassName
{
color: #14555F;
}
.AnyTagClassName
{
color: #14555F;
}
</style>
background-color css
<style>
a { background-color: #14555F; }
a { background-color: rgb(20,85,95); }
div.DivClassName
{
background-color: #14555F;
}
.BgClassName
{
background-color: #14555F;
}
</style>
border-color css
<style>
span { border-color: #14555F; }
span { border-color: rgb(20,85,95); }
td.TdClassName
{
border-color: #14555F;
}
.TagClassName
{
border-color: #14555F;
}
</style>