Shades of Tiber #194349
Tints of Tiber #194349
RGB
CMYK
RGB Variations
Color information
#194349 (or 0x194349) is known color: Tiber. HEX triplet: 19, 43 and 49. RGB value is (25,67,73). Sum of RGB (Red+Green+Blue) = 25+67+73=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #194349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194349 is #E6BCB6. Grayscale: #373737. Windows color (decimal): -15121591 or 4801305. OLE color: 4801305.
HSL color Cylindrical-coordinate representation of color #194349: hue angle of 187.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194349 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 67 | 73 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.71 |
| HSL | 187.5º | 0.49% | 0.19% | - |
| HSV(B) | 187.5º | 0.66% | 0.29% | - |
| XYZ | 3.61 | 4.7 | 7.02 | - |
| YUV | 55.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 73 | 0.66 | 0.08 | 0 | 0.71 | 187.5 | 0.49 | 0.19 |
| Hex | 19 | 43 | 49 | 42 | 8 | 0 | 47 | BC | 31 | 13 |
| Octal | 31 | 103 | 111 | 102 | 10 | 0 | 107 | 274 | 61 | 23 |
| Binary | 11001 | 1000011 | 1001001 | 1000010 | 1000 | 0 | 1000111 | 10111100 | 110001 | 10011 |
Color Harmonies of #194349
Complementary color
Monochromatic Colors of #194349
Black with #194349
Text Example
Text Example
White with #194349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194349; }
p { color: rgb(25,67,73); }
H1.HeaderClassName
{
color: #194349;
}
.AnyTagClassName
{
color: #194349;
}
</style>
background-color css
<style>
a { background-color: #194349; }
a { background-color: rgb(25,67,73); }
div.DivClassName
{
background-color: #194349;
}
.BgClassName
{
background-color: #194349;
}
</style>
border-color css
<style>
span { border-color: #194349; }
span { border-color: rgb(25,67,73); }
td.TdClassName
{
border-color: #194349;
}
.TagClassName
{
border-color: #194349;
}
</style>