Shades of Evening Sea #1A614C
Tints of Evening Sea #1A614C
RGB
CMYK
RGB Variations
Color information
#1A614C (or 0x1A614C) is known color: Evening Sea. HEX triplet: 1A, 61 and 4C. RGB value is (26,97,76). Sum of RGB (Red+Green+Blue) = 26+97+76=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #1A614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A614C is #E59EB3. Grayscale: #494949. Windows color (decimal): -15048372 or 5005594. OLE color: 5005594.
HSL color Cylindrical-coordinate representation of color #1A614C: hue angle of 162.25º 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 #1A614C is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 97 | 76 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.62 |
| HSL | 162.25º | 0.58% | 0.24% | - |
| HSV(B) | 162.25º | 0.73% | 0.38% | - |
| XYZ | 6.01 | 9.29 | 8.31 | - |
| YUV | 73.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 76 | 0.73 | 0 | 0.22 | 0.62 | 162.25 | 0.58 | 0.24 |
| Hex | 1A | 61 | 4C | 49 | 0 | 16 | 3E | A2 | 3A | 18 |
| Octal | 32 | 141 | 114 | 111 | 0 | 26 | 76 | 242 | 72 | 30 |
| Binary | 11010 | 1100001 | 1001100 | 1001001 | 0 | 10110 | 111110 | 10100010 | 111010 | 11000 |
Color Harmonies of #1A614C
Complementary color
Monochromatic Colors of #1A614C
Black with #1A614C
Text Example
Text Example
White with #1A614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A614C; }
p { color: rgb(26,97,76); }
H1.HeaderClassName
{
color: #1A614C;
}
.AnyTagClassName
{
color: #1A614C;
}
</style>
background-color css
<style>
a { background-color: #1A614C; }
a { background-color: rgb(26,97,76); }
div.DivClassName
{
background-color: #1A614C;
}
.BgClassName
{
background-color: #1A614C;
}
</style>
border-color css
<style>
span { border-color: #1A614C; }
span { border-color: rgb(26,97,76); }
td.TdClassName
{
border-color: #1A614C;
}
.TagClassName
{
border-color: #1A614C;
}
</style>