Shades of Evening Sea #1B5A4E
Tints of Evening Sea #1B5A4E
RGB
CMYK
RGB Variations
Color information
#1B5A4E (or 0x1B5A4E) is known color: Evening Sea. HEX triplet: 1B, 5A and 4E. RGB value is (27,90,78). Sum of RGB (Red+Green+Blue) = 27+90+78=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #1B5A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5A4E is #E4A5B1. Grayscale: #454545. Windows color (decimal): -14984626 or 5134875. OLE color: 5134875.
HSL color Cylindrical-coordinate representation of color #1B5A4E: hue angle of 168.57º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5A4E is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 90 | 78 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.65 |
| HSL | 168.57º | 0.54% | 0.23% | - |
| HSV(B) | 168.57º | 0.7% | 0.35% | - |
| XYZ | 5.48 | 8.1 | 8.48 | - |
| YUV | 69.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 78 | 0.70 | 0 | 0.13 | 0.65 | 168.57 | 0.54 | 0.23 |
| Hex | 1B | 5A | 4E | 46 | 0 | D | 41 | A9 | 36 | 17 |
| Octal | 33 | 132 | 116 | 106 | 0 | 15 | 101 | 251 | 66 | 27 |
| Binary | 11011 | 1011010 | 1001110 | 1000110 | 0 | 1101 | 1000001 | 10101001 | 110110 | 10111 |
Color Harmonies of #1B5A4E
Complementary color
Monochromatic Colors of #1B5A4E
Black with #1B5A4E
Text Example
Text Example
White with #1B5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5A4E; }
p { color: rgb(27,90,78); }
H1.HeaderClassName
{
color: #1B5A4E;
}
.AnyTagClassName
{
color: #1B5A4E;
}
</style>
background-color css
<style>
a { background-color: #1B5A4E; }
a { background-color: rgb(27,90,78); }
div.DivClassName
{
background-color: #1B5A4E;
}
.BgClassName
{
background-color: #1B5A4E;
}
</style>
border-color css
<style>
span { border-color: #1B5A4E; }
span { border-color: rgb(27,90,78); }
td.TdClassName
{
border-color: #1B5A4E;
}
.TagClassName
{
border-color: #1B5A4E;
}
</style>