Shades of Evening Sea #1E5649
Tints of Evening Sea #1E5649
RGB
CMYK
RGB Variations
Color information
#1E5649 (or 0x1E5649) is known color: Evening Sea. HEX triplet: 1E, 56 and 49. RGB value is (30,86,73). Sum of RGB (Red+Green+Blue) = 30+86+73=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #1E5649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5649 is #E1A9B6. Grayscale: #434343. Windows color (decimal): -14789047 or 4806174. OLE color: 4806174.
HSL color Cylindrical-coordinate representation of color #1E5649: hue angle of 166.07º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E5649 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 86 | 73 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.66 |
| HSL | 166.07º | 0.48% | 0.23% | - |
| HSV(B) | 166.07º | 0.65% | 0.34% | - |
| XYZ | 5.07 | 7.41 | 7.47 | - |
| YUV | 67.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 73 | 0.65 | 0 | 0.15 | 0.66 | 166.07 | 0.48 | 0.23 |
| Hex | 1E | 56 | 49 | 41 | 0 | F | 42 | A6 | 30 | 17 |
| Octal | 36 | 126 | 111 | 101 | 0 | 17 | 102 | 246 | 60 | 27 |
| Binary | 11110 | 1010110 | 1001001 | 1000001 | 0 | 1111 | 1000010 | 10100110 | 110000 | 10111 |
Color Harmonies of #1E5649
Complementary color
Monochromatic Colors of #1E5649
Black with #1E5649
Text Example
Text Example
White with #1E5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5649; }
p { color: rgb(30,86,73); }
H1.HeaderClassName
{
color: #1E5649;
}
.AnyTagClassName
{
color: #1E5649;
}
</style>
background-color css
<style>
a { background-color: #1E5649; }
a { background-color: rgb(30,86,73); }
div.DivClassName
{
background-color: #1E5649;
}
.BgClassName
{
background-color: #1E5649;
}
</style>
border-color css
<style>
span { border-color: #1E5649; }
span { border-color: rgb(30,86,73); }
td.TdClassName
{
border-color: #1E5649;
}
.TagClassName
{
border-color: #1E5649;
}
</style>