Shades of Deep Sea #1F735D
Tints of Deep Sea #1F735D
RGB
CMYK
RGB Variations
Color information
#1F735D (or 0x1F735D) is known color: Deep Sea. HEX triplet: 1F, 73 and 5D. RGB value is (31,115,93). Sum of RGB (Red+Green+Blue) = 31+115+93=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #1F735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F735D is #E08CA2. Grayscale: #575757. Windows color (decimal): -14716067 or 6124319. OLE color: 6124319.
HSL color Cylindrical-coordinate representation of color #1F735D: hue angle of 164.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F735D is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 115 | 93 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.55 |
| HSL | 164.29º | 0.58% | 0.29% | - |
| HSV(B) | 164.29º | 0.73% | 0.45% | - |
| XYZ | 8.67 | 13.34 | 12.47 | - |
| YUV | 87.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 93 | 0.73 | 0 | 0.19 | 0.55 | 164.29 | 0.58 | 0.29 |
| Hex | 1F | 73 | 5D | 49 | 0 | 13 | 37 | A4 | 3A | 1D |
| Octal | 37 | 163 | 135 | 111 | 0 | 23 | 67 | 244 | 72 | 35 |
| Binary | 11111 | 1110011 | 1011101 | 1001001 | 0 | 10011 | 110111 | 10100100 | 111010 | 11101 |
Color Harmonies of #1F735D
Complementary color
Monochromatic Colors of #1F735D
Black with #1F735D
Text Example
Text Example
White with #1F735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F735D; }
p { color: rgb(31,115,93); }
H1.HeaderClassName
{
color: #1F735D;
}
.AnyTagClassName
{
color: #1F735D;
}
</style>
background-color css
<style>
a { background-color: #1F735D; }
a { background-color: rgb(31,115,93); }
div.DivClassName
{
background-color: #1F735D;
}
.BgClassName
{
background-color: #1F735D;
}
</style>
border-color css
<style>
span { border-color: #1F735D; }
span { border-color: rgb(31,115,93); }
td.TdClassName
{
border-color: #1F735D;
}
.TagClassName
{
border-color: #1F735D;
}
</style>