Shades of Blue Stone #146055
Tints of Blue Stone #146055
RGB
CMYK
RGB Variations
Color information
#146055 (or 0x146055) is known color: Blue Stone. HEX triplet: 14, 60 and 55. RGB value is (20,96,85). Sum of RGB (Red+Green+Blue) = 20+96+85=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #146055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146055 is #EB9FAA. Grayscale: #474747. Windows color (decimal): -15441835 or 5595156. OLE color: 5595156.
HSL color Cylindrical-coordinate representation of color #146055: hue angle of 171.32º 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 #146055 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 96 | 85 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.62 |
| HSL | 171.32º | 0.66% | 0.23% | - |
| HSV(B) | 171.32º | 0.79% | 0.38% | - |
| XYZ | 6.11 | 9.17 | 10.04 | - |
| YUV | 72.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 85 | 0.79 | 0 | 0.11 | 0.62 | 171.32 | 0.66 | 0.23 |
| Hex | 14 | 60 | 55 | 4F | 0 | B | 3E | AB | 42 | 17 |
| Octal | 24 | 140 | 125 | 117 | 0 | 13 | 76 | 253 | 102 | 27 |
| Binary | 10100 | 1100000 | 1010101 | 1001111 | 0 | 1011 | 111110 | 10101011 | 1000010 | 10111 |
Color Harmonies of #146055
Complementary color
Monochromatic Colors of #146055
Black with #146055
Text Example
Text Example
White with #146055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146055; }
p { color: rgb(20,96,85); }
H1.HeaderClassName
{
color: #146055;
}
.AnyTagClassName
{
color: #146055;
}
</style>
background-color css
<style>
a { background-color: #146055; }
a { background-color: rgb(20,96,85); }
div.DivClassName
{
background-color: #146055;
}
.BgClassName
{
background-color: #146055;
}
</style>
border-color css
<style>
span { border-color: #146055; }
span { border-color: rgb(20,96,85); }
td.TdClassName
{
border-color: #146055;
}
.TagClassName
{
border-color: #146055;
}
</style>