Shades of Deep Teal #0D493E
Tints of Deep Teal #0D493E
RGB
CMYK
RGB Variations
Color information
#0D493E (or 0x0D493E) is known color: Deep Teal. HEX triplet: 0D, 49 and 3E. RGB value is (13,73,62). Sum of RGB (Red+Green+Blue) = 13+73+62=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #0D493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D493E is #F2B6C1. Grayscale: #353535. Windows color (decimal): -15906498 or 4081933. OLE color: 4081933.
HSL color Cylindrical-coordinate representation of color #0D493E: hue angle of 169º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D493E is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 73 | 62 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.71 |
| HSL | 169º | 0.7% | 0.17% | - |
| HSV(B) | 169º | 0.82% | 0.29% | - |
| XYZ | 3.42 | 5.2 | 5.38 | - |
| YUV | 53.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 62 | 0.82 | 0 | 0.15 | 0.71 | 169 | 0.7 | 0.17 |
| Hex | D | 49 | 3E | 52 | 0 | F | 47 | A9 | 46 | 11 |
| Octal | 15 | 111 | 76 | 122 | 0 | 17 | 107 | 251 | 106 | 21 |
| Binary | 1101 | 1001001 | 111110 | 1010010 | 0 | 1111 | 1000111 | 10101001 | 1000110 | 10001 |
Color Harmonies of #0D493E
Complementary color
Monochromatic Colors of #0D493E
Black with #0D493E
Text Example
Text Example
White with #0D493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D493E; }
p { color: rgb(13,73,62); }
H1.HeaderClassName
{
color: #0D493E;
}
.AnyTagClassName
{
color: #0D493E;
}
</style>
background-color css
<style>
a { background-color: #0D493E; }
a { background-color: rgb(13,73,62); }
div.DivClassName
{
background-color: #0D493E;
}
.BgClassName
{
background-color: #0D493E;
}
</style>
border-color css
<style>
span { border-color: #0D493E; }
span { border-color: rgb(13,73,62); }
td.TdClassName
{
border-color: #0D493E;
}
.TagClassName
{
border-color: #0D493E;
}
</style>