Shades of Deep Sea #0E815C
Tints of Deep Sea #0E815C
RGB
CMYK
RGB Variations
Color information
#0E815C (or 0x0E815C) is known color: Deep Sea. HEX triplet: 0E, 81 and 5C. RGB value is (14,129,92). Sum of RGB (Red+Green+Blue) = 14+129+92=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #0E815C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E815C is #F17EA3. Grayscale: #5A5A5A. Windows color (decimal): -15826596 or 6062350. OLE color: 6062350.
HSL color Cylindrical-coordinate representation of color #0E815C: hue angle of 160.7º 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 #0E815C is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 129 | 92 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.49 |
| HSL | 160.7º | 0.8% | 0.28% | - |
| HSV(B) | 160.7º | 0.89% | 0.51% | - |
| XYZ | 9.96 | 16.57 | 12.8 | - |
| YUV | 90.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 92 | 0.89 | 0 | 0.29 | 0.49 | 160.7 | 0.8 | 0.28 |
| Hex | E | 81 | 5C | 59 | 0 | 1D | 31 | A1 | 50 | 1C |
| Octal | 16 | 201 | 134 | 131 | 0 | 35 | 61 | 241 | 120 | 34 |
| Binary | 1110 | 10000001 | 1011100 | 1011001 | 0 | 11101 | 110001 | 10100001 | 1010000 | 11100 |
Color Harmonies of #0E815C
Complementary color
Monochromatic Colors of #0E815C
Black with #0E815C
Text Example
Text Example
White with #0E815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E815C; }
p { color: rgb(14,129,92); }
H1.HeaderClassName
{
color: #0E815C;
}
.AnyTagClassName
{
color: #0E815C;
}
</style>
background-color css
<style>
a { background-color: #0E815C; }
a { background-color: rgb(14,129,92); }
div.DivClassName
{
background-color: #0E815C;
}
.BgClassName
{
background-color: #0E815C;
}
</style>
border-color css
<style>
span { border-color: #0E815C; }
span { border-color: rgb(14,129,92); }
td.TdClassName
{
border-color: #0E815C;
}
.TagClassName
{
border-color: #0E815C;
}
</style>