Shades of Blue Stone #145A59
Tints of Blue Stone #145A59
RGB
CMYK
RGB Variations
Color information
#145A59 (or 0x145A59) is known color: Blue Stone. HEX triplet: 14, 5A and 59. RGB value is (20,90,89). Sum of RGB (Red+Green+Blue) = 20+90+89=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #145A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A59 is #EBA5A6. Grayscale: #444444. Windows color (decimal): -15443367 or 5855764. OLE color: 5855764.
HSL color Cylindrical-coordinate representation of color #145A59: hue angle of 179.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145A59 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 90 | 89 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.65 |
| HSL | 179.14º | 0.64% | 0.22% | - |
| HSV(B) | 179.14º | 0.78% | 0.35% | - |
| XYZ | 5.75 | 8.18 | 10.73 | - |
| YUV | 68.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 89 | 0.78 | 0 | 0.01 | 0.65 | 179.14 | 0.64 | 0.22 |
| Hex | 14 | 5A | 59 | 4E | 0 | 1 | 41 | B3 | 40 | 16 |
| Octal | 24 | 132 | 131 | 116 | 0 | 1 | 101 | 263 | 100 | 26 |
| Binary | 10100 | 1011010 | 1011001 | 1001110 | 0 | 1 | 1000001 | 10110011 | 1000000 | 10110 |
Color Harmonies of #145A59
Complementary color
Monochromatic Colors of #145A59
Black with #145A59
Text Example
Text Example
White with #145A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A59; }
p { color: rgb(20,90,89); }
H1.HeaderClassName
{
color: #145A59;
}
.AnyTagClassName
{
color: #145A59;
}
</style>
background-color css
<style>
a { background-color: #145A59; }
a { background-color: rgb(20,90,89); }
div.DivClassName
{
background-color: #145A59;
}
.BgClassName
{
background-color: #145A59;
}
</style>
border-color css
<style>
span { border-color: #145A59; }
span { border-color: rgb(20,90,89); }
td.TdClassName
{
border-color: #145A59;
}
.TagClassName
{
border-color: #145A59;
}
</style>