Shades of Deep Sea #1F715C
Tints of Deep Sea #1F715C
RGB
CMYK
RGB Variations
Color information
#1F715C (or 0x1F715C) is known color: Deep Sea. HEX triplet: 1F, 71 and 5C. RGB value is (31,113,92). Sum of RGB (Red+Green+Blue) = 31+113+92=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #1F715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F715C is #E08EA3. Grayscale: #565656. Windows color (decimal): -14716580 or 6058271. OLE color: 6058271.
HSL color Cylindrical-coordinate representation of color #1F715C: hue angle of 164.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F715C is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 92 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.56 |
| HSL | 164.63º | 0.57% | 0.28% | - |
| HSV(B) | 164.63º | 0.73% | 0.44% | - |
| XYZ | 8.4 | 12.87 | 12.17 | - |
| YUV | 86.09 | 131.33 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 92 | 0.73 | 0 | 0.19 | 0.56 | 164.63 | 0.57 | 0.28 |
| Hex | 1F | 71 | 5C | 49 | 0 | 13 | 38 | A5 | 39 | 1C |
| Octal | 37 | 161 | 134 | 111 | 0 | 23 | 70 | 245 | 71 | 34 |
| Binary | 11111 | 1110001 | 1011100 | 1001001 | 0 | 10011 | 111000 | 10100101 | 111001 | 11100 |
Color Harmonies of #1F715C
Complementary color
Monochromatic Colors of #1F715C
Black with #1F715C
Text Example
Text Example
White with #1F715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F715C; }
p { color: rgb(31,113,92); }
H1.HeaderClassName
{
color: #1F715C;
}
.AnyTagClassName
{
color: #1F715C;
}
</style>
background-color css
<style>
a { background-color: #1F715C; }
a { background-color: rgb(31,113,92); }
div.DivClassName
{
background-color: #1F715C;
}
.BgClassName
{
background-color: #1F715C;
}
</style>
border-color css
<style>
span { border-color: #1F715C; }
span { border-color: rgb(31,113,92); }
td.TdClassName
{
border-color: #1F715C;
}
.TagClassName
{
border-color: #1F715C;
}
</style>