Shades of Evening Sea #1B5E4A
Tints of Evening Sea #1B5E4A
RGB
CMYK
RGB Variations
Color information
#1B5E4A (or 0x1B5E4A) is known color: Evening Sea. HEX triplet: 1B, 5E and 4A. RGB value is (27,94,74). Sum of RGB (Red+Green+Blue) = 27+94+74=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 94 - color contains mainly: green. Hex color #1B5E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5E4A is #E4A1B5. Grayscale: #474747. Windows color (decimal): -14983606 or 4873755. OLE color: 4873755.
HSL color Cylindrical-coordinate representation of color #1B5E4A: hue angle of 162.09º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5E4A is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 94 | 74 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.63 |
| HSL | 162.09º | 0.55% | 0.24% | - |
| HSV(B) | 162.09º | 0.71% | 0.37% | - |
| XYZ | 5.69 | 8.73 | 7.86 | - |
| YUV | 71.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 94 | 74 | 0.71 | 0 | 0.21 | 0.63 | 162.09 | 0.55 | 0.24 |
| Hex | 1B | 5E | 4A | 47 | 0 | 15 | 3F | A2 | 37 | 18 |
| Octal | 33 | 136 | 112 | 107 | 0 | 25 | 77 | 242 | 67 | 30 |
| Binary | 11011 | 1011110 | 1001010 | 1000111 | 0 | 10101 | 111111 | 10100010 | 110111 | 11000 |
Color Harmonies of #1B5E4A
Complementary color
Monochromatic Colors of #1B5E4A
Black with #1B5E4A
Text Example
Text Example
White with #1B5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5E4A; }
p { color: rgb(27,94,74); }
H1.HeaderClassName
{
color: #1B5E4A;
}
.AnyTagClassName
{
color: #1B5E4A;
}
</style>
background-color css
<style>
a { background-color: #1B5E4A; }
a { background-color: rgb(27,94,74); }
div.DivClassName
{
background-color: #1B5E4A;
}
.BgClassName
{
background-color: #1B5E4A;
}
</style>
border-color css
<style>
span { border-color: #1B5E4A; }
span { border-color: rgb(27,94,74); }
td.TdClassName
{
border-color: #1B5E4A;
}
.TagClassName
{
border-color: #1B5E4A;
}
</style>