Shades of Evening Sea #1F5B4B
Tints of Evening Sea #1F5B4B
RGB
CMYK
RGB Variations
Color information
#1F5B4B (or 0x1F5B4B) is known color: Evening Sea. HEX triplet: 1F, 5B and 4B. RGB value is (31,91,75). Sum of RGB (Red+Green+Blue) = 31+91+75=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #1F5B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5B4B is #E0A4B4. Grayscale: #474747. Windows color (decimal): -14722229 or 4938527. OLE color: 4938527.
HSL color Cylindrical-coordinate representation of color #1F5B4B: hue angle of 164º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5B4B is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 91 | 75 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.64 |
| HSL | 164º | 0.49% | 0.24% | - |
| HSV(B) | 164º | 0.66% | 0.36% | - |
| XYZ | 5.58 | 8.28 | 7.96 | - |
| YUV | 71.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 75 | 0.66 | 0 | 0.18 | 0.64 | 164 | 0.49 | 0.24 |
| Hex | 1F | 5B | 4B | 42 | 0 | 12 | 40 | A4 | 31 | 18 |
| Octal | 37 | 133 | 113 | 102 | 0 | 22 | 100 | 244 | 61 | 30 |
| Binary | 11111 | 1011011 | 1001011 | 1000010 | 0 | 10010 | 1000000 | 10100100 | 110001 | 11000 |
Color Harmonies of #1F5B4B
Complementary color
Monochromatic Colors of #1F5B4B
Black with #1F5B4B
Text Example
Text Example
White with #1F5B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5B4B; }
p { color: rgb(31,91,75); }
H1.HeaderClassName
{
color: #1F5B4B;
}
.AnyTagClassName
{
color: #1F5B4B;
}
</style>
background-color css
<style>
a { background-color: #1F5B4B; }
a { background-color: rgb(31,91,75); }
div.DivClassName
{
background-color: #1F5B4B;
}
.BgClassName
{
background-color: #1F5B4B;
}
</style>
border-color css
<style>
span { border-color: #1F5B4B; }
span { border-color: rgb(31,91,75); }
td.TdClassName
{
border-color: #1F5B4B;
}
.TagClassName
{
border-color: #1F5B4B;
}
</style>