Shades of Evening Sea #1A5D4F
Tints of Evening Sea #1A5D4F
RGB
CMYK
RGB Variations
Color information
#1A5D4F (or 0x1A5D4F) is known color: Evening Sea. HEX triplet: 1A, 5D and 4F. RGB value is (26,93,79). Sum of RGB (Red+Green+Blue) = 26+93+79=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D4F is #E5A2B0. Grayscale: #474747. Windows color (decimal): -15049393 or 5201178. OLE color: 5201178.
HSL color Cylindrical-coordinate representation of color #1A5D4F: hue angle of 167.46º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5D4F is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 93 | 79 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.64 |
| HSL | 167.46º | 0.56% | 0.23% | - |
| HSV(B) | 167.46º | 0.72% | 0.36% | - |
| XYZ | 5.75 | 8.61 | 8.76 | - |
| YUV | 71.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 79 | 0.72 | 0 | 0.15 | 0.64 | 167.46 | 0.56 | 0.23 |
| Hex | 1A | 5D | 4F | 48 | 0 | F | 40 | A7 | 38 | 17 |
| Octal | 32 | 135 | 117 | 110 | 0 | 17 | 100 | 247 | 70 | 27 |
| Binary | 11010 | 1011101 | 1001111 | 1001000 | 0 | 1111 | 1000000 | 10100111 | 111000 | 10111 |
Color Harmonies of #1A5D4F
Complementary color
Monochromatic Colors of #1A5D4F
Black with #1A5D4F
Text Example
Text Example
White with #1A5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5D4F; }
p { color: rgb(26,93,79); }
H1.HeaderClassName
{
color: #1A5D4F;
}
.AnyTagClassName
{
color: #1A5D4F;
}
</style>
background-color css
<style>
a { background-color: #1A5D4F; }
a { background-color: rgb(26,93,79); }
div.DivClassName
{
background-color: #1A5D4F;
}
.BgClassName
{
background-color: #1A5D4F;
}
</style>
border-color css
<style>
span { border-color: #1A5D4F; }
span { border-color: rgb(26,93,79); }
td.TdClassName
{
border-color: #1A5D4F;
}
.TagClassName
{
border-color: #1A5D4F;
}
</style>