Shades of Tiber #154246
Tints of Tiber #154246
RGB
CMYK
RGB Variations
Color information
#154246 (or 0x154246) is known color: Tiber. HEX triplet: 15, 42 and 46. RGB value is (21,66,70). Sum of RGB (Red+Green+Blue) = 21+66+70=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #154246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154246 is #EABDB9. Grayscale: #343434. Windows color (decimal): -15383994 or 4604437. OLE color: 4604437.
HSL color Cylindrical-coordinate representation of color #154246: hue angle of 184.9º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154246 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 66 | 70 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.73 |
| HSL | 184.9º | 0.54% | 0.18% | - |
| HSV(B) | 184.9º | 0.7% | 0.27% | - |
| XYZ | 3.36 | 4.5 | 6.49 | - |
| YUV | 53 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 70 | 0.70 | 0.06 | 0 | 0.73 | 184.9 | 0.54 | 0.18 |
| Hex | 15 | 42 | 46 | 46 | 6 | 0 | 49 | B9 | 36 | 12 |
| Octal | 25 | 102 | 106 | 106 | 6 | 0 | 111 | 271 | 66 | 22 |
| Binary | 10101 | 1000010 | 1000110 | 1000110 | 110 | 0 | 1001001 | 10111001 | 110110 | 10010 |
Color Harmonies of #154246
Complementary color
Monochromatic Colors of #154246
Black with #154246
Text Example
Text Example
White with #154246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154246; }
p { color: rgb(21,66,70); }
H1.HeaderClassName
{
color: #154246;
}
.AnyTagClassName
{
color: #154246;
}
</style>
background-color css
<style>
a { background-color: #154246; }
a { background-color: rgb(21,66,70); }
div.DivClassName
{
background-color: #154246;
}
.BgClassName
{
background-color: #154246;
}
</style>
border-color css
<style>
span { border-color: #154246; }
span { border-color: rgb(21,66,70); }
td.TdClassName
{
border-color: #154246;
}
.TagClassName
{
border-color: #154246;
}
</style>