Shades of Deep Teal #0D443B
Tints of Deep Teal #0D443B
RGB
CMYK
RGB Variations
Color information
#0D443B (or 0x0D443B) is known color: Deep Teal. HEX triplet: 0D, 44 and 3B. RGB value is (13,68,59). Sum of RGB (Red+Green+Blue) = 13+68+59=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #0D443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D443B is #F2BBC4. Grayscale: #323232. Windows color (decimal): -15907781 or 3884045. OLE color: 3884045.
HSL color Cylindrical-coordinate representation of color #0D443B: hue angle of 170.18º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D443B is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 68 | 59 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.73 |
| HSL | 170.18º | 0.68% | 0.16% | - |
| HSV(B) | 170.18º | 0.81% | 0.27% | - |
| XYZ | 3.02 | 4.54 | 4.85 | - |
| YUV | 50.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 59 | 0.81 | 0 | 0.13 | 0.73 | 170.18 | 0.68 | 0.16 |
| Hex | D | 44 | 3B | 51 | 0 | D | 49 | AA | 44 | 10 |
| Octal | 15 | 104 | 73 | 121 | 0 | 15 | 111 | 252 | 104 | 20 |
| Binary | 1101 | 1000100 | 111011 | 1010001 | 0 | 1101 | 1001001 | 10101010 | 1000100 | 10000 |
Color Harmonies of #0D443B
Complementary color
Monochromatic Colors of #0D443B
Black with #0D443B
Text Example
Text Example
White with #0D443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D443B; }
p { color: rgb(13,68,59); }
H1.HeaderClassName
{
color: #0D443B;
}
.AnyTagClassName
{
color: #0D443B;
}
</style>
background-color css
<style>
a { background-color: #0D443B; }
a { background-color: rgb(13,68,59); }
div.DivClassName
{
background-color: #0D443B;
}
.BgClassName
{
background-color: #0D443B;
}
</style>
border-color css
<style>
span { border-color: #0D443B; }
span { border-color: rgb(13,68,59); }
td.TdClassName
{
border-color: #0D443B;
}
.TagClassName
{
border-color: #0D443B;
}
</style>