Shades of Teal Blue #194B57
Tints of Teal Blue #194B57
RGB
CMYK
RGB Variations
Color information
#194B57 (or 0x194B57) is known color: Teal Blue. HEX triplet: 19, 4B and 57. RGB value is (25,75,87). Sum of RGB (Red+Green+Blue) = 25+75+87=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #194B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B57 is #E6B4A8. Grayscale: #3D3D3D. Windows color (decimal): -15119529 or 5720857. OLE color: 5720857.
HSL color Cylindrical-coordinate representation of color #194B57: hue angle of 191.61º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194B57 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 75 | 87 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.66 |
| HSL | 191.61º | 0.55% | 0.22% | - |
| HSV(B) | 191.61º | 0.71% | 0.34% | - |
| XYZ | 4.64 | 5.93 | 9.92 | - |
| YUV | 61.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 87 | 0.71 | 0.14 | 0 | 0.66 | 191.61 | 0.55 | 0.22 |
| Hex | 19 | 4B | 57 | 47 | E | 0 | 42 | C0 | 37 | 16 |
| Octal | 31 | 113 | 127 | 107 | 16 | 0 | 102 | 300 | 67 | 26 |
| Binary | 11001 | 1001011 | 1010111 | 1000111 | 1110 | 0 | 1000010 | 11000000 | 110111 | 10110 |
Color Harmonies of #194B57
Complementary color
Monochromatic Colors of #194B57
Black with #194B57
Text Example
Text Example
White with #194B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B57; }
p { color: rgb(25,75,87); }
H1.HeaderClassName
{
color: #194B57;
}
.AnyTagClassName
{
color: #194B57;
}
</style>
background-color css
<style>
a { background-color: #194B57; }
a { background-color: rgb(25,75,87); }
div.DivClassName
{
background-color: #194B57;
}
.BgClassName
{
background-color: #194B57;
}
</style>
border-color css
<style>
span { border-color: #194B57; }
span { border-color: rgb(25,75,87); }
td.TdClassName
{
border-color: #194B57;
}
.TagClassName
{
border-color: #194B57;
}
</style>