Shades of Deep Teal #13493B
Tints of Deep Teal #13493B
RGB
CMYK
RGB Variations
Color information
#13493B (or 0x13493B) is known color: Deep Teal. HEX triplet: 13, 49 and 3B. RGB value is (19,73,59). Sum of RGB (Red+Green+Blue) = 19+73+59=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #13493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13493B is #ECB6C4. Grayscale: #373737. Windows color (decimal): -15513285 or 3885331. OLE color: 3885331.
HSL color Cylindrical-coordinate representation of color #13493B: hue angle of 164.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13493B is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 59 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.71 |
| HSL | 164.44º | 0.59% | 0.18% | - |
| HSV(B) | 164.44º | 0.74% | 0.29% | - |
| XYZ | 3.44 | 5.22 | 4.96 | - |
| YUV | 55.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 59 | 0.74 | 0 | 0.19 | 0.71 | 164.44 | 0.59 | 0.18 |
| Hex | 13 | 49 | 3B | 4A | 0 | 13 | 47 | A4 | 3B | 12 |
| Octal | 23 | 111 | 73 | 112 | 0 | 23 | 107 | 244 | 73 | 22 |
| Binary | 10011 | 1001001 | 111011 | 1001010 | 0 | 10011 | 1000111 | 10100100 | 111011 | 10010 |
Color Harmonies of #13493B
Complementary color
Monochromatic Colors of #13493B
Black with #13493B
Text Example
Text Example
White with #13493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13493B; }
p { color: rgb(19,73,59); }
H1.HeaderClassName
{
color: #13493B;
}
.AnyTagClassName
{
color: #13493B;
}
</style>
background-color css
<style>
a { background-color: #13493B; }
a { background-color: rgb(19,73,59); }
div.DivClassName
{
background-color: #13493B;
}
.BgClassName
{
background-color: #13493B;
}
</style>
border-color css
<style>
span { border-color: #13493B; }
span { border-color: rgb(19,73,59); }
td.TdClassName
{
border-color: #13493B;
}
.TagClassName
{
border-color: #13493B;
}
</style>