Shades of Deep Sea #1D7269
Tints of Deep Sea #1D7269
RGB
CMYK
RGB Variations
Color information
#1D7269 (or 0x1D7269) is known color: Deep Sea. HEX triplet: 1D, 72 and 69. RGB value is (29,114,105). Sum of RGB (Red+Green+Blue) = 29+114+105=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #1D7269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7269 is #E28D96. Grayscale: #575757. Windows color (decimal): -14847383 or 6910493. OLE color: 6910493.
HSL color Cylindrical-coordinate representation of color #1D7269: hue angle of 173.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7269 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 114 | 105 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.55 |
| HSL | 173.65º | 0.59% | 0.28% | - |
| HSV(B) | 173.65º | 0.75% | 0.45% | - |
| XYZ | 9.07 | 13.32 | 15.46 | - |
| YUV | 87.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 114 | 105 | 0.75 | 0 | 0.08 | 0.55 | 173.65 | 0.59 | 0.28 |
| Hex | 1D | 72 | 69 | 4B | 0 | 8 | 37 | AE | 3B | 1C |
| Octal | 35 | 162 | 151 | 113 | 0 | 10 | 67 | 256 | 73 | 34 |
| Binary | 11101 | 1110010 | 1101001 | 1001011 | 0 | 1000 | 110111 | 10101110 | 111011 | 11100 |
Color Harmonies of #1D7269
Complementary color
Monochromatic Colors of #1D7269
Black with #1D7269
Text Example
Text Example
White with #1D7269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7269; }
p { color: rgb(29,114,105); }
H1.HeaderClassName
{
color: #1D7269;
}
.AnyTagClassName
{
color: #1D7269;
}
</style>
background-color css
<style>
a { background-color: #1D7269; }
a { background-color: rgb(29,114,105); }
div.DivClassName
{
background-color: #1D7269;
}
.BgClassName
{
background-color: #1D7269;
}
</style>
border-color css
<style>
span { border-color: #1D7269; }
span { border-color: rgb(29,114,105); }
td.TdClassName
{
border-color: #1D7269;
}
.TagClassName
{
border-color: #1D7269;
}
</style>