Shades of Evening Sea #1E664D
Tints of Evening Sea #1E664D
RGB
CMYK
RGB Variations
Color information
#1E664D (or 0x1E664D) is known color: Evening Sea. HEX triplet: 1E, 66 and 4D. RGB value is (30,102,77). Sum of RGB (Red+Green+Blue) = 30+102+77=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #1E664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E664D is #E199B2. Grayscale: #4D4D4D. Windows color (decimal): -14784947 or 5072414. OLE color: 5072414.
HSL color Cylindrical-coordinate representation of color #1E664D: hue angle of 159.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E664D is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 102 | 77 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.6 |
| HSL | 159.17º | 0.55% | 0.26% | - |
| HSV(B) | 159.17º | 0.71% | 0.4% | - |
| XYZ | 6.63 | 10.31 | 8.66 | - |
| YUV | 77.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 77 | 0.71 | 0 | 0.25 | 0.6 | 159.17 | 0.55 | 0.26 |
| Hex | 1E | 66 | 4D | 47 | 0 | 19 | 3C | 9F | 37 | 1A |
| Octal | 36 | 146 | 115 | 107 | 0 | 31 | 74 | 237 | 67 | 32 |
| Binary | 11110 | 1100110 | 1001101 | 1000111 | 0 | 11001 | 111100 | 10011111 | 110111 | 11010 |
Color Harmonies of #1E664D
Complementary color
Monochromatic Colors of #1E664D
Black with #1E664D
Text Example
Text Example
White with #1E664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E664D; }
p { color: rgb(30,102,77); }
H1.HeaderClassName
{
color: #1E664D;
}
.AnyTagClassName
{
color: #1E664D;
}
</style>
background-color css
<style>
a { background-color: #1E664D; }
a { background-color: rgb(30,102,77); }
div.DivClassName
{
background-color: #1E664D;
}
.BgClassName
{
background-color: #1E664D;
}
</style>
border-color css
<style>
span { border-color: #1E664D; }
span { border-color: rgb(30,102,77); }
td.TdClassName
{
border-color: #1E664D;
}
.TagClassName
{
border-color: #1E664D;
}
</style>