Shades of Teal Blue #194E5C
Tints of Teal Blue #194E5C
RGB
CMYK
RGB Variations
Color information
#194E5C (or 0x194E5C) is known color: Teal Blue. HEX triplet: 19, 4E and 5C. RGB value is (25,78,92). Sum of RGB (Red+Green+Blue) = 25+78+92=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #194E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E5C is #E6B1A3. Grayscale: #3F3F3F. Windows color (decimal): -15118756 or 6049305. OLE color: 6049305.
HSL color Cylindrical-coordinate representation of color #194E5C: hue angle of 192.54º 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 #194E5C is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 78 | 92 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.64 |
| HSL | 192.54º | 0.57% | 0.23% | - |
| HSV(B) | 192.54º | 0.73% | 0.36% | - |
| XYZ | 5.06 | 6.43 | 11.1 | - |
| YUV | 63.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 92 | 0.73 | 0.15 | 0 | 0.64 | 192.54 | 0.57 | 0.23 |
| Hex | 19 | 4E | 5C | 49 | F | 0 | 40 | C1 | 39 | 17 |
| Octal | 31 | 116 | 134 | 111 | 17 | 0 | 100 | 301 | 71 | 27 |
| Binary | 11001 | 1001110 | 1011100 | 1001001 | 1111 | 0 | 1000000 | 11000001 | 111001 | 10111 |
Color Harmonies of #194E5C
Complementary color
Monochromatic Colors of #194E5C
Black with #194E5C
Text Example
Text Example
White with #194E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E5C; }
p { color: rgb(25,78,92); }
H1.HeaderClassName
{
color: #194E5C;
}
.AnyTagClassName
{
color: #194E5C;
}
</style>
background-color css
<style>
a { background-color: #194E5C; }
a { background-color: rgb(25,78,92); }
div.DivClassName
{
background-color: #194E5C;
}
.BgClassName
{
background-color: #194E5C;
}
</style>
border-color css
<style>
span { border-color: #194E5C; }
span { border-color: rgb(25,78,92); }
td.TdClassName
{
border-color: #194E5C;
}
.TagClassName
{
border-color: #194E5C;
}
</style>