Shades of Tiber #194247
Tints of Tiber #194247
RGB
CMYK
RGB Variations
Color information
#194247 (or 0x194247) is known color: Tiber. HEX triplet: 19, 42 and 47. RGB value is (25,66,71). Sum of RGB (Red+Green+Blue) = 25+66+71=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #194247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194247 is #E6BDB8. Grayscale: #363636. Windows color (decimal): -15121849 or 4669977. OLE color: 4669977.
HSL color Cylindrical-coordinate representation of color #194247: hue angle of 186.52º 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 #194247 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 66 | 71 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.72 |
| HSL | 186.52º | 0.48% | 0.19% | - |
| HSV(B) | 186.52º | 0.65% | 0.28% | - |
| XYZ | 3.49 | 4.56 | 6.66 | - |
| YUV | 54.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 71 | 0.65 | 0.07 | 0 | 0.72 | 186.52 | 0.48 | 0.19 |
| Hex | 19 | 42 | 47 | 41 | 7 | 0 | 48 | BB | 30 | 13 |
| Octal | 31 | 102 | 107 | 101 | 7 | 0 | 110 | 273 | 60 | 23 |
| Binary | 11001 | 1000010 | 1000111 | 1000001 | 111 | 0 | 1001000 | 10111011 | 110000 | 10011 |
Color Harmonies of #194247
Complementary color
Monochromatic Colors of #194247
Black with #194247
Text Example
Text Example
White with #194247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194247; }
p { color: rgb(25,66,71); }
H1.HeaderClassName
{
color: #194247;
}
.AnyTagClassName
{
color: #194247;
}
</style>
background-color css
<style>
a { background-color: #194247; }
a { background-color: rgb(25,66,71); }
div.DivClassName
{
background-color: #194247;
}
.BgClassName
{
background-color: #194247;
}
</style>
border-color css
<style>
span { border-color: #194247; }
span { border-color: rgb(25,66,71); }
td.TdClassName
{
border-color: #194247;
}
.TagClassName
{
border-color: #194247;
}
</style>