Shades of Teal Blue #194A54
Tints of Teal Blue #194A54
RGB
CMYK
RGB Variations
Color information
#194A54 (or 0x194A54) is known color: Teal Blue. HEX triplet: 19, 4A and 54. RGB value is (25,74,84). Sum of RGB (Red+Green+Blue) = 25+74+84=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #194A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A54 is #E6B5AB. Grayscale: #3C3C3C. Windows color (decimal): -15119788 or 5523993. OLE color: 5523993.
HSL color Cylindrical-coordinate representation of color #194A54: hue angle of 190.17º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194A54 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 74 | 84 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.67 |
| HSL | 190.17º | 0.54% | 0.21% | - |
| HSV(B) | 190.17º | 0.7% | 0.33% | - |
| XYZ | 4.45 | 5.74 | 9.26 | - |
| YUV | 60.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 84 | 0.70 | 0.12 | 0 | 0.67 | 190.17 | 0.54 | 0.21 |
| Hex | 19 | 4A | 54 | 46 | C | 0 | 43 | BE | 36 | 15 |
| Octal | 31 | 112 | 124 | 106 | 14 | 0 | 103 | 276 | 66 | 25 |
| Binary | 11001 | 1001010 | 1010100 | 1000110 | 1100 | 0 | 1000011 | 10111110 | 110110 | 10101 |
Color Harmonies of #194A54
Complementary color
Monochromatic Colors of #194A54
Black with #194A54
Text Example
Text Example
White with #194A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A54; }
p { color: rgb(25,74,84); }
H1.HeaderClassName
{
color: #194A54;
}
.AnyTagClassName
{
color: #194A54;
}
</style>
background-color css
<style>
a { background-color: #194A54; }
a { background-color: rgb(25,74,84); }
div.DivClassName
{
background-color: #194A54;
}
.BgClassName
{
background-color: #194A54;
}
</style>
border-color css
<style>
span { border-color: #194A54; }
span { border-color: rgb(25,74,84); }
td.TdClassName
{
border-color: #194A54;
}
.TagClassName
{
border-color: #194A54;
}
</style>