Shades of Evening Sea #1E5F4D
Tints of Evening Sea #1E5F4D
RGB
CMYK
RGB Variations
Color information
#1E5F4D (or 0x1E5F4D) is known color: Evening Sea. HEX triplet: 1E, 5F and 4D. RGB value is (30,95,77). Sum of RGB (Red+Green+Blue) = 30+95+77=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #1E5F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5F4D is #E1A0B2. Grayscale: #494949. Windows color (decimal): -14786739 or 5070622. OLE color: 5070622.
HSL color Cylindrical-coordinate representation of color #1E5F4D: hue angle of 163.38º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E5F4D is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 95 | 77 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.63 |
| HSL | 163.38º | 0.52% | 0.25% | - |
| HSV(B) | 163.38º | 0.68% | 0.37% | - |
| XYZ | 5.97 | 9 | 8.44 | - |
| YUV | 73.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 77 | 0.68 | 0 | 0.19 | 0.63 | 163.38 | 0.52 | 0.25 |
| Hex | 1E | 5F | 4D | 44 | 0 | 13 | 3F | A3 | 34 | 19 |
| Octal | 36 | 137 | 115 | 104 | 0 | 23 | 77 | 243 | 64 | 31 |
| Binary | 11110 | 1011111 | 1001101 | 1000100 | 0 | 10011 | 111111 | 10100011 | 110100 | 11001 |
Color Harmonies of #1E5F4D
Complementary color
Monochromatic Colors of #1E5F4D
Black with #1E5F4D
Text Example
Text Example
White with #1E5F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5F4D; }
p { color: rgb(30,95,77); }
H1.HeaderClassName
{
color: #1E5F4D;
}
.AnyTagClassName
{
color: #1E5F4D;
}
</style>
background-color css
<style>
a { background-color: #1E5F4D; }
a { background-color: rgb(30,95,77); }
div.DivClassName
{
background-color: #1E5F4D;
}
.BgClassName
{
background-color: #1E5F4D;
}
</style>
border-color css
<style>
span { border-color: #1E5F4D; }
span { border-color: rgb(30,95,77); }
td.TdClassName
{
border-color: #1E5F4D;
}
.TagClassName
{
border-color: #1E5F4D;
}
</style>