Shades of Deep Sea #0E7365
Tints of Deep Sea #0E7365
RGB
CMYK
RGB Variations
Color information
#0E7365 (or 0x0E7365) is known color: Deep Sea. HEX triplet: 0E, 73 and 65. RGB value is (14,115,101). Sum of RGB (Red+Green+Blue) = 14+115+101=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #0E7365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7365 is #F18C9A. Grayscale: #535353. Windows color (decimal): -15830171 or 6648590. OLE color: 6648590.
HSL color Cylindrical-coordinate representation of color #0E7365: hue angle of 171.68º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7365 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 115 | 101 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.55 |
| HSL | 171.68º | 0.78% | 0.25% | - |
| HSV(B) | 171.68º | 0.88% | 0.45% | - |
| XYZ | 8.66 | 13.29 | 14.42 | - |
| YUV | 83.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 101 | 0.88 | 0 | 0.12 | 0.55 | 171.68 | 0.78 | 0.25 |
| Hex | E | 73 | 65 | 58 | 0 | C | 37 | AC | 4E | 19 |
| Octal | 16 | 163 | 145 | 130 | 0 | 14 | 67 | 254 | 116 | 31 |
| Binary | 1110 | 1110011 | 1100101 | 1011000 | 0 | 1100 | 110111 | 10101100 | 1001110 | 11001 |
Color Harmonies of #0E7365
Complementary color
Monochromatic Colors of #0E7365
Black with #0E7365
Text Example
Text Example
White with #0E7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7365; }
p { color: rgb(14,115,101); }
H1.HeaderClassName
{
color: #0E7365;
}
.AnyTagClassName
{
color: #0E7365;
}
</style>
background-color css
<style>
a { background-color: #0E7365; }
a { background-color: rgb(14,115,101); }
div.DivClassName
{
background-color: #0E7365;
}
.BgClassName
{
background-color: #0E7365;
}
</style>
border-color css
<style>
span { border-color: #0E7365; }
span { border-color: rgb(14,115,101); }
td.TdClassName
{
border-color: #0E7365;
}
.TagClassName
{
border-color: #0E7365;
}
</style>