Shades of Evening Sea #1F664C
Tints of Evening Sea #1F664C
RGB
CMYK
RGB Variations
Color information
#1F664C (or 0x1F664C) is known color: Evening Sea. HEX triplet: 1F, 66 and 4C. RGB value is (31,102,76). Sum of RGB (Red+Green+Blue) = 31+102+76=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #1F664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F664C is #E099B3. Grayscale: #4D4D4D. Windows color (decimal): -14719412 or 5006879. OLE color: 5006879.
HSL color Cylindrical-coordinate representation of color #1F664C: hue angle of 158.03º 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 #1F664C is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 76 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.6 |
| HSL | 158.03º | 0.53% | 0.26% | - |
| HSV(B) | 158.03º | 0.7% | 0.4% | - |
| XYZ | 6.62 | 10.32 | 8.48 | - |
| YUV | 77.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 76 | 0.70 | 0 | 0.25 | 0.6 | 158.03 | 0.53 | 0.26 |
| Hex | 1F | 66 | 4C | 46 | 0 | 19 | 3C | 9E | 35 | 1A |
| Octal | 37 | 146 | 114 | 106 | 0 | 31 | 74 | 236 | 65 | 32 |
| Binary | 11111 | 1100110 | 1001100 | 1000110 | 0 | 11001 | 111100 | 10011110 | 110101 | 11010 |
Color Harmonies of #1F664C
Complementary color
Monochromatic Colors of #1F664C
Black with #1F664C
Text Example
Text Example
White with #1F664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F664C; }
p { color: rgb(31,102,76); }
H1.HeaderClassName
{
color: #1F664C;
}
.AnyTagClassName
{
color: #1F664C;
}
</style>
background-color css
<style>
a { background-color: #1F664C; }
a { background-color: rgb(31,102,76); }
div.DivClassName
{
background-color: #1F664C;
}
.BgClassName
{
background-color: #1F664C;
}
</style>
border-color css
<style>
span { border-color: #1F664C; }
span { border-color: rgb(31,102,76); }
td.TdClassName
{
border-color: #1F664C;
}
.TagClassName
{
border-color: #1F664C;
}
</style>