Shades of Tiber #15464D
Tints of Tiber #15464D
RGB
CMYK
RGB Variations
Color information
#15464D (or 0x15464D) is known color: Tiber. HEX triplet: 15, 46 and 4D. RGB value is (21,70,77). Sum of RGB (Red+Green+Blue) = 21+70+77=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #15464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15464D is #EAB9B2. Grayscale: #383838. Windows color (decimal): -15382963 or 5064213. OLE color: 5064213.
HSL color Cylindrical-coordinate representation of color #15464D: hue angle of 187.5º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15464D is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 70 | 77 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.70 |
| HSL | 187.5º | 0.57% | 0.19% | - |
| HSV(B) | 187.5º | 0.73% | 0.3% | - |
| XYZ | 3.84 | 5.08 | 7.8 | - |
| YUV | 56.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 77 | 0.73 | 0.09 | 0 | 0.70 | 187.5 | 0.57 | 0.19 |
| Hex | 15 | 46 | 4D | 49 | 9 | 0 | 46 | BC | 39 | 13 |
| Octal | 25 | 106 | 115 | 111 | 11 | 0 | 106 | 274 | 71 | 23 |
| Binary | 10101 | 1000110 | 1001101 | 1001001 | 1001 | 0 | 1000110 | 10111100 | 111001 | 10011 |
Color Harmonies of #15464D
Complementary color
Monochromatic Colors of #15464D
Black with #15464D
Text Example
Text Example
White with #15464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15464D; }
p { color: rgb(21,70,77); }
H1.HeaderClassName
{
color: #15464D;
}
.AnyTagClassName
{
color: #15464D;
}
</style>
background-color css
<style>
a { background-color: #15464D; }
a { background-color: rgb(21,70,77); }
div.DivClassName
{
background-color: #15464D;
}
.BgClassName
{
background-color: #15464D;
}
</style>
border-color css
<style>
span { border-color: #15464D; }
span { border-color: rgb(21,70,77); }
td.TdClassName
{
border-color: #15464D;
}
.TagClassName
{
border-color: #15464D;
}
</style>