Shades of Evening Sea #1F5F4D
Tints of Evening Sea #1F5F4D
RGB
CMYK
RGB Variations
Color information
#1F5F4D (or 0x1F5F4D) is known color: Evening Sea. HEX triplet: 1F, 5F and 4D. RGB value is (31,95,77). Sum of RGB (Red+Green+Blue) = 31+95+77=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F4D is #E0A0B2. Grayscale: #494949. Windows color (decimal): -14721203 or 5070623. OLE color: 5070623.
HSL color Cylindrical-coordinate representation of color #1F5F4D: hue angle of 163.12º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F4D is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 95 | 77 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.63 |
| HSL | 163.13º | 0.51% | 0.25% | - |
| HSV(B) | 163.13º | 0.67% | 0.37% | - |
| XYZ | 6 | 9.01 | 8.44 | - |
| YUV | 73.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 77 | 0.67 | 0 | 0.19 | 0.63 | 163.13 | 0.51 | 0.25 |
| Hex | 1F | 5F | 4D | 43 | 0 | 13 | 3F | A3 | 33 | 19 |
| Octal | 37 | 137 | 115 | 103 | 0 | 23 | 77 | 243 | 63 | 31 |
| Binary | 11111 | 1011111 | 1001101 | 1000011 | 0 | 10011 | 111111 | 10100011 | 110011 | 11001 |
Color Harmonies of #1F5F4D
Complementary color
Monochromatic Colors of #1F5F4D
Black with #1F5F4D
Text Example
Text Example
White with #1F5F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F4D; }
p { color: rgb(31,95,77); }
H1.HeaderClassName
{
color: #1F5F4D;
}
.AnyTagClassName
{
color: #1F5F4D;
}
</style>
background-color css
<style>
a { background-color: #1F5F4D; }
a { background-color: rgb(31,95,77); }
div.DivClassName
{
background-color: #1F5F4D;
}
.BgClassName
{
background-color: #1F5F4D;
}
</style>
border-color css
<style>
span { border-color: #1F5F4D; }
span { border-color: rgb(31,95,77); }
td.TdClassName
{
border-color: #1F5F4D;
}
.TagClassName
{
border-color: #1F5F4D;
}
</style>