Shades of Deep Teal #0D473B
Tints of Deep Teal #0D473B
RGB
CMYK
RGB Variations
Color information
#0D473B (or 0x0D473B) is known color: Deep Teal. HEX triplet: 0D, 47 and 3B. RGB value is (13,71,59). Sum of RGB (Red+Green+Blue) = 13+71+59=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #0D473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D473B is #F2B8C4. Grayscale: #343434. Windows color (decimal): -15907013 or 3884813. OLE color: 3884813.
HSL color Cylindrical-coordinate representation of color #0D473B: hue angle of 167.59º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D473B is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 71 | 59 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.72 |
| HSL | 167.59º | 0.69% | 0.16% | - |
| HSV(B) | 167.59º | 0.82% | 0.28% | - |
| XYZ | 3.21 | 4.91 | 4.92 | - |
| YUV | 52.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 59 | 0.82 | 0 | 0.17 | 0.72 | 167.59 | 0.69 | 0.16 |
| Hex | D | 47 | 3B | 52 | 0 | 11 | 48 | A8 | 45 | 10 |
| Octal | 15 | 107 | 73 | 122 | 0 | 21 | 110 | 250 | 105 | 20 |
| Binary | 1101 | 1000111 | 111011 | 1010010 | 0 | 10001 | 1001000 | 10101000 | 1000101 | 10000 |
Color Harmonies of #0D473B
Complementary color
Monochromatic Colors of #0D473B
Black with #0D473B
Text Example
Text Example
White with #0D473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D473B; }
p { color: rgb(13,71,59); }
H1.HeaderClassName
{
color: #0D473B;
}
.AnyTagClassName
{
color: #0D473B;
}
</style>
background-color css
<style>
a { background-color: #0D473B; }
a { background-color: rgb(13,71,59); }
div.DivClassName
{
background-color: #0D473B;
}
.BgClassName
{
background-color: #0D473B;
}
</style>
border-color css
<style>
span { border-color: #0D473B; }
span { border-color: rgb(13,71,59); }
td.TdClassName
{
border-color: #0D473B;
}
.TagClassName
{
border-color: #0D473B;
}
</style>