Shades of Deep Sea #1F735A
Tints of Deep Sea #1F735A
RGB
CMYK
RGB Variations
Color information
#1F735A (or 0x1F735A) is known color: Deep Sea. HEX triplet: 1F, 73 and 5A. RGB value is (31,115,90). Sum of RGB (Red+Green+Blue) = 31+115+90=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #1F735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F735A is #E08CA5. Grayscale: #575757. Windows color (decimal): -14716070 or 5927711. OLE color: 5927711.
HSL color Cylindrical-coordinate representation of color #1F735A: hue angle of 162.14º 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 #1F735A is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 115 | 90 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.55 |
| HSL | 162.14º | 0.58% | 0.29% | - |
| HSV(B) | 162.14º | 0.73% | 0.45% | - |
| XYZ | 8.54 | 13.29 | 11.79 | - |
| YUV | 87.03 | 129.67 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 90 | 0.73 | 0 | 0.22 | 0.55 | 162.14 | 0.58 | 0.29 |
| Hex | 1F | 73 | 5A | 49 | 0 | 16 | 37 | A2 | 3A | 1D |
| Octal | 37 | 163 | 132 | 111 | 0 | 26 | 67 | 242 | 72 | 35 |
| Binary | 11111 | 1110011 | 1011010 | 1001001 | 0 | 10110 | 110111 | 10100010 | 111010 | 11101 |
Color Harmonies of #1F735A
Complementary color
Monochromatic Colors of #1F735A
Black with #1F735A
Text Example
Text Example
White with #1F735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F735A; }
p { color: rgb(31,115,90); }
H1.HeaderClassName
{
color: #1F735A;
}
.AnyTagClassName
{
color: #1F735A;
}
</style>
background-color css
<style>
a { background-color: #1F735A; }
a { background-color: rgb(31,115,90); }
div.DivClassName
{
background-color: #1F735A;
}
.BgClassName
{
background-color: #1F735A;
}
</style>
border-color css
<style>
span { border-color: #1F735A; }
span { border-color: rgb(31,115,90); }
td.TdClassName
{
border-color: #1F735A;
}
.TagClassName
{
border-color: #1F735A;
}
</style>