Shades of Evening Sea #1A574C
Tints of Evening Sea #1A574C
RGB
CMYK
RGB Variations
Color information
#1A574C (or 0x1A574C) is known color: Evening Sea. HEX triplet: 1A, 57 and 4C. RGB value is (26,87,76). Sum of RGB (Red+Green+Blue) = 26+87+76=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #1A574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A574C is #E5A8B3. Grayscale: #434343. Windows color (decimal): -15050932 or 5003034. OLE color: 5003034.
HSL color Cylindrical-coordinate representation of color #1A574C: hue angle of 169.18º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A574C is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 87 | 76 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.66 |
| HSL | 169.18º | 0.54% | 0.22% | - |
| HSV(B) | 169.18º | 0.7% | 0.34% | - |
| XYZ | 5.14 | 7.56 | 8.03 | - |
| YUV | 67.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 76 | 0.70 | 0 | 0.13 | 0.66 | 169.18 | 0.54 | 0.22 |
| Hex | 1A | 57 | 4C | 46 | 0 | D | 42 | A9 | 36 | 16 |
| Octal | 32 | 127 | 114 | 106 | 0 | 15 | 102 | 251 | 66 | 26 |
| Binary | 11010 | 1010111 | 1001100 | 1000110 | 0 | 1101 | 1000010 | 10101001 | 110110 | 10110 |
Color Harmonies of #1A574C
Complementary color
Monochromatic Colors of #1A574C
Black with #1A574C
Text Example
Text Example
White with #1A574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A574C; }
p { color: rgb(26,87,76); }
H1.HeaderClassName
{
color: #1A574C;
}
.AnyTagClassName
{
color: #1A574C;
}
</style>
background-color css
<style>
a { background-color: #1A574C; }
a { background-color: rgb(26,87,76); }
div.DivClassName
{
background-color: #1A574C;
}
.BgClassName
{
background-color: #1A574C;
}
</style>
border-color css
<style>
span { border-color: #1A574C; }
span { border-color: rgb(26,87,76); }
td.TdClassName
{
border-color: #1A574C;
}
.TagClassName
{
border-color: #1A574C;
}
</style>