Shades of Deep Sea #1E735C
Tints of Deep Sea #1E735C
RGB
CMYK
RGB Variations
Color information
#1E735C (or 0x1E735C) is known color: Deep Sea. HEX triplet: 1E, 73 and 5C. RGB value is (30,115,92). Sum of RGB (Red+Green+Blue) = 30+115+92=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #1E735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E735C is #E18CA3. Grayscale: #565656. Windows color (decimal): -14781604 or 6058782. OLE color: 6058782.
HSL color Cylindrical-coordinate representation of color #1E735C: hue angle of 163.76º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E735C is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 92 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.55 |
| HSL | 163.76º | 0.59% | 0.28% | - |
| HSV(B) | 163.76º | 0.74% | 0.45% | - |
| XYZ | 8.6 | 13.31 | 12.24 | - |
| YUV | 86.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 92 | 0.74 | 0 | 0.20 | 0.55 | 163.76 | 0.59 | 0.28 |
| Hex | 1E | 73 | 5C | 4A | 0 | 14 | 37 | A4 | 3B | 1C |
| Octal | 36 | 163 | 134 | 112 | 0 | 24 | 67 | 244 | 73 | 34 |
| Binary | 11110 | 1110011 | 1011100 | 1001010 | 0 | 10100 | 110111 | 10100100 | 111011 | 11100 |
Color Harmonies of #1E735C
Complementary color
Monochromatic Colors of #1E735C
Black with #1E735C
Text Example
Text Example
White with #1E735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E735C; }
p { color: rgb(30,115,92); }
H1.HeaderClassName
{
color: #1E735C;
}
.AnyTagClassName
{
color: #1E735C;
}
</style>
background-color css
<style>
a { background-color: #1E735C; }
a { background-color: rgb(30,115,92); }
div.DivClassName
{
background-color: #1E735C;
}
.BgClassName
{
background-color: #1E735C;
}
</style>
border-color css
<style>
span { border-color: #1E735C; }
span { border-color: rgb(30,115,92); }
td.TdClassName
{
border-color: #1E735C;
}
.TagClassName
{
border-color: #1E735C;
}
</style>