Shades of Evening Sea #1F5549
Tints of Evening Sea #1F5549
RGB
CMYK
RGB Variations
Color information
#1F5549 (or 0x1F5549) is known color: Evening Sea. HEX triplet: 1F, 55 and 49. RGB value is (31,85,73). Sum of RGB (Red+Green+Blue) = 31+85+73=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #1F5549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5549 is #E0AAB6. Grayscale: #434343. Windows color (decimal): -14723767 or 4805919. OLE color: 4805919.
HSL color Cylindrical-coordinate representation of color #1F5549: hue angle of 166.67º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F5549 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 85 | 73 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.67 |
| HSL | 166.67º | 0.47% | 0.23% | - |
| HSV(B) | 166.67º | 0.64% | 0.33% | - |
| XYZ | 5.02 | 7.27 | 7.44 | - |
| YUV | 67.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 73 | 0.64 | 0 | 0.14 | 0.67 | 166.67 | 0.47 | 0.23 |
| Hex | 1F | 55 | 49 | 40 | 0 | E | 43 | A7 | 2F | 17 |
| Octal | 37 | 125 | 111 | 100 | 0 | 16 | 103 | 247 | 57 | 27 |
| Binary | 11111 | 1010101 | 1001001 | 1000000 | 0 | 1110 | 1000011 | 10100111 | 101111 | 10111 |
Color Harmonies of #1F5549
Complementary color
Monochromatic Colors of #1F5549
Black with #1F5549
Text Example
Text Example
White with #1F5549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5549; }
p { color: rgb(31,85,73); }
H1.HeaderClassName
{
color: #1F5549;
}
.AnyTagClassName
{
color: #1F5549;
}
</style>
background-color css
<style>
a { background-color: #1F5549; }
a { background-color: rgb(31,85,73); }
div.DivClassName
{
background-color: #1F5549;
}
.BgClassName
{
background-color: #1F5549;
}
</style>
border-color css
<style>
span { border-color: #1F5549; }
span { border-color: rgb(31,85,73); }
td.TdClassName
{
border-color: #1F5549;
}
.TagClassName
{
border-color: #1F5549;
}
</style>