Shades of Deep Sea #0E7664
Tints of Deep Sea #0E7664
RGB
CMYK
RGB Variations
Color information
#0E7664 (or 0x0E7664) is known color: Deep Sea. HEX triplet: 0E, 76 and 64. RGB value is (14,118,100). Sum of RGB (Red+Green+Blue) = 14+118+100=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7664 is #F1899B. Grayscale: #545454. Windows color (decimal): -15829404 or 6583822. OLE color: 6583822.
HSL color Cylindrical-coordinate representation of color #0E7664: hue angle of 169.62º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7664 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
RGB | 14 | 118 | 100 | - |
CMYK | 0.88 | 0 | 0.15 | 0.54 |
HSL | 169.62º | 0.79% | 0.26% | - |
HSV(B) | 169.62º | 0.88% | 0.46% | - |
XYZ | 8.96 | 13.97 | 14.28 | - |
YUV | 84.85 | 136.54 | 77.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 118 | 100 | 0.88 | 0 | 0.15 | 0.54 | 169.62 | 0.79 | 0.26 |
Hex | E | 76 | 64 | 58 | 0 | F | 36 | AA | 4F | 1A |
Octal | 16 | 166 | 144 | 130 | 0 | 17 | 66 | 252 | 117 | 32 |
Binary | 1110 | 1110110 | 1100100 | 1011000 | 0 | 1111 | 110110 | 10101010 | 1001111 | 11010 |
Color Harmonies of #0E7664
Complementary color
Monochromatic Colors of #0E7664
Black with #0E7664
Text Example
Text Example
White with #0E7664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7664; }
p { color: rgb(14,118,100); }
H1.HeaderClassName
{
color: #0E7664;
}
.AnyTagClassName
{
color: #0E7664;
}
</style>
background-color css
<style>
a { background-color: #0E7664; }
a { background-color: rgb(14,118,100); }
div.DivClassName
{
background-color: #0E7664;
}
.BgClassName
{
background-color: #0E7664;
}
</style>
border-color css
<style>
span { border-color: #0E7664; }
span { border-color: rgb(14,118,100); }
td.TdClassName
{
border-color: #0E7664;
}
.TagClassName
{
border-color: #0E7664;
}
</style>