Shades of Blue Stone #146559
Tints of Blue Stone #146559
RGB
CMYK
RGB Variations
Color information
#146559 (or 0x146559) is known color: Blue Stone. HEX triplet: 14, 65 and 59. RGB value is (20,101,89). Sum of RGB (Red+Green+Blue) = 20+101+89=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #146559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146559 is #EB9AA6. Grayscale: #4B4B4B. Windows color (decimal): -15440551 or 5858580. OLE color: 5858580.
HSL color Cylindrical-coordinate representation of color #146559: hue angle of 171.11º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146559 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 101 | 89 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.60 |
| HSL | 171.11º | 0.67% | 0.24% | - |
| HSV(B) | 171.11º | 0.8% | 0.4% | - |
| XYZ | 6.75 | 10.18 | 11.06 | - |
| YUV | 75.41 | 135.66 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 89 | 0.80 | 0 | 0.12 | 0.60 | 171.11 | 0.67 | 0.24 |
| Hex | 14 | 65 | 59 | 50 | 0 | C | 3C | AB | 43 | 18 |
| Octal | 24 | 145 | 131 | 120 | 0 | 14 | 74 | 253 | 103 | 30 |
| Binary | 10100 | 1100101 | 1011001 | 1010000 | 0 | 1100 | 111100 | 10101011 | 1000011 | 11000 |
Color Harmonies of #146559
Complementary color
Monochromatic Colors of #146559
Black with #146559
Text Example
Text Example
White with #146559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146559; }
p { color: rgb(20,101,89); }
H1.HeaderClassName
{
color: #146559;
}
.AnyTagClassName
{
color: #146559;
}
</style>
background-color css
<style>
a { background-color: #146559; }
a { background-color: rgb(20,101,89); }
div.DivClassName
{
background-color: #146559;
}
.BgClassName
{
background-color: #146559;
}
</style>
border-color css
<style>
span { border-color: #146559; }
span { border-color: rgb(20,101,89); }
td.TdClassName
{
border-color: #146559;
}
.TagClassName
{
border-color: #146559;
}
</style>