Shades of Evening Sea #1A644B
Tints of Evening Sea #1A644B
RGB
CMYK
RGB Variations
Color information
#1A644B (or 0x1A644B) is known color: Evening Sea. HEX triplet: 1A, 64 and 4B. RGB value is (26,100,75). Sum of RGB (Red+Green+Blue) = 26+100+75=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #1A644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A644B is #E59BB4. Grayscale: #4B4B4B. Windows color (decimal): -15047605 or 4940826. OLE color: 4940826.
HSL color Cylindrical-coordinate representation of color #1A644B: hue angle of 159.73º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A644B is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 100 | 75 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.61 |
| HSL | 159.73º | 0.59% | 0.25% | - |
| HSV(B) | 159.73º | 0.74% | 0.39% | - |
| XYZ | 6.25 | 9.84 | 8.23 | - |
| YUV | 75.02 | 127.98 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 100 | 75 | 0.74 | 0 | 0.25 | 0.61 | 159.73 | 0.59 | 0.25 |
| Hex | 1A | 64 | 4B | 4A | 0 | 19 | 3D | A0 | 3B | 19 |
| Octal | 32 | 144 | 113 | 112 | 0 | 31 | 75 | 240 | 73 | 31 |
| Binary | 11010 | 1100100 | 1001011 | 1001010 | 0 | 11001 | 111101 | 10100000 | 111011 | 11001 |
Color Harmonies of #1A644B
Complementary color
Monochromatic Colors of #1A644B
Black with #1A644B
Text Example
Text Example
White with #1A644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A644B; }
p { color: rgb(26,100,75); }
H1.HeaderClassName
{
color: #1A644B;
}
.AnyTagClassName
{
color: #1A644B;
}
</style>
background-color css
<style>
a { background-color: #1A644B; }
a { background-color: rgb(26,100,75); }
div.DivClassName
{
background-color: #1A644B;
}
.BgClassName
{
background-color: #1A644B;
}
</style>
border-color css
<style>
span { border-color: #1A644B; }
span { border-color: rgb(26,100,75); }
td.TdClassName
{
border-color: #1A644B;
}
.TagClassName
{
border-color: #1A644B;
}
</style>