Shades of Evening Sea #1A5949
Tints of Evening Sea #1A5949
RGB
CMYK
RGB Variations
Color information
#1A5949 (or 0x1A5949) is known color: Evening Sea. HEX triplet: 1A, 59 and 49. RGB value is (26,89,73). Sum of RGB (Red+Green+Blue) = 26+89+73=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #1A5949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5949 is #E5A6B6. Grayscale: #444444. Windows color (decimal): -15050423 or 4806938. OLE color: 4806938.
HSL color Cylindrical-coordinate representation of color #1A5949: hue angle of 164.76º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A5949 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 89 | 73 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.65 |
| HSL | 164.76º | 0.55% | 0.23% | - |
| HSV(B) | 164.76º | 0.71% | 0.35% | - |
| XYZ | 5.2 | 7.85 | 7.54 | - |
| YUV | 68.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 73 | 0.71 | 0 | 0.18 | 0.65 | 164.76 | 0.55 | 0.23 |
| Hex | 1A | 59 | 49 | 47 | 0 | 12 | 41 | A5 | 37 | 17 |
| Octal | 32 | 131 | 111 | 107 | 0 | 22 | 101 | 245 | 67 | 27 |
| Binary | 11010 | 1011001 | 1001001 | 1000111 | 0 | 10010 | 1000001 | 10100101 | 110111 | 10111 |
Color Harmonies of #1A5949
Complementary color
Monochromatic Colors of #1A5949
Black with #1A5949
Text Example
Text Example
White with #1A5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5949; }
p { color: rgb(26,89,73); }
H1.HeaderClassName
{
color: #1A5949;
}
.AnyTagClassName
{
color: #1A5949;
}
</style>
background-color css
<style>
a { background-color: #1A5949; }
a { background-color: rgb(26,89,73); }
div.DivClassName
{
background-color: #1A5949;
}
.BgClassName
{
background-color: #1A5949;
}
</style>
border-color css
<style>
span { border-color: #1A5949; }
span { border-color: rgb(26,89,73); }
td.TdClassName
{
border-color: #1A5949;
}
.TagClassName
{
border-color: #1A5949;
}
</style>