Shades of Evening Sea #1F5944
Tints of Evening Sea #1F5944
RGB
CMYK
RGB Variations
Color information
#1F5944 (or 0x1F5944) is known color: Evening Sea. HEX triplet: 1F, 59 and 44. RGB value is (31,89,68). Sum of RGB (Red+Green+Blue) = 31+89+68=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #1F5944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5944 is #E0A6BB. Grayscale: #454545. Windows color (decimal): -14722748 or 4479263. OLE color: 4479263.
HSL color Cylindrical-coordinate representation of color #1F5944: hue angle of 158.28º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5944 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 89 | 68 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.65 |
| HSL | 158.28º | 0.48% | 0.24% | - |
| HSV(B) | 158.28º | 0.65% | 0.35% | - |
| XYZ | 5.18 | 7.85 | 6.71 | - |
| YUV | 69.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 68 | 0.65 | 0 | 0.24 | 0.65 | 158.28 | 0.48 | 0.24 |
| Hex | 1F | 59 | 44 | 41 | 0 | 18 | 41 | 9E | 30 | 18 |
| Octal | 37 | 131 | 104 | 101 | 0 | 30 | 101 | 236 | 60 | 30 |
| Binary | 11111 | 1011001 | 1000100 | 1000001 | 0 | 11000 | 1000001 | 10011110 | 110000 | 11000 |
Color Harmonies of #1F5944
Complementary color
Monochromatic Colors of #1F5944
Black with #1F5944
Text Example
Text Example
White with #1F5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5944; }
p { color: rgb(31,89,68); }
H1.HeaderClassName
{
color: #1F5944;
}
.AnyTagClassName
{
color: #1F5944;
}
</style>
background-color css
<style>
a { background-color: #1F5944; }
a { background-color: rgb(31,89,68); }
div.DivClassName
{
background-color: #1F5944;
}
.BgClassName
{
background-color: #1F5944;
}
</style>
border-color css
<style>
span { border-color: #1F5944; }
span { border-color: rgb(31,89,68); }
td.TdClassName
{
border-color: #1F5944;
}
.TagClassName
{
border-color: #1F5944;
}
</style>