Shades of Teal Blue #194E5B
Tints of Teal Blue #194E5B
RGB
CMYK
RGB Variations
Color information
#194E5B (or 0x194E5B) is known color: Teal Blue. HEX triplet: 19, 4E and 5B. RGB value is (25,78,91). Sum of RGB (Red+Green+Blue) = 25+78+91=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #194E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E5B is #E6B1A4. Grayscale: #3F3F3F. Windows color (decimal): -15118757 or 5983769. OLE color: 5983769.
HSL color Cylindrical-coordinate representation of color #194E5B: hue angle of 191.82º 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 #194E5B is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 78 | 91 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.64 |
| HSL | 191.82º | 0.57% | 0.23% | - |
| HSV(B) | 191.82º | 0.73% | 0.36% | - |
| XYZ | 5.01 | 6.41 | 10.87 | - |
| YUV | 63.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 91 | 0.73 | 0.14 | 0 | 0.64 | 191.82 | 0.57 | 0.23 |
| Hex | 19 | 4E | 5B | 49 | E | 0 | 40 | C0 | 39 | 17 |
| Octal | 31 | 116 | 133 | 111 | 16 | 0 | 100 | 300 | 71 | 27 |
| Binary | 11001 | 1001110 | 1011011 | 1001001 | 1110 | 0 | 1000000 | 11000000 | 111001 | 10111 |
Color Harmonies of #194E5B
Complementary color
Monochromatic Colors of #194E5B
Black with #194E5B
Text Example
Text Example
White with #194E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E5B; }
p { color: rgb(25,78,91); }
H1.HeaderClassName
{
color: #194E5B;
}
.AnyTagClassName
{
color: #194E5B;
}
</style>
background-color css
<style>
a { background-color: #194E5B; }
a { background-color: rgb(25,78,91); }
div.DivClassName
{
background-color: #194E5B;
}
.BgClassName
{
background-color: #194E5B;
}
</style>
border-color css
<style>
span { border-color: #194E5B; }
span { border-color: rgb(25,78,91); }
td.TdClassName
{
border-color: #194E5B;
}
.TagClassName
{
border-color: #194E5B;
}
</style>