Shades of Blue Stone #146165
Tints of Blue Stone #146165
RGB
CMYK
RGB Variations
Color information
#146165 (or 0x146165) is known color: Blue Stone. HEX triplet: 14, 61 and 65. RGB value is (20,97,101). Sum of RGB (Red+Green+Blue) = 20+97+101=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #146165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146165 is #EB9E9A. Grayscale: #4A4A4A. Windows color (decimal): -15441563 or 6643988. OLE color: 6643988.
HSL color Cylindrical-coordinate representation of color #146165: hue angle of 182.96º 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 #146165 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 97 | 101 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.60 |
| HSL | 182.96º | 0.67% | 0.24% | - |
| HSV(B) | 182.96º | 0.8% | 0.4% | - |
| XYZ | 6.91 | 9.64 | 13.81 | - |
| YUV | 74.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 101 | 0.80 | 0.04 | 0 | 0.60 | 182.96 | 0.67 | 0.24 |
| Hex | 14 | 61 | 65 | 50 | 4 | 0 | 3C | B7 | 43 | 18 |
| Octal | 24 | 141 | 145 | 120 | 4 | 0 | 74 | 267 | 103 | 30 |
| Binary | 10100 | 1100001 | 1100101 | 1010000 | 100 | 0 | 111100 | 10110111 | 1000011 | 11000 |
Color Harmonies of #146165
Complementary color
Monochromatic Colors of #146165
Black with #146165
Text Example
Text Example
White with #146165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146165; }
p { color: rgb(20,97,101); }
H1.HeaderClassName
{
color: #146165;
}
.AnyTagClassName
{
color: #146165;
}
</style>
background-color css
<style>
a { background-color: #146165; }
a { background-color: rgb(20,97,101); }
div.DivClassName
{
background-color: #146165;
}
.BgClassName
{
background-color: #146165;
}
</style>
border-color css
<style>
span { border-color: #146165; }
span { border-color: rgb(20,97,101); }
td.TdClassName
{
border-color: #146165;
}
.TagClassName
{
border-color: #146165;
}
</style>