Shades of Tiber #194347
Tints of Tiber #194347
RGB
CMYK
RGB Variations
Color information
#194347 (or 0x194347) is known color: Tiber. HEX triplet: 19, 43 and 47. RGB value is (25,67,71). Sum of RGB (Red+Green+Blue) = 25+67+71=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #194347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194347 is #E6BCB8. Grayscale: #363636. Windows color (decimal): -15121593 or 4670233. OLE color: 4670233.
HSL color Cylindrical-coordinate representation of color #194347: hue angle of 185.22º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194347 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 67 | 71 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.72 |
| HSL | 185.22º | 0.48% | 0.19% | - |
| HSV(B) | 185.22º | 0.65% | 0.28% | - |
| XYZ | 3.55 | 4.68 | 6.68 | - |
| YUV | 54.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 71 | 0.65 | 0.06 | 0 | 0.72 | 185.22 | 0.48 | 0.19 |
| Hex | 19 | 43 | 47 | 41 | 6 | 0 | 48 | B9 | 30 | 13 |
| Octal | 31 | 103 | 107 | 101 | 6 | 0 | 110 | 271 | 60 | 23 |
| Binary | 11001 | 1000011 | 1000111 | 1000001 | 110 | 0 | 1001000 | 10111001 | 110000 | 10011 |
Color Harmonies of #194347
Complementary color
Monochromatic Colors of #194347
Black with #194347
Text Example
Text Example
White with #194347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194347; }
p { color: rgb(25,67,71); }
H1.HeaderClassName
{
color: #194347;
}
.AnyTagClassName
{
color: #194347;
}
</style>
background-color css
<style>
a { background-color: #194347; }
a { background-color: rgb(25,67,71); }
div.DivClassName
{
background-color: #194347;
}
.BgClassName
{
background-color: #194347;
}
</style>
border-color css
<style>
span { border-color: #194347; }
span { border-color: rgb(25,67,71); }
td.TdClassName
{
border-color: #194347;
}
.TagClassName
{
border-color: #194347;
}
</style>