Shades of Evening Sea #1F584B
Tints of Evening Sea #1F584B
RGB
CMYK
RGB Variations
Color information
#1F584B (or 0x1F584B) is known color: Evening Sea. HEX triplet: 1F, 58 and 4B. RGB value is (31,88,75). Sum of RGB (Red+Green+Blue) = 31+88+75=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #1F584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F584B is #E0A7B4. Grayscale: #454545. Windows color (decimal): -14722997 or 4937759. OLE color: 4937759.
HSL color Cylindrical-coordinate representation of color #1F584B: hue angle of 166.32º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F584B is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 88 | 75 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.65 |
| HSL | 166.32º | 0.48% | 0.23% | - |
| HSV(B) | 166.32º | 0.65% | 0.35% | - |
| XYZ | 5.32 | 7.78 | 7.88 | - |
| YUV | 69.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 75 | 0.65 | 0 | 0.15 | 0.65 | 166.32 | 0.48 | 0.23 |
| Hex | 1F | 58 | 4B | 41 | 0 | F | 41 | A6 | 30 | 17 |
| Octal | 37 | 130 | 113 | 101 | 0 | 17 | 101 | 246 | 60 | 27 |
| Binary | 11111 | 1011000 | 1001011 | 1000001 | 0 | 1111 | 1000001 | 10100110 | 110000 | 10111 |
Color Harmonies of #1F584B
Complementary color
Monochromatic Colors of #1F584B
Black with #1F584B
Text Example
Text Example
White with #1F584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F584B; }
p { color: rgb(31,88,75); }
H1.HeaderClassName
{
color: #1F584B;
}
.AnyTagClassName
{
color: #1F584B;
}
</style>
background-color css
<style>
a { background-color: #1F584B; }
a { background-color: rgb(31,88,75); }
div.DivClassName
{
background-color: #1F584B;
}
.BgClassName
{
background-color: #1F584B;
}
</style>
border-color css
<style>
span { border-color: #1F584B; }
span { border-color: rgb(31,88,75); }
td.TdClassName
{
border-color: #1F584B;
}
.TagClassName
{
border-color: #1F584B;
}
</style>