Shades of Blue Stone #14555D
Tints of Blue Stone #14555D
RGB
CMYK
RGB Variations
Color information
#14555D (or 0x14555D) is known color: Blue Stone. HEX triplet: 14, 55 and 5D. RGB value is (20,85,93). Sum of RGB (Red+Green+Blue) = 20+85+93=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #14555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14555D is #EBAAA2. Grayscale: #424242. Windows color (decimal): -15444643 or 6116628. OLE color: 6116628.
HSL color Cylindrical-coordinate representation of color #14555D: hue angle of 186.58º 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 #14555D is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 85 | 93 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.64 |
| HSL | 186.58º | 0.65% | 0.22% | - |
| HSV(B) | 186.58º | 0.78% | 0.36% | - |
| XYZ | 5.51 | 7.44 | 11.5 | - |
| YUV | 66.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 93 | 0.78 | 0.09 | 0 | 0.64 | 186.58 | 0.65 | 0.22 |
| Hex | 14 | 55 | 5D | 4E | 9 | 0 | 40 | BB | 41 | 16 |
| Octal | 24 | 125 | 135 | 116 | 11 | 0 | 100 | 273 | 101 | 26 |
| Binary | 10100 | 1010101 | 1011101 | 1001110 | 1001 | 0 | 1000000 | 10111011 | 1000001 | 10110 |
Color Harmonies of #14555D
Complementary color
Monochromatic Colors of #14555D
Black with #14555D
Text Example
Text Example
White with #14555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14555D; }
p { color: rgb(20,85,93); }
H1.HeaderClassName
{
color: #14555D;
}
.AnyTagClassName
{
color: #14555D;
}
</style>
background-color css
<style>
a { background-color: #14555D; }
a { background-color: rgb(20,85,93); }
div.DivClassName
{
background-color: #14555D;
}
.BgClassName
{
background-color: #14555D;
}
</style>
border-color css
<style>
span { border-color: #14555D; }
span { border-color: rgb(20,85,93); }
td.TdClassName
{
border-color: #14555D;
}
.TagClassName
{
border-color: #14555D;
}
</style>