Shades of Deep Sea #1F725B
Tints of Deep Sea #1F725B
RGB
CMYK
RGB Variations
Color information
#1F725B (or 0x1F725B) is known color: Deep Sea. HEX triplet: 1F, 72 and 5B. RGB value is (31,114,91). Sum of RGB (Red+Green+Blue) = 31+114+91=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #1F725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F725B is #E08DA4. Grayscale: #565656. Windows color (decimal): -14716325 or 5992991. OLE color: 5992991.
HSL color Cylindrical-coordinate representation of color #1F725B: hue angle of 163.37º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F725B is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 114 | 91 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.55 |
| HSL | 163.37º | 0.57% | 0.28% | - |
| HSV(B) | 163.37º | 0.73% | 0.45% | - |
| XYZ | 8.47 | 13.08 | 11.98 | - |
| YUV | 86.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 91 | 0.73 | 0 | 0.20 | 0.55 | 163.37 | 0.57 | 0.28 |
| Hex | 1F | 72 | 5B | 49 | 0 | 14 | 37 | A3 | 39 | 1C |
| Octal | 37 | 162 | 133 | 111 | 0 | 24 | 67 | 243 | 71 | 34 |
| Binary | 11111 | 1110010 | 1011011 | 1001001 | 0 | 10100 | 110111 | 10100011 | 111001 | 11100 |
Color Harmonies of #1F725B
Complementary color
Monochromatic Colors of #1F725B
Black with #1F725B
Text Example
Text Example
White with #1F725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F725B; }
p { color: rgb(31,114,91); }
H1.HeaderClassName
{
color: #1F725B;
}
.AnyTagClassName
{
color: #1F725B;
}
</style>
background-color css
<style>
a { background-color: #1F725B; }
a { background-color: rgb(31,114,91); }
div.DivClassName
{
background-color: #1F725B;
}
.BgClassName
{
background-color: #1F725B;
}
</style>
border-color css
<style>
span { border-color: #1F725B; }
span { border-color: rgb(31,114,91); }
td.TdClassName
{
border-color: #1F725B;
}
.TagClassName
{
border-color: #1F725B;
}
</style>