Shades of Blue Stone #146E5D
Tints of Blue Stone #146E5D
RGB
CMYK
RGB Variations
Color information
#146E5D (or 0x146E5D) is known color: Blue Stone. HEX triplet: 14, 6E and 5D. RGB value is (20,110,93). Sum of RGB (Red+Green+Blue) = 20+110+93=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #146E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146E5D is #EB91A2. Grayscale: #515151. Windows color (decimal): -15438243 or 6123028. OLE color: 6123028.
HSL color Cylindrical-coordinate representation of color #146E5D: hue angle of 168.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146E5D is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 110 | 93 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.57 |
| HSL | 168.67º | 0.69% | 0.25% | - |
| HSV(B) | 168.67º | 0.82% | 0.43% | - |
| XYZ | 7.84 | 12.09 | 12.28 | - |
| YUV | 81.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 93 | 0.82 | 0 | 0.15 | 0.57 | 168.67 | 0.69 | 0.25 |
| Hex | 14 | 6E | 5D | 52 | 0 | F | 39 | A9 | 45 | 19 |
| Octal | 24 | 156 | 135 | 122 | 0 | 17 | 71 | 251 | 105 | 31 |
| Binary | 10100 | 1101110 | 1011101 | 1010010 | 0 | 1111 | 111001 | 10101001 | 1000101 | 11001 |
Color Harmonies of #146E5D
Complementary color
Monochromatic Colors of #146E5D
Black with #146E5D
Text Example
Text Example
White with #146E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146E5D; }
p { color: rgb(20,110,93); }
H1.HeaderClassName
{
color: #146E5D;
}
.AnyTagClassName
{
color: #146E5D;
}
</style>
background-color css
<style>
a { background-color: #146E5D; }
a { background-color: rgb(20,110,93); }
div.DivClassName
{
background-color: #146E5D;
}
.BgClassName
{
background-color: #146E5D;
}
</style>
border-color css
<style>
span { border-color: #146E5D; }
span { border-color: rgb(20,110,93); }
td.TdClassName
{
border-color: #146E5D;
}
.TagClassName
{
border-color: #146E5D;
}
</style>