Shades of Jewel #146A4D
Tints of Jewel #146A4D
RGB
CMYK
RGB Variations
Color information
#146A4D (or 0x146A4D) is known color: Jewel. HEX triplet: 14, 6A and 4D. RGB value is (20,106,77). Sum of RGB (Red+Green+Blue) = 20+106+77=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #146A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146A4D is #EB95B2. Grayscale: #4D4D4D. Windows color (decimal): -15439283 or 5073428. OLE color: 5073428.
HSL color Cylindrical-coordinate representation of color #146A4D: hue angle of 159.77º degrees, saturation: 0.68, 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 #146A4D is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 106 | 77 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.58 |
| HSL | 159.77º | 0.68% | 0.25% | - |
| HSV(B) | 159.77º | 0.81% | 0.42% | - |
| XYZ | 6.78 | 10.99 | 8.79 | - |
| YUV | 76.98 | 128.01 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 77 | 0.81 | 0 | 0.27 | 0.58 | 159.77 | 0.68 | 0.25 |
| Hex | 14 | 6A | 4D | 51 | 0 | 1B | 3A | A0 | 44 | 19 |
| Octal | 24 | 152 | 115 | 121 | 0 | 33 | 72 | 240 | 104 | 31 |
| Binary | 10100 | 1101010 | 1001101 | 1010001 | 0 | 11011 | 111010 | 10100000 | 1000100 | 11001 |
Color Harmonies of #146A4D
Complementary color
Monochromatic Colors of #146A4D
Black with #146A4D
Text Example
Text Example
White with #146A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146A4D; }
p { color: rgb(20,106,77); }
H1.HeaderClassName
{
color: #146A4D;
}
.AnyTagClassName
{
color: #146A4D;
}
</style>
background-color css
<style>
a { background-color: #146A4D; }
a { background-color: rgb(20,106,77); }
div.DivClassName
{
background-color: #146A4D;
}
.BgClassName
{
background-color: #146A4D;
}
</style>
border-color css
<style>
span { border-color: #146A4D; }
span { border-color: rgb(20,106,77); }
td.TdClassName
{
border-color: #146A4D;
}
.TagClassName
{
border-color: #146A4D;
}
</style>