Shades of Tiber #18464B
Tints of Tiber #18464B
RGB
CMYK
RGB Variations
Color information
#18464B (or 0x18464B) is known color: Tiber. HEX triplet: 18, 46 and 4B. RGB value is (24,70,75). Sum of RGB (Red+Green+Blue) = 24+70+75=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #18464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18464B is #E7B9B4. Grayscale: #383838. Windows color (decimal): -15186357 or 4933144. OLE color: 4933144.
HSL color Cylindrical-coordinate representation of color #18464B: hue angle of 185.88º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18464B is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 70 | 75 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.71 |
| HSL | 185.88º | 0.52% | 0.19% | - |
| HSV(B) | 185.88º | 0.68% | 0.29% | - |
| XYZ | 3.84 | 5.08 | 7.44 | - |
| YUV | 56.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 75 | 0.68 | 0.07 | 0 | 0.71 | 185.88 | 0.52 | 0.19 |
| Hex | 18 | 46 | 4B | 44 | 7 | 0 | 47 | BA | 34 | 13 |
| Octal | 30 | 106 | 113 | 104 | 7 | 0 | 107 | 272 | 64 | 23 |
| Binary | 11000 | 1000110 | 1001011 | 1000100 | 111 | 0 | 1000111 | 10111010 | 110100 | 10011 |
Color Harmonies of #18464B
Complementary color
Monochromatic Colors of #18464B
Black with #18464B
Text Example
Text Example
White with #18464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18464B; }
p { color: rgb(24,70,75); }
H1.HeaderClassName
{
color: #18464B;
}
.AnyTagClassName
{
color: #18464B;
}
</style>
background-color css
<style>
a { background-color: #18464B; }
a { background-color: rgb(24,70,75); }
div.DivClassName
{
background-color: #18464B;
}
.BgClassName
{
background-color: #18464B;
}
</style>
border-color css
<style>
span { border-color: #18464B; }
span { border-color: rgb(24,70,75); }
td.TdClassName
{
border-color: #18464B;
}
.TagClassName
{
border-color: #18464B;
}
</style>