Shades of Tiber #15464F
Tints of Tiber #15464F
RGB
CMYK
RGB Variations
Color information
#15464F (or 0x15464F) is known color: Tiber. HEX triplet: 15, 46 and 4F. RGB value is (21,70,79). Sum of RGB (Red+Green+Blue) = 21+70+79=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #15464F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15464F is #EAB9B0. Grayscale: #383838. Windows color (decimal): -15382961 or 5195285. OLE color: 5195285.
HSL color Cylindrical-coordinate representation of color #15464F: hue angle of 189.31º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15464F is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 70 | 79 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.69 |
| HSL | 189.31º | 0.58% | 0.2% | - |
| HSV(B) | 189.31º | 0.73% | 0.31% | - |
| XYZ | 3.91 | 5.1 | 8.18 | - |
| YUV | 56.38 | 140.77 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 79 | 0.73 | 0.11 | 0 | 0.69 | 189.31 | 0.58 | 0.2 |
| Hex | 15 | 46 | 4F | 49 | B | 0 | 45 | BD | 3A | 14 |
| Octal | 25 | 106 | 117 | 111 | 13 | 0 | 105 | 275 | 72 | 24 |
| Binary | 10101 | 1000110 | 1001111 | 1001001 | 1011 | 0 | 1000101 | 10111101 | 111010 | 10100 |
Color Harmonies of #15464F
Complementary color
Monochromatic Colors of #15464F
Black with #15464F
Text Example
Text Example
White with #15464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15464F; }
p { color: rgb(21,70,79); }
H1.HeaderClassName
{
color: #15464F;
}
.AnyTagClassName
{
color: #15464F;
}
</style>
background-color css
<style>
a { background-color: #15464F; }
a { background-color: rgb(21,70,79); }
div.DivClassName
{
background-color: #15464F;
}
.BgClassName
{
background-color: #15464F;
}
</style>
border-color css
<style>
span { border-color: #15464F; }
span { border-color: rgb(21,70,79); }
td.TdClassName
{
border-color: #15464F;
}
.TagClassName
{
border-color: #15464F;
}
</style>