Shades of Teal Blue #194C5B
Tints of Teal Blue #194C5B
RGB
CMYK
RGB Variations
Color information
#194C5B (or 0x194C5B) is known color: Teal Blue. HEX triplet: 19, 4C and 5B. RGB value is (25,76,91). Sum of RGB (Red+Green+Blue) = 25+76+91=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #194C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C5B is #E6B3A4. Grayscale: #3E3E3E. Windows color (decimal): -15119269 or 5983257. OLE color: 5983257.
HSL color Cylindrical-coordinate representation of color #194C5B: hue angle of 193.64º 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 #194C5B is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 76 | 91 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.64 |
| HSL | 193.64º | 0.57% | 0.23% | - |
| HSV(B) | 193.64º | 0.73% | 0.36% | - |
| XYZ | 4.87 | 6.13 | 10.82 | - |
| YUV | 62.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 91 | 0.73 | 0.16 | 0 | 0.64 | 193.64 | 0.57 | 0.23 |
| Hex | 19 | 4C | 5B | 49 | 10 | 0 | 40 | C2 | 39 | 17 |
| Octal | 31 | 114 | 133 | 111 | 20 | 0 | 100 | 302 | 71 | 27 |
| Binary | 11001 | 1001100 | 1011011 | 1001001 | 10000 | 0 | 1000000 | 11000010 | 111001 | 10111 |
Color Harmonies of #194C5B
Complementary color
Monochromatic Colors of #194C5B
Black with #194C5B
Text Example
Text Example
White with #194C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C5B; }
p { color: rgb(25,76,91); }
H1.HeaderClassName
{
color: #194C5B;
}
.AnyTagClassName
{
color: #194C5B;
}
</style>
background-color css
<style>
a { background-color: #194C5B; }
a { background-color: rgb(25,76,91); }
div.DivClassName
{
background-color: #194C5B;
}
.BgClassName
{
background-color: #194C5B;
}
</style>
border-color css
<style>
span { border-color: #194C5B; }
span { border-color: rgb(25,76,91); }
td.TdClassName
{
border-color: #194C5B;
}
.TagClassName
{
border-color: #194C5B;
}
</style>