Shades of Evening Sea #1A654C
Tints of Evening Sea #1A654C
RGB
CMYK
RGB Variations
Color information
#1A654C (or 0x1A654C) is known color: Evening Sea. HEX triplet: 1A, 65 and 4C. RGB value is (26,101,76). Sum of RGB (Red+Green+Blue) = 26+101+76=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #1A654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A654C is #E59AB3. Grayscale: #4B4B4B. Windows color (decimal): -15047348 or 5006618. OLE color: 5006618.
HSL color Cylindrical-coordinate representation of color #1A654C: hue angle of 160º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A654C is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 101 | 76 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.60 |
| HSL | 160º | 0.59% | 0.25% | - |
| HSV(B) | 160º | 0.74% | 0.4% | - |
| XYZ | 6.38 | 10.05 | 8.44 | - |
| YUV | 75.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 76 | 0.74 | 0 | 0.25 | 0.60 | 160 | 0.59 | 0.25 |
| Hex | 1A | 65 | 4C | 4A | 0 | 19 | 3C | A0 | 3B | 19 |
| Octal | 32 | 145 | 114 | 112 | 0 | 31 | 74 | 240 | 73 | 31 |
| Binary | 11010 | 1100101 | 1001100 | 1001010 | 0 | 11001 | 111100 | 10100000 | 111011 | 11001 |
Color Harmonies of #1A654C
Complementary color
Monochromatic Colors of #1A654C
Black with #1A654C
Text Example
Text Example
White with #1A654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A654C; }
p { color: rgb(26,101,76); }
H1.HeaderClassName
{
color: #1A654C;
}
.AnyTagClassName
{
color: #1A654C;
}
</style>
background-color css
<style>
a { background-color: #1A654C; }
a { background-color: rgb(26,101,76); }
div.DivClassName
{
background-color: #1A654C;
}
.BgClassName
{
background-color: #1A654C;
}
</style>
border-color css
<style>
span { border-color: #1A654C; }
span { border-color: rgb(26,101,76); }
td.TdClassName
{
border-color: #1A654C;
}
.TagClassName
{
border-color: #1A654C;
}
</style>