Shades of Tiber #194647
Tints of Tiber #194647
RGB
CMYK
RGB Variations
Color information
#194647 (or 0x194647) is known color: Tiber. HEX triplet: 19, 46 and 47. RGB value is (25,70,71). Sum of RGB (Red+Green+Blue) = 25+70+71=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 71 - color contains mainly: blue. Hex color #194647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194647 is #E6B9B8. Grayscale: #383838. Windows color (decimal): -15120825 or 4671001. OLE color: 4671001.
HSL color Cylindrical-coordinate representation of color #194647: hue angle of 181.3º 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 #194647 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 70 | 71 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.72 |
| HSL | 181.3º | 0.48% | 0.19% | - |
| HSV(B) | 181.3º | 0.65% | 0.28% | - |
| XYZ | 3.73 | 5.04 | 6.74 | - |
| YUV | 56.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 71 | 0.65 | 0.01 | 0 | 0.72 | 181.3 | 0.48 | 0.19 |
| Hex | 19 | 46 | 47 | 41 | 1 | 0 | 48 | B5 | 30 | 13 |
| Octal | 31 | 106 | 107 | 101 | 1 | 0 | 110 | 265 | 60 | 23 |
| Binary | 11001 | 1000110 | 1000111 | 1000001 | 1 | 0 | 1001000 | 10110101 | 110000 | 10011 |
Color Harmonies of #194647
Complementary color
Monochromatic Colors of #194647
Black with #194647
Text Example
Text Example
White with #194647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194647; }
p { color: rgb(25,70,71); }
H1.HeaderClassName
{
color: #194647;
}
.AnyTagClassName
{
color: #194647;
}
</style>
background-color css
<style>
a { background-color: #194647; }
a { background-color: rgb(25,70,71); }
div.DivClassName
{
background-color: #194647;
}
.BgClassName
{
background-color: #194647;
}
</style>
border-color css
<style>
span { border-color: #194647; }
span { border-color: rgb(25,70,71); }
td.TdClassName
{
border-color: #194647;
}
.TagClassName
{
border-color: #194647;
}
</style>