Shades of Deep Sea #1D705C
Tints of Deep Sea #1D705C
RGB
CMYK
RGB Variations
Color information
#1D705C (or 0x1D705C) is known color: Deep Sea. HEX triplet: 1D, 70 and 5C. RGB value is (29,112,92). Sum of RGB (Red+Green+Blue) = 29+112+92=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #1D705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D705C is #E28FA3. Grayscale: #545454. Windows color (decimal): -14847908 or 6058013. OLE color: 6058013.
HSL color Cylindrical-coordinate representation of color #1D705C: hue angle of 165.54º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D705C is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 92 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.56 |
| HSL | 165.54º | 0.59% | 0.28% | - |
| HSV(B) | 165.54º | 0.74% | 0.44% | - |
| XYZ | 8.23 | 12.62 | 12.13 | - |
| YUV | 84.9 | 132 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 92 | 0.74 | 0 | 0.18 | 0.56 | 165.54 | 0.59 | 0.28 |
| Hex | 1D | 70 | 5C | 4A | 0 | 12 | 38 | A6 | 3B | 1C |
| Octal | 35 | 160 | 134 | 112 | 0 | 22 | 70 | 246 | 73 | 34 |
| Binary | 11101 | 1110000 | 1011100 | 1001010 | 0 | 10010 | 111000 | 10100110 | 111011 | 11100 |
Color Harmonies of #1D705C
Complementary color
Monochromatic Colors of #1D705C
Black with #1D705C
Text Example
Text Example
White with #1D705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D705C; }
p { color: rgb(29,112,92); }
H1.HeaderClassName
{
color: #1D705C;
}
.AnyTagClassName
{
color: #1D705C;
}
</style>
background-color css
<style>
a { background-color: #1D705C; }
a { background-color: rgb(29,112,92); }
div.DivClassName
{
background-color: #1D705C;
}
.BgClassName
{
background-color: #1D705C;
}
</style>
border-color css
<style>
span { border-color: #1D705C; }
span { border-color: rgb(29,112,92); }
td.TdClassName
{
border-color: #1D705C;
}
.TagClassName
{
border-color: #1D705C;
}
</style>