Shades of Evening Sea #1A564B
Tints of Evening Sea #1A564B
RGB
CMYK
RGB Variations
Color information
#1A564B (or 0x1A564B) is known color: Evening Sea. HEX triplet: 1A, 56 and 4B. RGB value is (26,86,75). Sum of RGB (Red+Green+Blue) = 26+86+75=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #1A564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A564B is #E5A9B4. Grayscale: #424242. Windows color (decimal): -15051189 or 4937242. OLE color: 4937242.
HSL color Cylindrical-coordinate representation of color #1A564B: hue angle of 169º 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 #1A564B is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 86 | 75 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.66 |
| HSL | 169º | 0.54% | 0.22% | - |
| HSV(B) | 169º | 0.7% | 0.34% | - |
| XYZ | 5.02 | 7.38 | 7.82 | - |
| YUV | 66.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 75 | 0.70 | 0 | 0.13 | 0.66 | 169 | 0.54 | 0.22 |
| Hex | 1A | 56 | 4B | 46 | 0 | D | 42 | A9 | 36 | 16 |
| Octal | 32 | 126 | 113 | 106 | 0 | 15 | 102 | 251 | 66 | 26 |
| Binary | 11010 | 1010110 | 1001011 | 1000110 | 0 | 1101 | 1000010 | 10101001 | 110110 | 10110 |
Color Harmonies of #1A564B
Complementary color
Monochromatic Colors of #1A564B
Black with #1A564B
Text Example
Text Example
White with #1A564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A564B; }
p { color: rgb(26,86,75); }
H1.HeaderClassName
{
color: #1A564B;
}
.AnyTagClassName
{
color: #1A564B;
}
</style>
background-color css
<style>
a { background-color: #1A564B; }
a { background-color: rgb(26,86,75); }
div.DivClassName
{
background-color: #1A564B;
}
.BgClassName
{
background-color: #1A564B;
}
</style>
border-color css
<style>
span { border-color: #1A564B; }
span { border-color: rgb(26,86,75); }
td.TdClassName
{
border-color: #1A564B;
}
.TagClassName
{
border-color: #1A564B;
}
</style>