Shades of Tiber #15464E
Tints of Tiber #15464E
RGB
CMYK
RGB Variations
Color information
#15464E (or 0x15464E) is known color: Tiber. HEX triplet: 15, 46 and 4E. RGB value is (21,70,78). Sum of RGB (Red+Green+Blue) = 21+70+78=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #15464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15464E is #EAB9B1. Grayscale: #383838. Windows color (decimal): -15382962 or 5129749. OLE color: 5129749.
HSL color Cylindrical-coordinate representation of color #15464E: hue angle of 188.42º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15464E is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 70 | 78 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.69 |
| HSL | 188.42º | 0.58% | 0.19% | - |
| HSV(B) | 188.42º | 0.73% | 0.31% | - |
| XYZ | 3.87 | 5.09 | 7.99 | - |
| YUV | 56.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 78 | 0.73 | 0.10 | 0 | 0.69 | 188.42 | 0.58 | 0.19 |
| Hex | 15 | 46 | 4E | 49 | A | 0 | 45 | BC | 3A | 13 |
| Octal | 25 | 106 | 116 | 111 | 12 | 0 | 105 | 274 | 72 | 23 |
| Binary | 10101 | 1000110 | 1001110 | 1001001 | 1010 | 0 | 1000101 | 10111100 | 111010 | 10011 |
Color Harmonies of #15464E
Complementary color
Monochromatic Colors of #15464E
Black with #15464E
Text Example
Text Example
White with #15464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15464E; }
p { color: rgb(21,70,78); }
H1.HeaderClassName
{
color: #15464E;
}
.AnyTagClassName
{
color: #15464E;
}
</style>
background-color css
<style>
a { background-color: #15464E; }
a { background-color: rgb(21,70,78); }
div.DivClassName
{
background-color: #15464E;
}
.BgClassName
{
background-color: #15464E;
}
</style>
border-color css
<style>
span { border-color: #15464E; }
span { border-color: rgb(21,70,78); }
td.TdClassName
{
border-color: #15464E;
}
.TagClassName
{
border-color: #15464E;
}
</style>