Shades of Deep Teal #13483B
Tints of Deep Teal #13483B
RGB
CMYK
RGB Variations
Color information
#13483B (or 0x13483B) is known color: Deep Teal. HEX triplet: 13, 48 and 3B. RGB value is (19,72,59). Sum of RGB (Red+Green+Blue) = 19+72+59=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #13483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13483B is #ECB7C4. Grayscale: #363636. Windows color (decimal): -15513541 or 3885075. OLE color: 3885075.
HSL color Cylindrical-coordinate representation of color #13483B: hue angle of 165.28º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13483B is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 59 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.72 |
| HSL | 165.28º | 0.58% | 0.18% | - |
| HSV(B) | 165.28º | 0.74% | 0.28% | - |
| XYZ | 3.38 | 5.09 | 4.94 | - |
| YUV | 54.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 59 | 0.74 | 0 | 0.18 | 0.72 | 165.28 | 0.58 | 0.18 |
| Hex | 13 | 48 | 3B | 4A | 0 | 12 | 48 | A5 | 3A | 12 |
| Octal | 23 | 110 | 73 | 112 | 0 | 22 | 110 | 245 | 72 | 22 |
| Binary | 10011 | 1001000 | 111011 | 1001010 | 0 | 10010 | 1001000 | 10100101 | 111010 | 10010 |
Color Harmonies of #13483B
Complementary color
Monochromatic Colors of #13483B
Black with #13483B
Text Example
Text Example
White with #13483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13483B; }
p { color: rgb(19,72,59); }
H1.HeaderClassName
{
color: #13483B;
}
.AnyTagClassName
{
color: #13483B;
}
</style>
background-color css
<style>
a { background-color: #13483B; }
a { background-color: rgb(19,72,59); }
div.DivClassName
{
background-color: #13483B;
}
.BgClassName
{
background-color: #13483B;
}
</style>
border-color css
<style>
span { border-color: #13483B; }
span { border-color: rgb(19,72,59); }
td.TdClassName
{
border-color: #13483B;
}
.TagClassName
{
border-color: #13483B;
}
</style>