Shades of Blue Stone #145E55
Tints of Blue Stone #145E55
RGB
CMYK
RGB Variations
Color information
#145E55 (or 0x145E55) is known color: Blue Stone. HEX triplet: 14, 5E and 55. RGB value is (20,94,85). Sum of RGB (Red+Green+Blue) = 20+94+85=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 94 - color contains mainly: green. Hex color #145E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E55 is #EBA1AA. Grayscale: #464646. Windows color (decimal): -15442347 or 5594644. OLE color: 5594644.
HSL color Cylindrical-coordinate representation of color #145E55: hue angle of 172.7º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145E55 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 94 | 85 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.63 |
| HSL | 172.7º | 0.65% | 0.22% | - |
| HSV(B) | 172.7º | 0.79% | 0.37% | - |
| XYZ | 5.93 | 8.81 | 9.98 | - |
| YUV | 70.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 85 | 0.79 | 0 | 0.10 | 0.63 | 172.7 | 0.65 | 0.22 |
| Hex | 14 | 5E | 55 | 4F | 0 | A | 3F | AD | 41 | 16 |
| Octal | 24 | 136 | 125 | 117 | 0 | 12 | 77 | 255 | 101 | 26 |
| Binary | 10100 | 1011110 | 1010101 | 1001111 | 0 | 1010 | 111111 | 10101101 | 1000001 | 10110 |
Color Harmonies of #145E55
Complementary color
Monochromatic Colors of #145E55
Black with #145E55
Text Example
Text Example
White with #145E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145E55; }
p { color: rgb(20,94,85); }
H1.HeaderClassName
{
color: #145E55;
}
.AnyTagClassName
{
color: #145E55;
}
</style>
background-color css
<style>
a { background-color: #145E55; }
a { background-color: rgb(20,94,85); }
div.DivClassName
{
background-color: #145E55;
}
.BgClassName
{
background-color: #145E55;
}
</style>
border-color css
<style>
span { border-color: #145E55; }
span { border-color: rgb(20,94,85); }
td.TdClassName
{
border-color: #145E55;
}
.TagClassName
{
border-color: #145E55;
}
</style>