Shades of Evening Sea #1A5E4F
Tints of Evening Sea #1A5E4F
RGB
CMYK
RGB Variations
Color information
#1A5E4F (or 0x1A5E4F) is known color: Evening Sea. HEX triplet: 1A, 5E and 4F. RGB value is (26,94,79). Sum of RGB (Red+Green+Blue) = 26+94+79=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 94 - color contains mainly: green. Hex color #1A5E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5E4F is #E5A1B0. Grayscale: #474747. Windows color (decimal): -15049137 or 5201434. OLE color: 5201434.
HSL color Cylindrical-coordinate representation of color #1A5E4F: hue angle of 166.76º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5E4F is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 94 | 79 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.63 |
| HSL | 166.76º | 0.57% | 0.24% | - |
| HSV(B) | 166.76º | 0.72% | 0.37% | - |
| XYZ | 5.84 | 8.79 | 8.79 | - |
| YUV | 71.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 79 | 0.72 | 0 | 0.16 | 0.63 | 166.76 | 0.57 | 0.24 |
| Hex | 1A | 5E | 4F | 48 | 0 | 10 | 3F | A7 | 39 | 18 |
| Octal | 32 | 136 | 117 | 110 | 0 | 20 | 77 | 247 | 71 | 30 |
| Binary | 11010 | 1011110 | 1001111 | 1001000 | 0 | 10000 | 111111 | 10100111 | 111001 | 11000 |
Color Harmonies of #1A5E4F
Complementary color
Monochromatic Colors of #1A5E4F
Black with #1A5E4F
Text Example
Text Example
White with #1A5E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5E4F; }
p { color: rgb(26,94,79); }
H1.HeaderClassName
{
color: #1A5E4F;
}
.AnyTagClassName
{
color: #1A5E4F;
}
</style>
background-color css
<style>
a { background-color: #1A5E4F; }
a { background-color: rgb(26,94,79); }
div.DivClassName
{
background-color: #1A5E4F;
}
.BgClassName
{
background-color: #1A5E4F;
}
</style>
border-color css
<style>
span { border-color: #1A5E4F; }
span { border-color: rgb(26,94,79); }
td.TdClassName
{
border-color: #1A5E4F;
}
.TagClassName
{
border-color: #1A5E4F;
}
</style>