Shades of Tiber #184A50
Tints of Tiber #184A50
RGB
CMYK
RGB Variations
Color information
#184A50 (or 0x184A50) is known color: Tiber. HEX triplet: 18, 4A and 50. RGB value is (24,74,80). Sum of RGB (Red+Green+Blue) = 24+74+80=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #184A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A50 is #E7B5AF. Grayscale: #3B3B3B. Windows color (decimal): -15185328 or 5261848. OLE color: 5261848.
HSL color Cylindrical-coordinate representation of color #184A50: hue angle of 186.43º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184A50 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 74 | 80 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.69 |
| HSL | 186.43º | 0.54% | 0.2% | - |
| HSV(B) | 186.43º | 0.7% | 0.31% | - |
| XYZ | 4.27 | 5.67 | 8.46 | - |
| YUV | 59.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 80 | 0.70 | 0.08 | 0 | 0.69 | 186.43 | 0.54 | 0.2 |
| Hex | 18 | 4A | 50 | 46 | 8 | 0 | 45 | BA | 36 | 14 |
| Octal | 30 | 112 | 120 | 106 | 10 | 0 | 105 | 272 | 66 | 24 |
| Binary | 11000 | 1001010 | 1010000 | 1000110 | 1000 | 0 | 1000101 | 10111010 | 110110 | 10100 |
Color Harmonies of #184A50
Complementary color
Monochromatic Colors of #184A50
Black with #184A50
Text Example
Text Example
White with #184A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A50; }
p { color: rgb(24,74,80); }
H1.HeaderClassName
{
color: #184A50;
}
.AnyTagClassName
{
color: #184A50;
}
</style>
background-color css
<style>
a { background-color: #184A50; }
a { background-color: rgb(24,74,80); }
div.DivClassName
{
background-color: #184A50;
}
.BgClassName
{
background-color: #184A50;
}
</style>
border-color css
<style>
span { border-color: #184A50; }
span { border-color: rgb(24,74,80); }
td.TdClassName
{
border-color: #184A50;
}
.TagClassName
{
border-color: #184A50;
}
</style>