Shades of Deep Sea #1F745D
Tints of Deep Sea #1F745D
RGB
CMYK
RGB Variations
Color information
#1F745D (or 0x1F745D) is known color: Deep Sea. HEX triplet: 1F, 74 and 5D. RGB value is (31,116,93). Sum of RGB (Red+Green+Blue) = 31+116+93=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #1F745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F745D is #E08BA2. Grayscale: #575757. Windows color (decimal): -14715811 or 6124575. OLE color: 6124575.
HSL color Cylindrical-coordinate representation of color #1F745D: hue angle of 163.76º 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 #1F745D is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 116 | 93 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.55 |
| HSL | 163.76º | 0.58% | 0.29% | - |
| HSV(B) | 163.76º | 0.73% | 0.45% | - |
| XYZ | 8.79 | 13.57 | 12.51 | - |
| YUV | 87.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 93 | 0.73 | 0 | 0.20 | 0.55 | 163.76 | 0.58 | 0.29 |
| Hex | 1F | 74 | 5D | 49 | 0 | 14 | 37 | A4 | 3A | 1D |
| Octal | 37 | 164 | 135 | 111 | 0 | 24 | 67 | 244 | 72 | 35 |
| Binary | 11111 | 1110100 | 1011101 | 1001001 | 0 | 10100 | 110111 | 10100100 | 111010 | 11101 |
Color Harmonies of #1F745D
Complementary color
Monochromatic Colors of #1F745D
Black with #1F745D
Text Example
Text Example
White with #1F745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F745D; }
p { color: rgb(31,116,93); }
H1.HeaderClassName
{
color: #1F745D;
}
.AnyTagClassName
{
color: #1F745D;
}
</style>
background-color css
<style>
a { background-color: #1F745D; }
a { background-color: rgb(31,116,93); }
div.DivClassName
{
background-color: #1F745D;
}
.BgClassName
{
background-color: #1F745D;
}
</style>
border-color css
<style>
span { border-color: #1F745D; }
span { border-color: rgb(31,116,93); }
td.TdClassName
{
border-color: #1F745D;
}
.TagClassName
{
border-color: #1F745D;
}
</style>