Shades of Deep Sea #1F835E
Tints of Deep Sea #1F835E
RGB
CMYK
RGB Variations
Color information
#1F835E (or 0x1F835E) is known color: Deep Sea. HEX triplet: 1F, 83 and 5E. RGB value is (31,131,94). Sum of RGB (Red+Green+Blue) = 31+131+94=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #1F835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F835E is #E07CA1. Grayscale: #606060. Windows color (decimal): -14711970 or 6193951. OLE color: 6193951.
HSL color Cylindrical-coordinate representation of color #1F835E: hue angle of 157.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F835E is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 131 | 94 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.49 |
| HSL | 157.8º | 0.62% | 0.32% | - |
| HSV(B) | 157.8º | 0.76% | 0.51% | - |
| XYZ | 10.7 | 17.33 | 13.37 | - |
| YUV | 96.88 | 126.37 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 94 | 0.76 | 0 | 0.28 | 0.49 | 157.8 | 0.62 | 0.32 |
| Hex | 1F | 83 | 5E | 4C | 0 | 1C | 31 | 9E | 3E | 20 |
| Octal | 37 | 203 | 136 | 114 | 0 | 34 | 61 | 236 | 76 | 40 |
| Binary | 11111 | 10000011 | 1011110 | 1001100 | 0 | 11100 | 110001 | 10011110 | 111110 | 100000 |
Color Harmonies of #1F835E
Complementary color
Monochromatic Colors of #1F835E
Black with #1F835E
Text Example
Text Example
White with #1F835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F835E; }
p { color: rgb(31,131,94); }
H1.HeaderClassName
{
color: #1F835E;
}
.AnyTagClassName
{
color: #1F835E;
}
</style>
background-color css
<style>
a { background-color: #1F835E; }
a { background-color: rgb(31,131,94); }
div.DivClassName
{
background-color: #1F835E;
}
.BgClassName
{
background-color: #1F835E;
}
</style>
border-color css
<style>
span { border-color: #1F835E; }
span { border-color: rgb(31,131,94); }
td.TdClassName
{
border-color: #1F835E;
}
.TagClassName
{
border-color: #1F835E;
}
</style>