Shades of Tiber #153F47
Tints of Tiber #153F47
RGB
CMYK
RGB Variations
Color information
#153F47 (or 0x153F47) is known color: Tiber. HEX triplet: 15, 3F and 47. RGB value is (21,63,71). Sum of RGB (Red+Green+Blue) = 21+63+71=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #153F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F47 is #EAC0B8. Grayscale: #333333. Windows color (decimal): -15384761 or 4669205. OLE color: 4669205.
HSL color Cylindrical-coordinate representation of color #153F47: hue angle of 189.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153F47 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 63 | 71 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.72 |
| HSL | 189.6º | 0.54% | 0.18% | - |
| HSV(B) | 189.6º | 0.7% | 0.28% | - |
| XYZ | 3.22 | 4.17 | 6.6 | - |
| YUV | 51.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 71 | 0.70 | 0.11 | 0 | 0.72 | 189.6 | 0.54 | 0.18 |
| Hex | 15 | 3F | 47 | 46 | B | 0 | 48 | BE | 36 | 12 |
| Octal | 25 | 77 | 107 | 106 | 13 | 0 | 110 | 276 | 66 | 22 |
| Binary | 10101 | 111111 | 1000111 | 1000110 | 1011 | 0 | 1001000 | 10111110 | 110110 | 10010 |
Color Harmonies of #153F47
Complementary color
Monochromatic Colors of #153F47
Black with #153F47
Text Example
Text Example
White with #153F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F47; }
p { color: rgb(21,63,71); }
H1.HeaderClassName
{
color: #153F47;
}
.AnyTagClassName
{
color: #153F47;
}
</style>
background-color css
<style>
a { background-color: #153F47; }
a { background-color: rgb(21,63,71); }
div.DivClassName
{
background-color: #153F47;
}
.BgClassName
{
background-color: #153F47;
}
</style>
border-color css
<style>
span { border-color: #153F47; }
span { border-color: rgb(21,63,71); }
td.TdClassName
{
border-color: #153F47;
}
.TagClassName
{
border-color: #153F47;
}
</style>