Shades of Deep Teal #0E413B
Tints of Deep Teal #0E413B
RGB
CMYK
RGB Variations
Color information
#0E413B (or 0x0E413B) is known color: Deep Teal. HEX triplet: 0E, 41 and 3B. RGB value is (14,65,59). Sum of RGB (Red+Green+Blue) = 14+65+59=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #0E413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E413B is #F1BEC4. Grayscale: #313131. Windows color (decimal): -15843013 or 3883278. OLE color: 3883278.
HSL color Cylindrical-coordinate representation of color #0E413B: hue angle of 172.94º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E413B is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 65 | 59 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.75 |
| HSL | 172.94º | 0.65% | 0.15% | - |
| HSV(B) | 172.94º | 0.78% | 0.25% | - |
| XYZ | 2.86 | 4.19 | 4.8 | - |
| YUV | 49.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 65 | 59 | 0.78 | 0 | 0.09 | 0.75 | 172.94 | 0.65 | 0.15 |
| Hex | E | 41 | 3B | 4E | 0 | 9 | 4B | AD | 41 | F |
| Octal | 16 | 101 | 73 | 116 | 0 | 11 | 113 | 255 | 101 | 17 |
| Binary | 1110 | 1000001 | 111011 | 1001110 | 0 | 1001 | 1001011 | 10101101 | 1000001 | 1111 |
Color Harmonies of #0E413B
Complementary color
Monochromatic Colors of #0E413B
Black with #0E413B
Text Example
Text Example
White with #0E413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E413B; }
p { color: rgb(14,65,59); }
H1.HeaderClassName
{
color: #0E413B;
}
.AnyTagClassName
{
color: #0E413B;
}
</style>
background-color css
<style>
a { background-color: #0E413B; }
a { background-color: rgb(14,65,59); }
div.DivClassName
{
background-color: #0E413B;
}
.BgClassName
{
background-color: #0E413B;
}
</style>
border-color css
<style>
span { border-color: #0E413B; }
span { border-color: rgb(14,65,59); }
td.TdClassName
{
border-color: #0E413B;
}
.TagClassName
{
border-color: #0E413B;
}
</style>