Shades of Deep Sea #1F835D
Tints of Deep Sea #1F835D
RGB
CMYK
RGB Variations
Color information
#1F835D (or 0x1F835D) is known color: Deep Sea. HEX triplet: 1F, 83 and 5D. RGB value is (31,131,93). Sum of RGB (Red+Green+Blue) = 31+131+93=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #1F835D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F835D is #E07CA2. Grayscale: #606060. Windows color (decimal): -14711971 or 6128415. OLE color: 6128415.
HSL color Cylindrical-coordinate representation of color #1F835D: hue angle of 157.2º 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 #1F835D is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 131 | 93 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.49 |
| HSL | 157.2º | 0.62% | 0.32% | - |
| HSV(B) | 157.2º | 0.76% | 0.51% | - |
| XYZ | 10.66 | 17.31 | 13.14 | - |
| YUV | 96.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 93 | 0.76 | 0 | 0.29 | 0.49 | 157.2 | 0.62 | 0.32 |
| Hex | 1F | 83 | 5D | 4C | 0 | 1D | 31 | 9D | 3E | 20 |
| Octal | 37 | 203 | 135 | 114 | 0 | 35 | 61 | 235 | 76 | 40 |
| Binary | 11111 | 10000011 | 1011101 | 1001100 | 0 | 11101 | 110001 | 10011101 | 111110 | 100000 |
Color Harmonies of #1F835D
Complementary color
Monochromatic Colors of #1F835D
Black with #1F835D
Text Example
Text Example
White with #1F835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F835D; }
p { color: rgb(31,131,93); }
H1.HeaderClassName
{
color: #1F835D;
}
.AnyTagClassName
{
color: #1F835D;
}
</style>
background-color css
<style>
a { background-color: #1F835D; }
a { background-color: rgb(31,131,93); }
div.DivClassName
{
background-color: #1F835D;
}
.BgClassName
{
background-color: #1F835D;
}
</style>
border-color css
<style>
span { border-color: #1F835D; }
span { border-color: rgb(31,131,93); }
td.TdClassName
{
border-color: #1F835D;
}
.TagClassName
{
border-color: #1F835D;
}
</style>