Shades of Teal Blue #19505B
Tints of Teal Blue #19505B
RGB
CMYK
RGB Variations
Color information
#19505B (or 0x19505B) is known color: Teal Blue. HEX triplet: 19, 50 and 5B. RGB value is (25,80,91). Sum of RGB (Red+Green+Blue) = 25+80+91=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #19505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19505B is #E6AFA4. Grayscale: #404040. Windows color (decimal): -15118245 or 5984281. OLE color: 5984281.
HSL color Cylindrical-coordinate representation of color #19505B: hue angle of 190º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19505B is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 80 | 91 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.64 |
| HSL | 190º | 0.57% | 0.23% | - |
| HSV(B) | 190º | 0.73% | 0.36% | - |
| XYZ | 5.16 | 6.7 | 10.92 | - |
| YUV | 64.81 | 142.78 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 91 | 0.73 | 0.12 | 0 | 0.64 | 190 | 0.57 | 0.23 |
| Hex | 19 | 50 | 5B | 49 | C | 0 | 40 | BE | 39 | 17 |
| Octal | 31 | 120 | 133 | 111 | 14 | 0 | 100 | 276 | 71 | 27 |
| Binary | 11001 | 1010000 | 1011011 | 1001001 | 1100 | 0 | 1000000 | 10111110 | 111001 | 10111 |
Color Harmonies of #19505B
Complementary color
Monochromatic Colors of #19505B
Black with #19505B
Text Example
Text Example
White with #19505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19505B; }
p { color: rgb(25,80,91); }
H1.HeaderClassName
{
color: #19505B;
}
.AnyTagClassName
{
color: #19505B;
}
</style>
background-color css
<style>
a { background-color: #19505B; }
a { background-color: rgb(25,80,91); }
div.DivClassName
{
background-color: #19505B;
}
.BgClassName
{
background-color: #19505B;
}
</style>
border-color css
<style>
span { border-color: #19505B; }
span { border-color: rgb(25,80,91); }
td.TdClassName
{
border-color: #19505B;
}
.TagClassName
{
border-color: #19505B;
}
</style>