Shades of Tiber #184B50
Tints of Tiber #184B50
RGB
CMYK
RGB Variations
Color information
#184B50 (or 0x184B50) is known color: Tiber. HEX triplet: 18, 4B and 50. RGB value is (24,75,80). Sum of RGB (Red+Green+Blue) = 24+75+80=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #184B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B50 is #E7B4AF. Grayscale: #3C3C3C. Windows color (decimal): -15185072 or 5262104. OLE color: 5262104.
HSL color Cylindrical-coordinate representation of color #184B50: hue angle of 185.36º 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 #184B50 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 75 | 80 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.69 |
| HSL | 185.36º | 0.54% | 0.2% | - |
| HSV(B) | 185.36º | 0.7% | 0.31% | - |
| XYZ | 4.34 | 5.81 | 8.48 | - |
| YUV | 60.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 80 | 0.70 | 0.06 | 0 | 0.69 | 185.36 | 0.54 | 0.2 |
| Hex | 18 | 4B | 50 | 46 | 6 | 0 | 45 | B9 | 36 | 14 |
| Octal | 30 | 113 | 120 | 106 | 6 | 0 | 105 | 271 | 66 | 24 |
| Binary | 11000 | 1001011 | 1010000 | 1000110 | 110 | 0 | 1000101 | 10111001 | 110110 | 10100 |
Color Harmonies of #184B50
Complementary color
Monochromatic Colors of #184B50
Black with #184B50
Text Example
Text Example
White with #184B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B50; }
p { color: rgb(24,75,80); }
H1.HeaderClassName
{
color: #184B50;
}
.AnyTagClassName
{
color: #184B50;
}
</style>
background-color css
<style>
a { background-color: #184B50; }
a { background-color: rgb(24,75,80); }
div.DivClassName
{
background-color: #184B50;
}
.BgClassName
{
background-color: #184B50;
}
</style>
border-color css
<style>
span { border-color: #184B50; }
span { border-color: rgb(24,75,80); }
td.TdClassName
{
border-color: #184B50;
}
.TagClassName
{
border-color: #184B50;
}
</style>