Shades of Evening Sea #1A564A
Tints of Evening Sea #1A564A
RGB
CMYK
RGB Variations
Color information
#1A564A (or 0x1A564A) is known color: Evening Sea. HEX triplet: 1A, 56 and 4A. RGB value is (26,86,74). Sum of RGB (Red+Green+Blue) = 26+86+74=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #1A564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A564A is #E5A9B5. Grayscale: #424242. Windows color (decimal): -15051190 or 4871706. OLE color: 4871706.
HSL color Cylindrical-coordinate representation of color #1A564A: hue angle of 168º 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 #1A564A is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 86 | 74 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.66 |
| HSL | 168º | 0.54% | 0.22% | - |
| HSV(B) | 168º | 0.7% | 0.34% | - |
| XYZ | 4.99 | 7.37 | 7.64 | - |
| YUV | 66.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 74 | 0.70 | 0 | 0.14 | 0.66 | 168 | 0.54 | 0.22 |
| Hex | 1A | 56 | 4A | 46 | 0 | E | 42 | A8 | 36 | 16 |
| Octal | 32 | 126 | 112 | 106 | 0 | 16 | 102 | 250 | 66 | 26 |
| Binary | 11010 | 1010110 | 1001010 | 1000110 | 0 | 1110 | 1000010 | 10101000 | 110110 | 10110 |
Color Harmonies of #1A564A
Complementary color
Monochromatic Colors of #1A564A
Black with #1A564A
Text Example
Text Example
White with #1A564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A564A; }
p { color: rgb(26,86,74); }
H1.HeaderClassName
{
color: #1A564A;
}
.AnyTagClassName
{
color: #1A564A;
}
</style>
background-color css
<style>
a { background-color: #1A564A; }
a { background-color: rgb(26,86,74); }
div.DivClassName
{
background-color: #1A564A;
}
.BgClassName
{
background-color: #1A564A;
}
</style>
border-color css
<style>
span { border-color: #1A564A; }
span { border-color: rgb(26,86,74); }
td.TdClassName
{
border-color: #1A564A;
}
.TagClassName
{
border-color: #1A564A;
}
</style>