Shades of Blue Stone #145960
Tints of Blue Stone #145960
RGB
CMYK
RGB Variations
Color information
#145960 (or 0x145960) is known color: Blue Stone. HEX triplet: 14, 59 and 60. RGB value is (20,89,96). Sum of RGB (Red+Green+Blue) = 20+89+96=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #145960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145960 is #EBA69F. Grayscale: #454545. Windows color (decimal): -15443616 or 6314260. OLE color: 6314260.
HSL color Cylindrical-coordinate representation of color #145960: hue angle of 185.53º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145960 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 89 | 96 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.62 |
| HSL | 185.53º | 0.66% | 0.23% | - |
| HSV(B) | 185.53º | 0.79% | 0.38% | - |
| XYZ | 5.97 | 8.14 | 12.32 | - |
| YUV | 69.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 96 | 0.79 | 0.07 | 0 | 0.62 | 185.53 | 0.66 | 0.23 |
| Hex | 14 | 59 | 60 | 4F | 7 | 0 | 3E | BA | 42 | 17 |
| Octal | 24 | 131 | 140 | 117 | 7 | 0 | 76 | 272 | 102 | 27 |
| Binary | 10100 | 1011001 | 1100000 | 1001111 | 111 | 0 | 111110 | 10111010 | 1000010 | 10111 |
Color Harmonies of #145960
Complementary color
Monochromatic Colors of #145960
Black with #145960
Text Example
Text Example
White with #145960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145960; }
p { color: rgb(20,89,96); }
H1.HeaderClassName
{
color: #145960;
}
.AnyTagClassName
{
color: #145960;
}
</style>
background-color css
<style>
a { background-color: #145960; }
a { background-color: rgb(20,89,96); }
div.DivClassName
{
background-color: #145960;
}
.BgClassName
{
background-color: #145960;
}
</style>
border-color css
<style>
span { border-color: #145960; }
span { border-color: rgb(20,89,96); }
td.TdClassName
{
border-color: #145960;
}
.TagClassName
{
border-color: #145960;
}
</style>