Shades of Deep Sea #1E8264
Tints of Deep Sea #1E8264
RGB
CMYK
RGB Variations
Color information
#1E8264 (or 0x1E8264) is known color: Deep Sea. HEX triplet: 1E, 82 and 64. RGB value is (30,130,100). Sum of RGB (Red+Green+Blue) = 30+130+100=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #1E8264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8264 is #E17D9B. Grayscale: #606060. Windows color (decimal): -14777756 or 6586910. OLE color: 6586910.
HSL color Cylindrical-coordinate representation of color #1E8264: hue angle of 162º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8264 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 100 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.49 |
| HSL | 162º | 0.63% | 0.31% | - |
| HSV(B) | 162º | 0.77% | 0.51% | - |
| XYZ | 10.82 | 17.16 | 14.8 | - |
| YUV | 96.68 | 129.87 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 100 | 0.77 | 0 | 0.23 | 0.49 | 162 | 0.63 | 0.31 |
| Hex | 1E | 82 | 64 | 4D | 0 | 17 | 31 | A2 | 3E | 1F |
| Octal | 36 | 202 | 144 | 115 | 0 | 27 | 61 | 242 | 76 | 37 |
| Binary | 11110 | 10000010 | 1100100 | 1001101 | 0 | 10111 | 110001 | 10100010 | 111110 | 11111 |
Color Harmonies of #1E8264
Complementary color
Monochromatic Colors of #1E8264
Black with #1E8264
Text Example
Text Example
White with #1E8264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8264; }
p { color: rgb(30,130,100); }
H1.HeaderClassName
{
color: #1E8264;
}
.AnyTagClassName
{
color: #1E8264;
}
</style>
background-color css
<style>
a { background-color: #1E8264; }
a { background-color: rgb(30,130,100); }
div.DivClassName
{
background-color: #1E8264;
}
.BgClassName
{
background-color: #1E8264;
}
</style>
border-color css
<style>
span { border-color: #1E8264; }
span { border-color: rgb(30,130,100); }
td.TdClassName
{
border-color: #1E8264;
}
.TagClassName
{
border-color: #1E8264;
}
</style>