Shades of Deep Sea #0E815D
Tints of Deep Sea #0E815D
RGB
CMYK
RGB Variations
Color information
#0E815D (or 0x0E815D) is known color: Deep Sea. HEX triplet: 0E, 81 and 5D. RGB value is (14,129,93). Sum of RGB (Red+Green+Blue) = 14+129+93=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #0E815D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E815D is #F17EA2. Grayscale: #5A5A5A. Windows color (decimal): -15826595 or 6127886. OLE color: 6127886.
HSL color Cylindrical-coordinate representation of color #0E815D: hue angle of 161.22º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E815D is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 129 | 93 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.49 |
| HSL | 161.22º | 0.8% | 0.28% | - |
| HSV(B) | 161.22º | 0.89% | 0.51% | - |
| XYZ | 10.01 | 16.58 | 13.03 | - |
| YUV | 90.51 | 129.4 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 93 | 0.89 | 0 | 0.28 | 0.49 | 161.22 | 0.8 | 0.28 |
| Hex | E | 81 | 5D | 59 | 0 | 1C | 31 | A1 | 50 | 1C |
| Octal | 16 | 201 | 135 | 131 | 0 | 34 | 61 | 241 | 120 | 34 |
| Binary | 1110 | 10000001 | 1011101 | 1011001 | 0 | 11100 | 110001 | 10100001 | 1010000 | 11100 |
Color Harmonies of #0E815D
Complementary color
Monochromatic Colors of #0E815D
Black with #0E815D
Text Example
Text Example
White with #0E815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E815D; }
p { color: rgb(14,129,93); }
H1.HeaderClassName
{
color: #0E815D;
}
.AnyTagClassName
{
color: #0E815D;
}
</style>
background-color css
<style>
a { background-color: #0E815D; }
a { background-color: rgb(14,129,93); }
div.DivClassName
{
background-color: #0E815D;
}
.BgClassName
{
background-color: #0E815D;
}
</style>
border-color css
<style>
span { border-color: #0E815D; }
span { border-color: rgb(14,129,93); }
td.TdClassName
{
border-color: #0E815D;
}
.TagClassName
{
border-color: #0E815D;
}
</style>