Shades of Deep Sea #1E815B
Tints of Deep Sea #1E815B
RGB
CMYK
RGB Variations
Color information
#1E815B (or 0x1E815B) is known color: Deep Sea. HEX triplet: 1E, 81 and 5B. RGB value is (30,129,91). Sum of RGB (Red+Green+Blue) = 30+129+91=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #1E815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E815B is #E17EA4. Grayscale: #5F5F5F. Windows color (decimal): -14778021 or 5996830. OLE color: 5996830.
HSL color Cylindrical-coordinate representation of color #1E815B: hue angle of 156.97º 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 #1E815B is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 91 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.49 |
| HSL | 156.97º | 0.62% | 0.31% | - |
| HSV(B) | 156.97º | 0.77% | 0.51% | - |
| XYZ | 10.27 | 16.73 | 12.59 | - |
| YUV | 95.07 | 125.7 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 91 | 0.77 | 0 | 0.29 | 0.49 | 156.97 | 0.62 | 0.31 |
| Hex | 1E | 81 | 5B | 4D | 0 | 1D | 31 | 9D | 3E | 1F |
| Octal | 36 | 201 | 133 | 115 | 0 | 35 | 61 | 235 | 76 | 37 |
| Binary | 11110 | 10000001 | 1011011 | 1001101 | 0 | 11101 | 110001 | 10011101 | 111110 | 11111 |
Color Harmonies of #1E815B
Complementary color
Monochromatic Colors of #1E815B
Black with #1E815B
Text Example
Text Example
White with #1E815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E815B; }
p { color: rgb(30,129,91); }
H1.HeaderClassName
{
color: #1E815B;
}
.AnyTagClassName
{
color: #1E815B;
}
</style>
background-color css
<style>
a { background-color: #1E815B; }
a { background-color: rgb(30,129,91); }
div.DivClassName
{
background-color: #1E815B;
}
.BgClassName
{
background-color: #1E815B;
}
</style>
border-color css
<style>
span { border-color: #1E815B; }
span { border-color: rgb(30,129,91); }
td.TdClassName
{
border-color: #1E815B;
}
.TagClassName
{
border-color: #1E815B;
}
</style>