Shades of Eden #1F665C
Tints of Eden #1F665C
RGB
CMYK
RGB Variations
Color information
#1F665C (or 0x1F665C) is known color: Eden. HEX triplet: 1F, 66 and 5C. RGB value is (31,102,92). Sum of RGB (Red+Green+Blue) = 31+102+92=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #1F665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F665C is #E099A3. Grayscale: #4F4F4F. Windows color (decimal): -14719396 or 6055455. OLE color: 6055455.
HSL color Cylindrical-coordinate representation of color #1F665C: hue angle of 171.55º degrees, saturation: 0.53, 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 #1F665C is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 92 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.6 |
| HSL | 171.55º | 0.53% | 0.26% | - |
| HSV(B) | 171.55º | 0.7% | 0.4% | - |
| XYZ | 7.25 | 10.57 | 11.78 | - |
| YUV | 79.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 92 | 0.70 | 0 | 0.10 | 0.6 | 171.55 | 0.53 | 0.26 |
| Hex | 1F | 66 | 5C | 46 | 0 | A | 3C | AC | 35 | 1A |
| Octal | 37 | 146 | 134 | 106 | 0 | 12 | 74 | 254 | 65 | 32 |
| Binary | 11111 | 1100110 | 1011100 | 1000110 | 0 | 1010 | 111100 | 10101100 | 110101 | 11010 |
Color Harmonies of #1F665C
Complementary color
Monochromatic Colors of #1F665C
Black with #1F665C
Text Example
Text Example
White with #1F665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F665C; }
p { color: rgb(31,102,92); }
H1.HeaderClassName
{
color: #1F665C;
}
.AnyTagClassName
{
color: #1F665C;
}
</style>
background-color css
<style>
a { background-color: #1F665C; }
a { background-color: rgb(31,102,92); }
div.DivClassName
{
background-color: #1F665C;
}
.BgClassName
{
background-color: #1F665C;
}
</style>
border-color css
<style>
span { border-color: #1F665C; }
span { border-color: rgb(31,102,92); }
td.TdClassName
{
border-color: #1F665C;
}
.TagClassName
{
border-color: #1F665C;
}
</style>