Shades of Tiber #174850
Tints of Tiber #174850
RGB
CMYK
RGB Variations
Color information
#174850 (or 0x174850) is known color: Tiber. HEX triplet: 17, 48 and 50. RGB value is (23,72,80). Sum of RGB (Red+Green+Blue) = 23+72+80=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #174850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174850 is #E8B7AF. Grayscale: #3A3A3A. Windows color (decimal): -15251376 or 5261335. OLE color: 5261335.
HSL color Cylindrical-coordinate representation of color #174850: hue angle of 188.42º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #174850 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 72 | 80 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.69 |
| HSL | 188.42º | 0.55% | 0.2% | - |
| HSV(B) | 188.42º | 0.71% | 0.31% | - |
| XYZ | 4.12 | 5.4 | 8.41 | - |
| YUV | 58.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 80 | 0.71 | 0.10 | 0 | 0.69 | 188.42 | 0.55 | 0.2 |
| Hex | 17 | 48 | 50 | 47 | A | 0 | 45 | BC | 37 | 14 |
| Octal | 27 | 110 | 120 | 107 | 12 | 0 | 105 | 274 | 67 | 24 |
| Binary | 10111 | 1001000 | 1010000 | 1000111 | 1010 | 0 | 1000101 | 10111100 | 110111 | 10100 |
Color Harmonies of #174850
Complementary color
Monochromatic Colors of #174850
Black with #174850
Text Example
Text Example
White with #174850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174850; }
p { color: rgb(23,72,80); }
H1.HeaderClassName
{
color: #174850;
}
.AnyTagClassName
{
color: #174850;
}
</style>
background-color css
<style>
a { background-color: #174850; }
a { background-color: rgb(23,72,80); }
div.DivClassName
{
background-color: #174850;
}
.BgClassName
{
background-color: #174850;
}
</style>
border-color css
<style>
span { border-color: #174850; }
span { border-color: rgb(23,72,80); }
td.TdClassName
{
border-color: #174850;
}
.TagClassName
{
border-color: #174850;
}
</style>