Shades of Tiber #124148
Tints of Tiber #124148
RGB
CMYK
RGB Variations
Color information
#124148 (or 0x124148) is known color: Tiber. HEX triplet: 12, 41 and 48. RGB value is (18,65,72). Sum of RGB (Red+Green+Blue) = 18+65+72=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #124148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124148 is #EDBEB7. Grayscale: #333333. Windows color (decimal): -15580856 or 4735250. OLE color: 4735250.
HSL color Cylindrical-coordinate representation of color #124148: hue angle of 187.78º 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 #124148 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 65 | 72 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.72 |
| HSL | 187.78º | 0.6% | 0.18% | - |
| HSV(B) | 187.78º | 0.75% | 0.28% | - |
| XYZ | 3.31 | 4.38 | 6.8 | - |
| YUV | 51.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 72 | 0.75 | 0.10 | 0 | 0.72 | 187.78 | 0.6 | 0.18 |
| Hex | 12 | 41 | 48 | 4B | A | 0 | 48 | BC | 3C | 12 |
| Octal | 22 | 101 | 110 | 113 | 12 | 0 | 110 | 274 | 74 | 22 |
| Binary | 10010 | 1000001 | 1001000 | 1001011 | 1010 | 0 | 1001000 | 10111100 | 111100 | 10010 |
Color Harmonies of #124148
Complementary color
Monochromatic Colors of #124148
Black with #124148
Text Example
Text Example
White with #124148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124148; }
p { color: rgb(18,65,72); }
H1.HeaderClassName
{
color: #124148;
}
.AnyTagClassName
{
color: #124148;
}
</style>
background-color css
<style>
a { background-color: #124148; }
a { background-color: rgb(18,65,72); }
div.DivClassName
{
background-color: #124148;
}
.BgClassName
{
background-color: #124148;
}
</style>
border-color css
<style>
span { border-color: #124148; }
span { border-color: rgb(18,65,72); }
td.TdClassName
{
border-color: #124148;
}
.TagClassName
{
border-color: #124148;
}
</style>