Shades of Tiber #154148
Tints of Tiber #154148
RGB
CMYK
RGB Variations
Color information
#154148 (or 0x154148) is known color: Tiber. HEX triplet: 15, 41 and 48. RGB value is (21,65,72). Sum of RGB (Red+Green+Blue) = 21+65+72=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #154148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154148 is #EABEB7. Grayscale: #343434. Windows color (decimal): -15384248 or 4735253. OLE color: 4735253.
HSL color Cylindrical-coordinate representation of color #154148: hue angle of 188.24º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154148 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 65 | 72 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.72 |
| HSL | 188.24º | 0.55% | 0.18% | - |
| HSV(B) | 188.24º | 0.71% | 0.28% | - |
| XYZ | 3.37 | 4.41 | 6.8 | - |
| YUV | 52.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 72 | 0.71 | 0.10 | 0 | 0.72 | 188.24 | 0.55 | 0.18 |
| Hex | 15 | 41 | 48 | 47 | A | 0 | 48 | BC | 37 | 12 |
| Octal | 25 | 101 | 110 | 107 | 12 | 0 | 110 | 274 | 67 | 22 |
| Binary | 10101 | 1000001 | 1001000 | 1000111 | 1010 | 0 | 1001000 | 10111100 | 110111 | 10010 |
Color Harmonies of #154148
Complementary color
Monochromatic Colors of #154148
Black with #154148
Text Example
Text Example
White with #154148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154148; }
p { color: rgb(21,65,72); }
H1.HeaderClassName
{
color: #154148;
}
.AnyTagClassName
{
color: #154148;
}
</style>
background-color css
<style>
a { background-color: #154148; }
a { background-color: rgb(21,65,72); }
div.DivClassName
{
background-color: #154148;
}
.BgClassName
{
background-color: #154148;
}
</style>
border-color css
<style>
span { border-color: #154148; }
span { border-color: rgb(21,65,72); }
td.TdClassName
{
border-color: #154148;
}
.TagClassName
{
border-color: #154148;
}
</style>