Shades of Blue Stone #145950
Tints of Blue Stone #145950
RGB
CMYK
RGB Variations
Color information
#145950 (or 0x145950) is known color: Blue Stone. HEX triplet: 14, 59 and 50. RGB value is (20,89,80). Sum of RGB (Red+Green+Blue) = 20+89+80=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #145950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145950 is #EBA6AF. Grayscale: #434343. Windows color (decimal): -15443632 or 5265684. OLE color: 5265684.
HSL color Cylindrical-coordinate representation of color #145950: hue angle of 172.17º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145950 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 89 | 80 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.65 |
| HSL | 172.17º | 0.63% | 0.21% | - |
| HSV(B) | 172.17º | 0.78% | 0.35% | - |
| XYZ | 5.31 | 7.87 | 8.83 | - |
| YUV | 67.34 | 135.14 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 80 | 0.78 | 0 | 0.10 | 0.65 | 172.17 | 0.63 | 0.21 |
| Hex | 14 | 59 | 50 | 4E | 0 | A | 41 | AC | 3F | 15 |
| Octal | 24 | 131 | 120 | 116 | 0 | 12 | 101 | 254 | 77 | 25 |
| Binary | 10100 | 1011001 | 1010000 | 1001110 | 0 | 1010 | 1000001 | 10101100 | 111111 | 10101 |
Color Harmonies of #145950
Complementary color
Monochromatic Colors of #145950
Black with #145950
Text Example
Text Example
White with #145950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145950; }
p { color: rgb(20,89,80); }
H1.HeaderClassName
{
color: #145950;
}
.AnyTagClassName
{
color: #145950;
}
</style>
background-color css
<style>
a { background-color: #145950; }
a { background-color: rgb(20,89,80); }
div.DivClassName
{
background-color: #145950;
}
.BgClassName
{
background-color: #145950;
}
</style>
border-color css
<style>
span { border-color: #145950; }
span { border-color: rgb(20,89,80); }
td.TdClassName
{
border-color: #145950;
}
.TagClassName
{
border-color: #145950;
}
</style>