Shades of Evening Sea #1A604D
Tints of Evening Sea #1A604D
RGB
CMYK
RGB Variations
Color information
#1A604D (or 0x1A604D) is known color: Evening Sea. HEX triplet: 1A, 60 and 4D. RGB value is (26,96,77). Sum of RGB (Red+Green+Blue) = 26+96+77=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #1A604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A604D is #E59FB2. Grayscale: #484848. Windows color (decimal): -15048627 or 5070874. OLE color: 5070874.
HSL color Cylindrical-coordinate representation of color #1A604D: hue angle of 163.71º degrees, saturation: 0.57, 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 #1A604D is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 96 | 77 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.62 |
| HSL | 163.71º | 0.57% | 0.24% | - |
| HSV(B) | 163.71º | 0.73% | 0.38% | - |
| XYZ | 5.95 | 9.12 | 8.47 | - |
| YUV | 72.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 77 | 0.73 | 0 | 0.20 | 0.62 | 163.71 | 0.57 | 0.24 |
| Hex | 1A | 60 | 4D | 49 | 0 | 14 | 3E | A4 | 39 | 18 |
| Octal | 32 | 140 | 115 | 111 | 0 | 24 | 76 | 244 | 71 | 30 |
| Binary | 11010 | 1100000 | 1001101 | 1001001 | 0 | 10100 | 111110 | 10100100 | 111001 | 11000 |
Color Harmonies of #1A604D
Complementary color
Monochromatic Colors of #1A604D
Black with #1A604D
Text Example
Text Example
White with #1A604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A604D; }
p { color: rgb(26,96,77); }
H1.HeaderClassName
{
color: #1A604D;
}
.AnyTagClassName
{
color: #1A604D;
}
</style>
background-color css
<style>
a { background-color: #1A604D; }
a { background-color: rgb(26,96,77); }
div.DivClassName
{
background-color: #1A604D;
}
.BgClassName
{
background-color: #1A604D;
}
</style>
border-color css
<style>
span { border-color: #1A604D; }
span { border-color: rgb(26,96,77); }
td.TdClassName
{
border-color: #1A604D;
}
.TagClassName
{
border-color: #1A604D;
}
</style>