Shades of Evening Sea #1A5944
Tints of Evening Sea #1A5944
RGB
CMYK
RGB Variations
Color information
#1A5944 (or 0x1A5944) is known color: Evening Sea. HEX triplet: 1A, 59 and 44. RGB value is (26,89,68). Sum of RGB (Red+Green+Blue) = 26+89+68=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #1A5944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5944 is #E5A6BB. Grayscale: #434343. Windows color (decimal): -15050428 or 4479258. OLE color: 4479258.
HSL color Cylindrical-coordinate representation of color #1A5944: hue angle of 160º 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 #1A5944 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 89 | 68 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.65 |
| HSL | 160º | 0.55% | 0.23% | - |
| HSV(B) | 160º | 0.71% | 0.35% | - |
| XYZ | 5.04 | 7.78 | 6.71 | - |
| YUV | 67.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 68 | 0.71 | 0 | 0.24 | 0.65 | 160 | 0.55 | 0.23 |
| Hex | 1A | 59 | 44 | 47 | 0 | 18 | 41 | A0 | 37 | 17 |
| Octal | 32 | 131 | 104 | 107 | 0 | 30 | 101 | 240 | 67 | 27 |
| Binary | 11010 | 1011001 | 1000100 | 1000111 | 0 | 11000 | 1000001 | 10100000 | 110111 | 10111 |
Color Harmonies of #1A5944
Complementary color
Monochromatic Colors of #1A5944
Black with #1A5944
Text Example
Text Example
White with #1A5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5944; }
p { color: rgb(26,89,68); }
H1.HeaderClassName
{
color: #1A5944;
}
.AnyTagClassName
{
color: #1A5944;
}
</style>
background-color css
<style>
a { background-color: #1A5944; }
a { background-color: rgb(26,89,68); }
div.DivClassName
{
background-color: #1A5944;
}
.BgClassName
{
background-color: #1A5944;
}
</style>
border-color css
<style>
span { border-color: #1A5944; }
span { border-color: rgb(26,89,68); }
td.TdClassName
{
border-color: #1A5944;
}
.TagClassName
{
border-color: #1A5944;
}
</style>