Shades of Deep Sea #1D8264
Tints of Deep Sea #1D8264
RGB
CMYK
RGB Variations
Color information
#1D8264 (or 0x1D8264) is known color: Deep Sea. HEX triplet: 1D, 82 and 64. RGB value is (29,130,100). Sum of RGB (Red+Green+Blue) = 29+130+100=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #1D8264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8264 is #E27D9B. Grayscale: #606060. Windows color (decimal): -14843292 or 6586909. OLE color: 6586909.
HSL color Cylindrical-coordinate representation of color #1D8264: hue angle of 162.18º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8264 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 130 | 100 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.49 |
| HSL | 162.18º | 0.64% | 0.31% | - |
| HSV(B) | 162.18º | 0.78% | 0.51% | - |
| XYZ | 10.79 | 17.15 | 14.8 | - |
| YUV | 96.38 | 130.04 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 100 | 0.78 | 0 | 0.23 | 0.49 | 162.18 | 0.64 | 0.31 |
| Hex | 1D | 82 | 64 | 4E | 0 | 17 | 31 | A2 | 40 | 1F |
| Octal | 35 | 202 | 144 | 116 | 0 | 27 | 61 | 242 | 100 | 37 |
| Binary | 11101 | 10000010 | 1100100 | 1001110 | 0 | 10111 | 110001 | 10100010 | 1000000 | 11111 |
Color Harmonies of #1D8264
Complementary color
Monochromatic Colors of #1D8264
Black with #1D8264
Text Example
Text Example
White with #1D8264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8264; }
p { color: rgb(29,130,100); }
H1.HeaderClassName
{
color: #1D8264;
}
.AnyTagClassName
{
color: #1D8264;
}
</style>
background-color css
<style>
a { background-color: #1D8264; }
a { background-color: rgb(29,130,100); }
div.DivClassName
{
background-color: #1D8264;
}
.BgClassName
{
background-color: #1D8264;
}
</style>
border-color css
<style>
span { border-color: #1D8264; }
span { border-color: rgb(29,130,100); }
td.TdClassName
{
border-color: #1D8264;
}
.TagClassName
{
border-color: #1D8264;
}
</style>