Shades of Evening Sea #1A594B
Tints of Evening Sea #1A594B
RGB
CMYK
RGB Variations
Color information
#1A594B (or 0x1A594B) is known color: Evening Sea. HEX triplet: 1A, 59 and 4B. RGB value is (26,89,75). Sum of RGB (Red+Green+Blue) = 26+89+75=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #1A594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A594B is #E5A6B4. Grayscale: #444444. Windows color (decimal): -15050421 or 4938010. OLE color: 4938010.
HSL color Cylindrical-coordinate representation of color #1A594B: hue angle of 166.67º 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 #1A594B is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 89 | 75 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.65 |
| HSL | 166.67º | 0.55% | 0.23% | - |
| HSV(B) | 166.67º | 0.71% | 0.35% | - |
| XYZ | 5.27 | 7.87 | 7.9 | - |
| YUV | 68.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 75 | 0.71 | 0 | 0.16 | 0.65 | 166.67 | 0.55 | 0.23 |
| Hex | 1A | 59 | 4B | 47 | 0 | 10 | 41 | A7 | 37 | 17 |
| Octal | 32 | 131 | 113 | 107 | 0 | 20 | 101 | 247 | 67 | 27 |
| Binary | 11010 | 1011001 | 1001011 | 1000111 | 0 | 10000 | 1000001 | 10100111 | 110111 | 10111 |
Color Harmonies of #1A594B
Complementary color
Monochromatic Colors of #1A594B
Black with #1A594B
Text Example
Text Example
White with #1A594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A594B; }
p { color: rgb(26,89,75); }
H1.HeaderClassName
{
color: #1A594B;
}
.AnyTagClassName
{
color: #1A594B;
}
</style>
background-color css
<style>
a { background-color: #1A594B; }
a { background-color: rgb(26,89,75); }
div.DivClassName
{
background-color: #1A594B;
}
.BgClassName
{
background-color: #1A594B;
}
</style>
border-color css
<style>
span { border-color: #1A594B; }
span { border-color: rgb(26,89,75); }
td.TdClassName
{
border-color: #1A594B;
}
.TagClassName
{
border-color: #1A594B;
}
</style>