Shades of Deep Sea #1F845C
Tints of Deep Sea #1F845C
RGB
CMYK
RGB Variations
Color information
#1F845C (or 0x1F845C) is known color: Deep Sea. HEX triplet: 1F, 84 and 5C. RGB value is (31,132,92). Sum of RGB (Red+Green+Blue) = 31+132+92=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #1F845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F845C is #E07BA3. Grayscale: #616161. Windows color (decimal): -14711716 or 6063135. OLE color: 6063135.
HSL color Cylindrical-coordinate representation of color #1F845C: hue angle of 156.24º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F845C is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 132 | 92 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.48 |
| HSL | 156.24º | 0.62% | 0.32% | - |
| HSV(B) | 156.24º | 0.77% | 0.52% | - |
| XYZ | 10.75 | 17.57 | 12.95 | - |
| YUV | 97.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 132 | 92 | 0.77 | 0 | 0.30 | 0.48 | 156.24 | 0.62 | 0.32 |
| Hex | 1F | 84 | 5C | 4D | 0 | 1E | 30 | 9C | 3E | 20 |
| Octal | 37 | 204 | 134 | 115 | 0 | 36 | 60 | 234 | 76 | 40 |
| Binary | 11111 | 10000100 | 1011100 | 1001101 | 0 | 11110 | 110000 | 10011100 | 111110 | 100000 |
Color Harmonies of #1F845C
Complementary color
Monochromatic Colors of #1F845C
Black with #1F845C
Text Example
Text Example
White with #1F845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F845C; }
p { color: rgb(31,132,92); }
H1.HeaderClassName
{
color: #1F845C;
}
.AnyTagClassName
{
color: #1F845C;
}
</style>
background-color css
<style>
a { background-color: #1F845C; }
a { background-color: rgb(31,132,92); }
div.DivClassName
{
background-color: #1F845C;
}
.BgClassName
{
background-color: #1F845C;
}
</style>
border-color css
<style>
span { border-color: #1F845C; }
span { border-color: rgb(31,132,92); }
td.TdClassName
{
border-color: #1F845C;
}
.TagClassName
{
border-color: #1F845C;
}
</style>