Shades of Deep Sea #1D7D63
Tints of Deep Sea #1D7D63
RGB
CMYK
RGB Variations
Color information
#1D7D63 (or 0x1D7D63) is known color: Deep Sea. HEX triplet: 1D, 7D and 63. RGB value is (29,125,99). Sum of RGB (Red+Green+Blue) = 29+125+99=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7D63 is #E2829C. Grayscale: #5D5D5D. Windows color (decimal): -14844573 or 6520093. OLE color: 6520093.
HSL color Cylindrical-coordinate representation of color #1D7D63: hue angle of 163.75º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7D63 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 125 | 99 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.51 |
| HSL | 163.75º | 0.62% | 0.3% | - |
| HSV(B) | 163.75º | 0.77% | 0.49% | - |
| XYZ | 10.09 | 15.83 | 14.33 | - |
| YUV | 93.33 | 131.2 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 99 | 0.77 | 0 | 0.21 | 0.51 | 163.75 | 0.62 | 0.3 |
| Hex | 1D | 7D | 63 | 4D | 0 | 15 | 33 | A4 | 3E | 1E |
| Octal | 35 | 175 | 143 | 115 | 0 | 25 | 63 | 244 | 76 | 36 |
| Binary | 11101 | 1111101 | 1100011 | 1001101 | 0 | 10101 | 110011 | 10100100 | 111110 | 11110 |
Color Harmonies of #1D7D63
Complementary color
Monochromatic Colors of #1D7D63
Black with #1D7D63
Text Example
Text Example
White with #1D7D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7D63; }
p { color: rgb(29,125,99); }
H1.HeaderClassName
{
color: #1D7D63;
}
.AnyTagClassName
{
color: #1D7D63;
}
</style>
background-color css
<style>
a { background-color: #1D7D63; }
a { background-color: rgb(29,125,99); }
div.DivClassName
{
background-color: #1D7D63;
}
.BgClassName
{
background-color: #1D7D63;
}
</style>
border-color css
<style>
span { border-color: #1D7D63; }
span { border-color: rgb(29,125,99); }
td.TdClassName
{
border-color: #1D7D63;
}
.TagClassName
{
border-color: #1D7D63;
}
</style>