Shades of Deep Teal #13443B
Tints of Deep Teal #13443B
RGB
CMYK
RGB Variations
Color information
#13443B (or 0x13443B) is known color: Deep Teal. HEX triplet: 13, 44 and 3B. RGB value is (19,68,59). Sum of RGB (Red+Green+Blue) = 19+68+59=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #13443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13443B is #ECBBC4. Grayscale: #343434. Windows color (decimal): -15514565 or 3884051. OLE color: 3884051.
HSL color Cylindrical-coordinate representation of color #13443B: hue angle of 168.98º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13443B is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 68 | 59 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.73 |
| HSL | 168.98º | 0.56% | 0.17% | - |
| HSV(B) | 168.98º | 0.72% | 0.27% | - |
| XYZ | 3.13 | 4.59 | 4.86 | - |
| YUV | 52.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 59 | 0.72 | 0 | 0.13 | 0.73 | 168.98 | 0.56 | 0.17 |
| Hex | 13 | 44 | 3B | 48 | 0 | D | 49 | A9 | 38 | 11 |
| Octal | 23 | 104 | 73 | 110 | 0 | 15 | 111 | 251 | 70 | 21 |
| Binary | 10011 | 1000100 | 111011 | 1001000 | 0 | 1101 | 1001001 | 10101001 | 111000 | 10001 |
Color Harmonies of #13443B
Complementary color
Monochromatic Colors of #13443B
Black with #13443B
Text Example
Text Example
White with #13443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13443B; }
p { color: rgb(19,68,59); }
H1.HeaderClassName
{
color: #13443B;
}
.AnyTagClassName
{
color: #13443B;
}
</style>
background-color css
<style>
a { background-color: #13443B; }
a { background-color: rgb(19,68,59); }
div.DivClassName
{
background-color: #13443B;
}
.BgClassName
{
background-color: #13443B;
}
</style>
border-color css
<style>
span { border-color: #13443B; }
span { border-color: rgb(19,68,59); }
td.TdClassName
{
border-color: #13443B;
}
.TagClassName
{
border-color: #13443B;
}
</style>