Shades of Teal Blue #194B5A
Tints of Teal Blue #194B5A
RGB
CMYK
RGB Variations
Color information
#194B5A (or 0x194B5A) is known color: Teal Blue. HEX triplet: 19, 4B and 5A. RGB value is (25,75,90). Sum of RGB (Red+Green+Blue) = 25+75+90=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #194B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B5A is #E6B4A5. Grayscale: #3D3D3D. Windows color (decimal): -15119526 or 5917465. OLE color: 5917465.
HSL color Cylindrical-coordinate representation of color #194B5A: hue angle of 193.85º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194B5A is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 75 | 90 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.65 |
| HSL | 193.85º | 0.57% | 0.23% | - |
| HSV(B) | 193.85º | 0.72% | 0.35% | - |
| XYZ | 4.76 | 5.98 | 10.58 | - |
| YUV | 61.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 90 | 0.72 | 0.17 | 0 | 0.65 | 193.85 | 0.57 | 0.23 |
| Hex | 19 | 4B | 5A | 48 | 11 | 0 | 41 | C2 | 39 | 17 |
| Octal | 31 | 113 | 132 | 110 | 21 | 0 | 101 | 302 | 71 | 27 |
| Binary | 11001 | 1001011 | 1011010 | 1001000 | 10001 | 0 | 1000001 | 11000010 | 111001 | 10111 |
Color Harmonies of #194B5A
Complementary color
Monochromatic Colors of #194B5A
Black with #194B5A
Text Example
Text Example
White with #194B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B5A; }
p { color: rgb(25,75,90); }
H1.HeaderClassName
{
color: #194B5A;
}
.AnyTagClassName
{
color: #194B5A;
}
</style>
background-color css
<style>
a { background-color: #194B5A; }
a { background-color: rgb(25,75,90); }
div.DivClassName
{
background-color: #194B5A;
}
.BgClassName
{
background-color: #194B5A;
}
</style>
border-color css
<style>
span { border-color: #194B5A; }
span { border-color: rgb(25,75,90); }
td.TdClassName
{
border-color: #194B5A;
}
.TagClassName
{
border-color: #194B5A;
}
</style>