Shades of Tiber #124048
Tints of Tiber #124048
RGB
CMYK
RGB Variations
Color information
#124048 (or 0x124048) is known color: Tiber. HEX triplet: 12, 40 and 48. RGB value is (18,64,72). Sum of RGB (Red+Green+Blue) = 18+64+72=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #124048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124048 is #EDBFB7. Grayscale: #333333. Windows color (decimal): -15581112 or 4734994. OLE color: 4734994.
HSL color Cylindrical-coordinate representation of color #124048: hue angle of 188.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124048 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 64 | 72 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.72 |
| HSL | 188.89º | 0.6% | 0.18% | - |
| HSV(B) | 188.89º | 0.75% | 0.28% | - |
| XYZ | 3.25 | 4.26 | 6.78 | - |
| YUV | 51.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 72 | 0.75 | 0.11 | 0 | 0.72 | 188.89 | 0.6 | 0.18 |
| Hex | 12 | 40 | 48 | 4B | B | 0 | 48 | BD | 3C | 12 |
| Octal | 22 | 100 | 110 | 113 | 13 | 0 | 110 | 275 | 74 | 22 |
| Binary | 10010 | 1000000 | 1001000 | 1001011 | 1011 | 0 | 1001000 | 10111101 | 111100 | 10010 |
Color Harmonies of #124048
Complementary color
Monochromatic Colors of #124048
Black with #124048
Text Example
Text Example
White with #124048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124048; }
p { color: rgb(18,64,72); }
H1.HeaderClassName
{
color: #124048;
}
.AnyTagClassName
{
color: #124048;
}
</style>
background-color css
<style>
a { background-color: #124048; }
a { background-color: rgb(18,64,72); }
div.DivClassName
{
background-color: #124048;
}
.BgClassName
{
background-color: #124048;
}
</style>
border-color css
<style>
span { border-color: #124048; }
span { border-color: rgb(18,64,72); }
td.TdClassName
{
border-color: #124048;
}
.TagClassName
{
border-color: #124048;
}
</style>