Shades of Blue Stone #146C5D
Tints of Blue Stone #146C5D
RGB
CMYK
RGB Variations
Color information
#146C5D (or 0x146C5D) is known color: Blue Stone. HEX triplet: 14, 6C and 5D. RGB value is (20,108,93). Sum of RGB (Red+Green+Blue) = 20+108+93=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #146C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146C5D is #EB93A2. Grayscale: #4F4F4F. Windows color (decimal): -15438755 or 6122516. OLE color: 6122516.
HSL color Cylindrical-coordinate representation of color #146C5D: hue angle of 169.77º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146C5D is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 108 | 93 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.58 |
| HSL | 169.77º | 0.69% | 0.25% | - |
| HSV(B) | 169.77º | 0.81% | 0.42% | - |
| XYZ | 7.63 | 11.66 | 12.21 | - |
| YUV | 79.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 93 | 0.81 | 0 | 0.14 | 0.58 | 169.77 | 0.69 | 0.25 |
| Hex | 14 | 6C | 5D | 51 | 0 | E | 3A | AA | 45 | 19 |
| Octal | 24 | 154 | 135 | 121 | 0 | 16 | 72 | 252 | 105 | 31 |
| Binary | 10100 | 1101100 | 1011101 | 1010001 | 0 | 1110 | 111010 | 10101010 | 1000101 | 11001 |
Color Harmonies of #146C5D
Complementary color
Monochromatic Colors of #146C5D
Black with #146C5D
Text Example
Text Example
White with #146C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146C5D; }
p { color: rgb(20,108,93); }
H1.HeaderClassName
{
color: #146C5D;
}
.AnyTagClassName
{
color: #146C5D;
}
</style>
background-color css
<style>
a { background-color: #146C5D; }
a { background-color: rgb(20,108,93); }
div.DivClassName
{
background-color: #146C5D;
}
.BgClassName
{
background-color: #146C5D;
}
</style>
border-color css
<style>
span { border-color: #146C5D; }
span { border-color: rgb(20,108,93); }
td.TdClassName
{
border-color: #146C5D;
}
.TagClassName
{
border-color: #146C5D;
}
</style>