Shades of Evening Sea #1A5547
Tints of Evening Sea #1A5547
RGB
CMYK
RGB Variations
Color information
#1A5547 (or 0x1A5547) is known color: Evening Sea. HEX triplet: 1A, 55 and 47. RGB value is (26,85,71). Sum of RGB (Red+Green+Blue) = 26+85+71=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5547 is #E5AAB8. Grayscale: #414141. Windows color (decimal): -15051449 or 4674842. OLE color: 4674842.
HSL color Cylindrical-coordinate representation of color #1A5547: hue angle of 165.76º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A5547 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 71 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.67 |
| HSL | 165.76º | 0.53% | 0.22% | - |
| HSV(B) | 165.76º | 0.69% | 0.33% | - |
| XYZ | 4.81 | 7.17 | 7.09 | - |
| YUV | 65.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 71 | 0.69 | 0 | 0.16 | 0.67 | 165.76 | 0.53 | 0.22 |
| Hex | 1A | 55 | 47 | 45 | 0 | 10 | 43 | A6 | 35 | 16 |
| Octal | 32 | 125 | 107 | 105 | 0 | 20 | 103 | 246 | 65 | 26 |
| Binary | 11010 | 1010101 | 1000111 | 1000101 | 0 | 10000 | 1000011 | 10100110 | 110101 | 10110 |
Color Harmonies of #1A5547
Complementary color
Monochromatic Colors of #1A5547
Black with #1A5547
Text Example
Text Example
White with #1A5547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5547; }
p { color: rgb(26,85,71); }
H1.HeaderClassName
{
color: #1A5547;
}
.AnyTagClassName
{
color: #1A5547;
}
</style>
background-color css
<style>
a { background-color: #1A5547; }
a { background-color: rgb(26,85,71); }
div.DivClassName
{
background-color: #1A5547;
}
.BgClassName
{
background-color: #1A5547;
}
</style>
border-color css
<style>
span { border-color: #1A5547; }
span { border-color: rgb(26,85,71); }
td.TdClassName
{
border-color: #1A5547;
}
.TagClassName
{
border-color: #1A5547;
}
</style>