Shades of Evening Sea #1A624A
Tints of Evening Sea #1A624A
RGB
CMYK
RGB Variations
Color information
#1A624A (or 0x1A624A) is known color: Evening Sea. HEX triplet: 1A, 62 and 4A. RGB value is (26,98,74). Sum of RGB (Red+Green+Blue) = 26+98+74=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #1A624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A624A is #E59DB5. Grayscale: #494949. Windows color (decimal): -15048118 or 4874778. OLE color: 4874778.
HSL color Cylindrical-coordinate representation of color #1A624A: hue angle of 160º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A624A is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 98 | 74 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.62 |
| HSL | 160º | 0.58% | 0.24% | - |
| HSV(B) | 160º | 0.73% | 0.38% | - |
| XYZ | 6.03 | 9.45 | 7.98 | - |
| YUV | 73.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 74 | 0.73 | 0 | 0.24 | 0.62 | 160 | 0.58 | 0.24 |
| Hex | 1A | 62 | 4A | 49 | 0 | 18 | 3E | A0 | 3A | 18 |
| Octal | 32 | 142 | 112 | 111 | 0 | 30 | 76 | 240 | 72 | 30 |
| Binary | 11010 | 1100010 | 1001010 | 1001001 | 0 | 11000 | 111110 | 10100000 | 111010 | 11000 |
Color Harmonies of #1A624A
Complementary color
Monochromatic Colors of #1A624A
Black with #1A624A
Text Example
Text Example
White with #1A624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A624A; }
p { color: rgb(26,98,74); }
H1.HeaderClassName
{
color: #1A624A;
}
.AnyTagClassName
{
color: #1A624A;
}
</style>
background-color css
<style>
a { background-color: #1A624A; }
a { background-color: rgb(26,98,74); }
div.DivClassName
{
background-color: #1A624A;
}
.BgClassName
{
background-color: #1A624A;
}
</style>
border-color css
<style>
span { border-color: #1A624A; }
span { border-color: rgb(26,98,74); }
td.TdClassName
{
border-color: #1A624A;
}
.TagClassName
{
border-color: #1A624A;
}
</style>