Shades of Tiber #18474E
Tints of Tiber #18474E
RGB
CMYK
RGB Variations
Color information
#18474E (or 0x18474E) is known color: Tiber. HEX triplet: 18, 47 and 4E. RGB value is (24,71,78). Sum of RGB (Red+Green+Blue) = 24+71+78=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #18474E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18474E is #E7B8B1. Grayscale: #393939. Windows color (decimal): -15186098 or 5130008. OLE color: 5130008.
HSL color Cylindrical-coordinate representation of color #18474E: hue angle of 187.78º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18474E is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 71 | 78 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.69 |
| HSL | 187.78º | 0.53% | 0.2% | - |
| HSV(B) | 187.78º | 0.69% | 0.31% | - |
| XYZ | 4.01 | 5.25 | 8.01 | - |
| YUV | 57.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 78 | 0.69 | 0.09 | 0 | 0.69 | 187.78 | 0.53 | 0.2 |
| Hex | 18 | 47 | 4E | 45 | 9 | 0 | 45 | BC | 35 | 14 |
| Octal | 30 | 107 | 116 | 105 | 11 | 0 | 105 | 274 | 65 | 24 |
| Binary | 11000 | 1000111 | 1001110 | 1000101 | 1001 | 0 | 1000101 | 10111100 | 110101 | 10100 |
Color Harmonies of #18474E
Complementary color
Monochromatic Colors of #18474E
Black with #18474E
Text Example
Text Example
White with #18474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18474E; }
p { color: rgb(24,71,78); }
H1.HeaderClassName
{
color: #18474E;
}
.AnyTagClassName
{
color: #18474E;
}
</style>
background-color css
<style>
a { background-color: #18474E; }
a { background-color: rgb(24,71,78); }
div.DivClassName
{
background-color: #18474E;
}
.BgClassName
{
background-color: #18474E;
}
</style>
border-color css
<style>
span { border-color: #18474E; }
span { border-color: rgb(24,71,78); }
td.TdClassName
{
border-color: #18474E;
}
.TagClassName
{
border-color: #18474E;
}
</style>