Shades of Evening Sea #1D624E
Tints of Evening Sea #1D624E
RGB
CMYK
RGB Variations
Color information
#1D624E (or 0x1D624E) is known color: Evening Sea. HEX triplet: 1D, 62 and 4E. RGB value is (29,98,78). Sum of RGB (Red+Green+Blue) = 29+98+78=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #1D624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D624E is #E29DB1. Grayscale: #4B4B4B. Windows color (decimal): -14851506 or 5136925. OLE color: 5136925.
HSL color Cylindrical-coordinate representation of color #1D624E: hue angle of 162.61º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D624E is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 98 | 78 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.62 |
| HSL | 162.61º | 0.54% | 0.25% | - |
| HSV(B) | 162.61º | 0.7% | 0.38% | - |
| XYZ | 6.25 | 9.55 | 8.72 | - |
| YUV | 75.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 98 | 78 | 0.70 | 0 | 0.20 | 0.62 | 162.61 | 0.54 | 0.25 |
| Hex | 1D | 62 | 4E | 46 | 0 | 14 | 3E | A3 | 36 | 19 |
| Octal | 35 | 142 | 116 | 106 | 0 | 24 | 76 | 243 | 66 | 31 |
| Binary | 11101 | 1100010 | 1001110 | 1000110 | 0 | 10100 | 111110 | 10100011 | 110110 | 11001 |
Color Harmonies of #1D624E
Complementary color
Monochromatic Colors of #1D624E
Black with #1D624E
Text Example
Text Example
White with #1D624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D624E; }
p { color: rgb(29,98,78); }
H1.HeaderClassName
{
color: #1D624E;
}
.AnyTagClassName
{
color: #1D624E;
}
</style>
background-color css
<style>
a { background-color: #1D624E; }
a { background-color: rgb(29,98,78); }
div.DivClassName
{
background-color: #1D624E;
}
.BgClassName
{
background-color: #1D624E;
}
</style>
border-color css
<style>
span { border-color: #1D624E; }
span { border-color: rgb(29,98,78); }
td.TdClassName
{
border-color: #1D624E;
}
.TagClassName
{
border-color: #1D624E;
}
</style>