Shades of Salem #1F7858
Tints of Salem #1F7858
RGB
CMYK
RGB Variations
Color information
#1F7858 (or 0x1F7858) is known color: Salem. HEX triplet: 1F, 78 and 58. RGB value is (31,120,88). Sum of RGB (Red+Green+Blue) = 31+120+88=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7858 is #E087A7. Grayscale: #595959. Windows color (decimal): -14714792 or 5797919. OLE color: 5797919.
HSL color Cylindrical-coordinate representation of color #1F7858: hue angle of 158.43º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7858 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 88 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.53 |
| HSL | 158.43º | 0.59% | 0.3% | - |
| HSV(B) | 158.43º | 0.74% | 0.47% | - |
| XYZ | 9.04 | 14.43 | 11.54 | - |
| YUV | 89.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 88 | 0.74 | 0 | 0.27 | 0.53 | 158.43 | 0.59 | 0.3 |
| Hex | 1F | 78 | 58 | 4A | 0 | 1B | 35 | 9E | 3B | 1E |
| Octal | 37 | 170 | 130 | 112 | 0 | 33 | 65 | 236 | 73 | 36 |
| Binary | 11111 | 1111000 | 1011000 | 1001010 | 0 | 11011 | 110101 | 10011110 | 111011 | 11110 |
Color Harmonies of #1F7858
Complementary color
Monochromatic Colors of #1F7858
Black with #1F7858
Text Example
Text Example
White with #1F7858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7858; }
p { color: rgb(31,120,88); }
H1.HeaderClassName
{
color: #1F7858;
}
.AnyTagClassName
{
color: #1F7858;
}
</style>
background-color css
<style>
a { background-color: #1F7858; }
a { background-color: rgb(31,120,88); }
div.DivClassName
{
background-color: #1F7858;
}
.BgClassName
{
background-color: #1F7858;
}
</style>
border-color css
<style>
span { border-color: #1F7858; }
span { border-color: rgb(31,120,88); }
td.TdClassName
{
border-color: #1F7858;
}
.TagClassName
{
border-color: #1F7858;
}
</style>