Shades of Tiber #174A50
Tints of Tiber #174A50
RGB
CMYK
RGB Variations
Color information
#174A50 (or 0x174A50) is known color: Tiber. HEX triplet: 17, 4A and 50. RGB value is (23,74,80). Sum of RGB (Red+Green+Blue) = 23+74+80=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #174A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A50 is #E8B5AF. Grayscale: #3B3B3B. Windows color (decimal): -15250864 or 5261847. OLE color: 5261847.
HSL color Cylindrical-coordinate representation of color #174A50: hue angle of 186.32º 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 #174A50 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 74 | 80 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.69 |
| HSL | 186.32º | 0.55% | 0.2% | - |
| HSV(B) | 186.32º | 0.71% | 0.31% | - |
| XYZ | 4.25 | 5.66 | 8.46 | - |
| YUV | 59.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 80 | 0.71 | 0.08 | 0 | 0.69 | 186.32 | 0.55 | 0.2 |
| Hex | 17 | 4A | 50 | 47 | 8 | 0 | 45 | BA | 37 | 14 |
| Octal | 27 | 112 | 120 | 107 | 10 | 0 | 105 | 272 | 67 | 24 |
| Binary | 10111 | 1001010 | 1010000 | 1000111 | 1000 | 0 | 1000101 | 10111010 | 110111 | 10100 |
Color Harmonies of #174A50
Complementary color
Monochromatic Colors of #174A50
Black with #174A50
Text Example
Text Example
White with #174A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A50; }
p { color: rgb(23,74,80); }
H1.HeaderClassName
{
color: #174A50;
}
.AnyTagClassName
{
color: #174A50;
}
</style>
background-color css
<style>
a { background-color: #174A50; }
a { background-color: rgb(23,74,80); }
div.DivClassName
{
background-color: #174A50;
}
.BgClassName
{
background-color: #174A50;
}
</style>
border-color css
<style>
span { border-color: #174A50; }
span { border-color: rgb(23,74,80); }
td.TdClassName
{
border-color: #174A50;
}
.TagClassName
{
border-color: #174A50;
}
</style>