Shades of Evening Sea #1F594C
Tints of Evening Sea #1F594C
RGB
CMYK
RGB Variations
Color information
#1F594C (or 0x1F594C) is known color: Evening Sea. HEX triplet: 1F, 59 and 4C. RGB value is (31,89,76). Sum of RGB (Red+Green+Blue) = 31+89+76=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #1F594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F594C is #E0A6B3. Grayscale: #464646. Windows color (decimal): -14722740 or 5003551. OLE color: 5003551.
HSL color Cylindrical-coordinate representation of color #1F594C: hue angle of 166.55º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F594C is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 89 | 76 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.65 |
| HSL | 166.55º | 0.48% | 0.24% | - |
| HSV(B) | 166.55º | 0.65% | 0.35% | - |
| XYZ | 5.44 | 7.96 | 8.09 | - |
| YUV | 70.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 76 | 0.65 | 0 | 0.15 | 0.65 | 166.55 | 0.48 | 0.24 |
| Hex | 1F | 59 | 4C | 41 | 0 | F | 41 | A7 | 30 | 18 |
| Octal | 37 | 131 | 114 | 101 | 0 | 17 | 101 | 247 | 60 | 30 |
| Binary | 11111 | 1011001 | 1001100 | 1000001 | 0 | 1111 | 1000001 | 10100111 | 110000 | 11000 |
Color Harmonies of #1F594C
Complementary color
Monochromatic Colors of #1F594C
Black with #1F594C
Text Example
Text Example
White with #1F594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F594C; }
p { color: rgb(31,89,76); }
H1.HeaderClassName
{
color: #1F594C;
}
.AnyTagClassName
{
color: #1F594C;
}
</style>
background-color css
<style>
a { background-color: #1F594C; }
a { background-color: rgb(31,89,76); }
div.DivClassName
{
background-color: #1F594C;
}
.BgClassName
{
background-color: #1F594C;
}
</style>
border-color css
<style>
span { border-color: #1F594C; }
span { border-color: rgb(31,89,76); }
td.TdClassName
{
border-color: #1F594C;
}
.TagClassName
{
border-color: #1F594C;
}
</style>