Shades of Evening Sea #1F664F
Tints of Evening Sea #1F664F
RGB
CMYK
RGB Variations
Color information
#1F664F (or 0x1F664F) is known color: Evening Sea. HEX triplet: 1F, 66 and 4F. RGB value is (31,102,79). Sum of RGB (Red+Green+Blue) = 31+102+79=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #1F664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F664F is #E099B0. Grayscale: #4E4E4E. Windows color (decimal): -14719409 or 5203487. OLE color: 5203487.
HSL color Cylindrical-coordinate representation of color #1F664F: hue angle of 160.56º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F664F is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 79 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.6 |
| HSL | 160.56º | 0.53% | 0.26% | - |
| HSV(B) | 160.56º | 0.7% | 0.4% | - |
| XYZ | 6.73 | 10.36 | 9.04 | - |
| YUV | 78.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 79 | 0.70 | 0 | 0.23 | 0.6 | 160.56 | 0.53 | 0.26 |
| Hex | 1F | 66 | 4F | 46 | 0 | 17 | 3C | A1 | 35 | 1A |
| Octal | 37 | 146 | 117 | 106 | 0 | 27 | 74 | 241 | 65 | 32 |
| Binary | 11111 | 1100110 | 1001111 | 1000110 | 0 | 10111 | 111100 | 10100001 | 110101 | 11010 |
Color Harmonies of #1F664F
Complementary color
Monochromatic Colors of #1F664F
Black with #1F664F
Text Example
Text Example
White with #1F664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F664F; }
p { color: rgb(31,102,79); }
H1.HeaderClassName
{
color: #1F664F;
}
.AnyTagClassName
{
color: #1F664F;
}
</style>
background-color css
<style>
a { background-color: #1F664F; }
a { background-color: rgb(31,102,79); }
div.DivClassName
{
background-color: #1F664F;
}
.BgClassName
{
background-color: #1F664F;
}
</style>
border-color css
<style>
span { border-color: #1F664F; }
span { border-color: rgb(31,102,79); }
td.TdClassName
{
border-color: #1F664F;
}
.TagClassName
{
border-color: #1F664F;
}
</style>