Shades of Evening Sea #1F604D
Tints of Evening Sea #1F604D
RGB
CMYK
RGB Variations
Color information
#1F604D (or 0x1F604D) is known color: Evening Sea. HEX triplet: 1F, 60 and 4D. RGB value is (31,96,77). Sum of RGB (Red+Green+Blue) = 31+96+77=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #1F604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F604D is #E09FB2. Grayscale: #4A4A4A. Windows color (decimal): -14720947 or 5070879. OLE color: 5070879.
HSL color Cylindrical-coordinate representation of color #1F604D: hue angle of 162.46º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F604D is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 96 | 77 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.62 |
| HSL | 162.46º | 0.51% | 0.25% | - |
| HSV(B) | 162.46º | 0.68% | 0.38% | - |
| XYZ | 6.09 | 9.19 | 8.47 | - |
| YUV | 74.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 77 | 0.68 | 0 | 0.20 | 0.62 | 162.46 | 0.51 | 0.25 |
| Hex | 1F | 60 | 4D | 44 | 0 | 14 | 3E | A2 | 33 | 19 |
| Octal | 37 | 140 | 115 | 104 | 0 | 24 | 76 | 242 | 63 | 31 |
| Binary | 11111 | 1100000 | 1001101 | 1000100 | 0 | 10100 | 111110 | 10100010 | 110011 | 11001 |
Color Harmonies of #1F604D
Complementary color
Monochromatic Colors of #1F604D
Black with #1F604D
Text Example
Text Example
White with #1F604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F604D; }
p { color: rgb(31,96,77); }
H1.HeaderClassName
{
color: #1F604D;
}
.AnyTagClassName
{
color: #1F604D;
}
</style>
background-color css
<style>
a { background-color: #1F604D; }
a { background-color: rgb(31,96,77); }
div.DivClassName
{
background-color: #1F604D;
}
.BgClassName
{
background-color: #1F604D;
}
</style>
border-color css
<style>
span { border-color: #1F604D; }
span { border-color: rgb(31,96,77); }
td.TdClassName
{
border-color: #1F604D;
}
.TagClassName
{
border-color: #1F604D;
}
</style>