Shades of Deep Sea #0E8563
Tints of Deep Sea #0E8563
RGB
CMYK
RGB Variations
Color information
#0E8563 (or 0x0E8563) is known color: Deep Sea. HEX triplet: 0E, 85 and 63. RGB value is (14,133,99). Sum of RGB (Red+Green+Blue) = 14+133+99=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #0E8563 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8563 is #F17A9C. Grayscale: #5D5D5D. Windows color (decimal): -15825565 or 6522126. OLE color: 6522126.
HSL color Cylindrical-coordinate representation of color #0E8563: hue angle of 162.86º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8563 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 133 | 99 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.48 |
| HSL | 162.86º | 0.81% | 0.29% | - |
| HSV(B) | 162.86º | 0.89% | 0.52% | - |
| XYZ | 10.82 | 17.77 | 14.66 | - |
| YUV | 93.54 | 131.08 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 99 | 0.89 | 0 | 0.26 | 0.48 | 162.86 | 0.81 | 0.29 |
| Hex | E | 85 | 63 | 59 | 0 | 1A | 30 | A3 | 51 | 1D |
| Octal | 16 | 205 | 143 | 131 | 0 | 32 | 60 | 243 | 121 | 35 |
| Binary | 1110 | 10000101 | 1100011 | 1011001 | 0 | 11010 | 110000 | 10100011 | 1010001 | 11101 |
Color Harmonies of #0E8563
Complementary color
Monochromatic Colors of #0E8563
Black with #0E8563
Text Example
Text Example
White with #0E8563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8563; }
p { color: rgb(14,133,99); }
H1.HeaderClassName
{
color: #0E8563;
}
.AnyTagClassName
{
color: #0E8563;
}
</style>
background-color css
<style>
a { background-color: #0E8563; }
a { background-color: rgb(14,133,99); }
div.DivClassName
{
background-color: #0E8563;
}
.BgClassName
{
background-color: #0E8563;
}
</style>
border-color css
<style>
span { border-color: #0E8563; }
span { border-color: rgb(14,133,99); }
td.TdClassName
{
border-color: #0E8563;
}
.TagClassName
{
border-color: #0E8563;
}
</style>