Shades of Evening Sea #1F6752
Tints of Evening Sea #1F6752
RGB
CMYK
RGB Variations
Color information
#1F6752 (or 0x1F6752) is known color: Evening Sea. HEX triplet: 1F, 67 and 52. RGB value is (31,103,82). Sum of RGB (Red+Green+Blue) = 31+103+82=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 103 - color contains mainly: green. Hex color #1F6752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6752 is #E098AD. Grayscale: #4F4F4F. Windows color (decimal): -14719150 or 5400351. OLE color: 5400351.
HSL color Cylindrical-coordinate representation of color #1F6752: hue angle of 162.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F6752 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 103 | 82 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.60 |
| HSL | 162.5º | 0.54% | 0.26% | - |
| HSV(B) | 162.5º | 0.7% | 0.4% | - |
| XYZ | 6.94 | 10.6 | 9.66 | - |
| YUV | 79.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 82 | 0.70 | 0 | 0.20 | 0.60 | 162.5 | 0.54 | 0.26 |
| Hex | 1F | 67 | 52 | 46 | 0 | 14 | 3C | A2 | 36 | 1A |
| Octal | 37 | 147 | 122 | 106 | 0 | 24 | 74 | 242 | 66 | 32 |
| Binary | 11111 | 1100111 | 1010010 | 1000110 | 0 | 10100 | 111100 | 10100010 | 110110 | 11010 |
Color Harmonies of #1F6752
Complementary color
Monochromatic Colors of #1F6752
Black with #1F6752
Text Example
Text Example
White with #1F6752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6752; }
p { color: rgb(31,103,82); }
H1.HeaderClassName
{
color: #1F6752;
}
.AnyTagClassName
{
color: #1F6752;
}
</style>
background-color css
<style>
a { background-color: #1F6752; }
a { background-color: rgb(31,103,82); }
div.DivClassName
{
background-color: #1F6752;
}
.BgClassName
{
background-color: #1F6752;
}
</style>
border-color css
<style>
span { border-color: #1F6752; }
span { border-color: rgb(31,103,82); }
td.TdClassName
{
border-color: #1F6752;
}
.TagClassName
{
border-color: #1F6752;
}
</style>