Shades of Tiber #124147
Tints of Tiber #124147
RGB
CMYK
RGB Variations
Color information
#124147 (or 0x124147) is known color: Tiber. HEX triplet: 12, 41 and 47. RGB value is (18,65,71). Sum of RGB (Red+Green+Blue) = 18+65+71=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #124147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124147 is #EDBEB8. Grayscale: #333333. Windows color (decimal): -15580857 or 4669714. OLE color: 4669714.
HSL color Cylindrical-coordinate representation of color #124147: hue angle of 186.79º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124147 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 65 | 71 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.72 |
| HSL | 186.79º | 0.6% | 0.17% | - |
| HSV(B) | 186.79º | 0.75% | 0.28% | - |
| XYZ | 3.28 | 4.36 | 6.63 | - |
| YUV | 51.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 71 | 0.75 | 0.08 | 0 | 0.72 | 186.79 | 0.6 | 0.17 |
| Hex | 12 | 41 | 47 | 4B | 8 | 0 | 48 | BB | 3C | 11 |
| Octal | 22 | 101 | 107 | 113 | 10 | 0 | 110 | 273 | 74 | 21 |
| Binary | 10010 | 1000001 | 1000111 | 1001011 | 1000 | 0 | 1001000 | 10111011 | 111100 | 10001 |
Color Harmonies of #124147
Complementary color
Monochromatic Colors of #124147
Black with #124147
Text Example
Text Example
White with #124147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124147; }
p { color: rgb(18,65,71); }
H1.HeaderClassName
{
color: #124147;
}
.AnyTagClassName
{
color: #124147;
}
</style>
background-color css
<style>
a { background-color: #124147; }
a { background-color: rgb(18,65,71); }
div.DivClassName
{
background-color: #124147;
}
.BgClassName
{
background-color: #124147;
}
</style>
border-color css
<style>
span { border-color: #124147; }
span { border-color: rgb(18,65,71); }
td.TdClassName
{
border-color: #124147;
}
.TagClassName
{
border-color: #124147;
}
</style>