Shades of Evening Sea #1A554A
Tints of Evening Sea #1A554A
RGB
CMYK
RGB Variations
Color information
#1A554A (or 0x1A554A) is known color: Evening Sea. HEX triplet: 1A, 55 and 4A. RGB value is (26,85,74). Sum of RGB (Red+Green+Blue) = 26+85+74=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #1A554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A554A is #E5AAB5. Grayscale: #424242. Windows color (decimal): -15051446 or 4871450. OLE color: 4871450.
HSL color Cylindrical-coordinate representation of color #1A554A: hue angle of 168.81º 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 #1A554A is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 74 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.67 |
| HSL | 168.81º | 0.53% | 0.22% | - |
| HSV(B) | 168.81º | 0.69% | 0.33% | - |
| XYZ | 4.91 | 7.21 | 7.61 | - |
| YUV | 66.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 74 | 0.69 | 0 | 0.13 | 0.67 | 168.81 | 0.53 | 0.22 |
| Hex | 1A | 55 | 4A | 45 | 0 | D | 43 | A9 | 35 | 16 |
| Octal | 32 | 125 | 112 | 105 | 0 | 15 | 103 | 251 | 65 | 26 |
| Binary | 11010 | 1010101 | 1001010 | 1000101 | 0 | 1101 | 1000011 | 10101001 | 110101 | 10110 |
Color Harmonies of #1A554A
Complementary color
Monochromatic Colors of #1A554A
Black with #1A554A
Text Example
Text Example
White with #1A554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A554A; }
p { color: rgb(26,85,74); }
H1.HeaderClassName
{
color: #1A554A;
}
.AnyTagClassName
{
color: #1A554A;
}
</style>
background-color css
<style>
a { background-color: #1A554A; }
a { background-color: rgb(26,85,74); }
div.DivClassName
{
background-color: #1A554A;
}
.BgClassName
{
background-color: #1A554A;
}
</style>
border-color css
<style>
span { border-color: #1A554A; }
span { border-color: rgb(26,85,74); }
td.TdClassName
{
border-color: #1A554A;
}
.TagClassName
{
border-color: #1A554A;
}
</style>