Shades of Evening Sea #1E594C
Tints of Evening Sea #1E594C
RGB
CMYK
RGB Variations
Color information
#1E594C (or 0x1E594C) is known color: Evening Sea. HEX triplet: 1E, 59 and 4C. RGB value is (30,89,76). Sum of RGB (Red+Green+Blue) = 30+89+76=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #1E594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E594C is #E1A6B3. Grayscale: #454545. Windows color (decimal): -14788276 or 5003550. OLE color: 5003550.
HSL color Cylindrical-coordinate representation of color #1E594C: hue angle of 166.78º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E594C is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 89 | 76 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.65 |
| HSL | 166.78º | 0.5% | 0.23% | - |
| HSV(B) | 166.78º | 0.66% | 0.35% | - |
| XYZ | 5.41 | 7.94 | 8.09 | - |
| YUV | 69.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 89 | 76 | 0.66 | 0 | 0.15 | 0.65 | 166.78 | 0.5 | 0.23 |
| Hex | 1E | 59 | 4C | 42 | 0 | F | 41 | A7 | 32 | 17 |
| Octal | 36 | 131 | 114 | 102 | 0 | 17 | 101 | 247 | 62 | 27 |
| Binary | 11110 | 1011001 | 1001100 | 1000010 | 0 | 1111 | 1000001 | 10100111 | 110010 | 10111 |
Color Harmonies of #1E594C
Complementary color
Monochromatic Colors of #1E594C
Black with #1E594C
Text Example
Text Example
White with #1E594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E594C; }
p { color: rgb(30,89,76); }
H1.HeaderClassName
{
color: #1E594C;
}
.AnyTagClassName
{
color: #1E594C;
}
</style>
background-color css
<style>
a { background-color: #1E594C; }
a { background-color: rgb(30,89,76); }
div.DivClassName
{
background-color: #1E594C;
}
.BgClassName
{
background-color: #1E594C;
}
</style>
border-color css
<style>
span { border-color: #1E594C; }
span { border-color: rgb(30,89,76); }
td.TdClassName
{
border-color: #1E594C;
}
.TagClassName
{
border-color: #1E594C;
}
</style>