Shades of Blue Stone #145F59
Tints of Blue Stone #145F59
RGB
CMYK
RGB Variations
Color information
#145F59 (or 0x145F59) is known color: Blue Stone. HEX triplet: 14, 5F and 59. RGB value is (20,95,89). Sum of RGB (Red+Green+Blue) = 20+95+89=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #145F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F59 is #EBA0A6. Grayscale: #474747. Windows color (decimal): -15442087 or 5857044. OLE color: 5857044.
HSL color Cylindrical-coordinate representation of color #145F59: hue angle of 175.2º 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 #145F59 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 95 | 89 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.63 |
| HSL | 175.2º | 0.65% | 0.23% | - |
| HSV(B) | 175.2º | 0.79% | 0.37% | - |
| XYZ | 6.18 | 9.05 | 10.87 | - |
| YUV | 71.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 89 | 0.79 | 0 | 0.06 | 0.63 | 175.2 | 0.65 | 0.23 |
| Hex | 14 | 5F | 59 | 4F | 0 | 6 | 3F | AF | 41 | 17 |
| Octal | 24 | 137 | 131 | 117 | 0 | 6 | 77 | 257 | 101 | 27 |
| Binary | 10100 | 1011111 | 1011001 | 1001111 | 0 | 110 | 111111 | 10101111 | 1000001 | 10111 |
Color Harmonies of #145F59
Complementary color
Monochromatic Colors of #145F59
Black with #145F59
Text Example
Text Example
White with #145F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F59; }
p { color: rgb(20,95,89); }
H1.HeaderClassName
{
color: #145F59;
}
.AnyTagClassName
{
color: #145F59;
}
</style>
background-color css
<style>
a { background-color: #145F59; }
a { background-color: rgb(20,95,89); }
div.DivClassName
{
background-color: #145F59;
}
.BgClassName
{
background-color: #145F59;
}
</style>
border-color css
<style>
span { border-color: #145F59; }
span { border-color: rgb(20,95,89); }
td.TdClassName
{
border-color: #145F59;
}
.TagClassName
{
border-color: #145F59;
}
</style>