Shades of Evening Sea #1F694C
Tints of Evening Sea #1F694C
RGB
CMYK
RGB Variations
Color information
#1F694C (or 0x1F694C) is known color: Evening Sea. HEX triplet: 1F, 69 and 4C. RGB value is (31,105,76). Sum of RGB (Red+Green+Blue) = 31+105+76=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #1F694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F694C is #E096B3. Grayscale: #4F4F4F. Windows color (decimal): -14718644 or 5007647. OLE color: 5007647.
HSL color Cylindrical-coordinate representation of color #1F694C: hue angle of 156.49º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F694C is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 105 | 76 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.59 |
| HSL | 156.49º | 0.54% | 0.27% | - |
| HSV(B) | 156.49º | 0.7% | 0.41% | - |
| XYZ | 6.92 | 10.92 | 8.58 | - |
| YUV | 79.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 76 | 0.70 | 0 | 0.28 | 0.59 | 156.49 | 0.54 | 0.27 |
| Hex | 1F | 69 | 4C | 46 | 0 | 1C | 3B | 9C | 36 | 1B |
| Octal | 37 | 151 | 114 | 106 | 0 | 34 | 73 | 234 | 66 | 33 |
| Binary | 11111 | 1101001 | 1001100 | 1000110 | 0 | 11100 | 111011 | 10011100 | 110110 | 11011 |
Color Harmonies of #1F694C
Complementary color
Monochromatic Colors of #1F694C
Black with #1F694C
Text Example
Text Example
White with #1F694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F694C; }
p { color: rgb(31,105,76); }
H1.HeaderClassName
{
color: #1F694C;
}
.AnyTagClassName
{
color: #1F694C;
}
</style>
background-color css
<style>
a { background-color: #1F694C; }
a { background-color: rgb(31,105,76); }
div.DivClassName
{
background-color: #1F694C;
}
.BgClassName
{
background-color: #1F694C;
}
</style>
border-color css
<style>
span { border-color: #1F694C; }
span { border-color: rgb(31,105,76); }
td.TdClassName
{
border-color: #1F694C;
}
.TagClassName
{
border-color: #1F694C;
}
</style>