Shades of Evening Sea #1A5548
Tints of Evening Sea #1A5548
RGB
CMYK
RGB Variations
Color information
#1A5548 (or 0x1A5548) is known color: Evening Sea. HEX triplet: 1A, 55 and 48. RGB value is (26,85,72). Sum of RGB (Red+Green+Blue) = 26+85+72=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5548 is #E5AAB7. Grayscale: #414141. Windows color (decimal): -15051448 or 4740378. OLE color: 4740378.
HSL color Cylindrical-coordinate representation of color #1A5548: hue angle of 166.78º 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 #1A5548 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 72 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.67 |
| HSL | 166.78º | 0.53% | 0.22% | - |
| HSV(B) | 166.78º | 0.69% | 0.33% | - |
| XYZ | 4.84 | 7.18 | 7.26 | - |
| YUV | 65.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 72 | 0.69 | 0 | 0.15 | 0.67 | 166.78 | 0.53 | 0.22 |
| Hex | 1A | 55 | 48 | 45 | 0 | F | 43 | A7 | 35 | 16 |
| Octal | 32 | 125 | 110 | 105 | 0 | 17 | 103 | 247 | 65 | 26 |
| Binary | 11010 | 1010101 | 1001000 | 1000101 | 0 | 1111 | 1000011 | 10100111 | 110101 | 10110 |
Color Harmonies of #1A5548
Complementary color
Monochromatic Colors of #1A5548
Black with #1A5548
Text Example
Text Example
White with #1A5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5548; }
p { color: rgb(26,85,72); }
H1.HeaderClassName
{
color: #1A5548;
}
.AnyTagClassName
{
color: #1A5548;
}
</style>
background-color css
<style>
a { background-color: #1A5548; }
a { background-color: rgb(26,85,72); }
div.DivClassName
{
background-color: #1A5548;
}
.BgClassName
{
background-color: #1A5548;
}
</style>
border-color css
<style>
span { border-color: #1A5548; }
span { border-color: rgb(26,85,72); }
td.TdClassName
{
border-color: #1A5548;
}
.TagClassName
{
border-color: #1A5548;
}
</style>