Shades of Teal Blue #13505E
Tints of Teal Blue #13505E
RGB
CMYK
RGB Variations
Color information
#13505E (or 0x13505E) is known color: Teal Blue. HEX triplet: 13, 50 and 5E. RGB value is (19,80,94). Sum of RGB (Red+Green+Blue) = 19+80+94=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #13505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13505E is #ECAFA1. Grayscale: #3F3F3F. Windows color (decimal): -15511458 or 6180883. OLE color: 6180883.
HSL color Cylindrical-coordinate representation of color #13505E: hue angle of 191.2º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13505E is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 80 | 94 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.63 |
| HSL | 191.2º | 0.66% | 0.22% | - |
| HSV(B) | 191.2º | 0.8% | 0.37% | - |
| XYZ | 5.16 | 6.68 | 11.61 | - |
| YUV | 63.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 94 | 0.80 | 0.15 | 0 | 0.63 | 191.2 | 0.66 | 0.22 |
| Hex | 13 | 50 | 5E | 50 | F | 0 | 3F | BF | 42 | 16 |
| Octal | 23 | 120 | 136 | 120 | 17 | 0 | 77 | 277 | 102 | 26 |
| Binary | 10011 | 1010000 | 1011110 | 1010000 | 1111 | 0 | 111111 | 10111111 | 1000010 | 10110 |
Color Harmonies of #13505E
Complementary color
Monochromatic Colors of #13505E
Black with #13505E
Text Example
Text Example
White with #13505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13505E; }
p { color: rgb(19,80,94); }
H1.HeaderClassName
{
color: #13505E;
}
.AnyTagClassName
{
color: #13505E;
}
</style>
background-color css
<style>
a { background-color: #13505E; }
a { background-color: rgb(19,80,94); }
div.DivClassName
{
background-color: #13505E;
}
.BgClassName
{
background-color: #13505E;
}
</style>
border-color css
<style>
span { border-color: #13505E; }
span { border-color: rgb(19,80,94); }
td.TdClassName
{
border-color: #13505E;
}
.TagClassName
{
border-color: #13505E;
}
</style>