Shades of Deep Sea #1F7060
Tints of Deep Sea #1F7060
RGB
CMYK
RGB Variations
Color information
#1F7060 (or 0x1F7060) is known color: Deep Sea. HEX triplet: 1F, 70 and 60. RGB value is (31,112,96). Sum of RGB (Red+Green+Blue) = 31+112+96=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7060 is #E08F9F. Grayscale: #555555. Windows color (decimal): -14716832 or 6320159. OLE color: 6320159.
HSL color Cylindrical-coordinate representation of color #1F7060: hue angle of 168.15º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F7060 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 96 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.56 |
| HSL | 168.15º | 0.57% | 0.28% | - |
| HSV(B) | 168.15º | 0.72% | 0.44% | - |
| XYZ | 8.47 | 12.72 | 13.08 | - |
| YUV | 85.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 96 | 0.72 | 0 | 0.14 | 0.56 | 168.15 | 0.57 | 0.28 |
| Hex | 1F | 70 | 60 | 48 | 0 | E | 38 | A8 | 39 | 1C |
| Octal | 37 | 160 | 140 | 110 | 0 | 16 | 70 | 250 | 71 | 34 |
| Binary | 11111 | 1110000 | 1100000 | 1001000 | 0 | 1110 | 111000 | 10101000 | 111001 | 11100 |
Color Harmonies of #1F7060
Complementary color
Monochromatic Colors of #1F7060
Black with #1F7060
Text Example
Text Example
White with #1F7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7060; }
p { color: rgb(31,112,96); }
H1.HeaderClassName
{
color: #1F7060;
}
.AnyTagClassName
{
color: #1F7060;
}
</style>
background-color css
<style>
a { background-color: #1F7060; }
a { background-color: rgb(31,112,96); }
div.DivClassName
{
background-color: #1F7060;
}
.BgClassName
{
background-color: #1F7060;
}
</style>
border-color css
<style>
span { border-color: #1F7060; }
span { border-color: rgb(31,112,96); }
td.TdClassName
{
border-color: #1F7060;
}
.TagClassName
{
border-color: #1F7060;
}
</style>