Shades of Tiber #124042
Tints of Tiber #124042
RGB
CMYK
RGB Variations
Color information
#124042 (or 0x124042) is known color: Tiber. HEX triplet: 12, 40 and 42. RGB value is (18,64,66). Sum of RGB (Red+Green+Blue) = 18+64+66=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 66 - color contains mainly: blue. Hex color #124042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124042 is #EDBFBD. Grayscale: #323232. Windows color (decimal): -15581118 or 4341778. OLE color: 4341778.
HSL color Cylindrical-coordinate representation of color #124042: hue angle of 182.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124042 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 64 | 66 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.74 |
| HSL | 182.5º | 0.57% | 0.16% | - |
| HSV(B) | 182.5º | 0.73% | 0.26% | - |
| XYZ | 3.07 | 4.19 | 5.8 | - |
| YUV | 50.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 66 | 0.73 | 0.03 | 0 | 0.74 | 182.5 | 0.57 | 0.16 |
| Hex | 12 | 40 | 42 | 49 | 3 | 0 | 4A | B6 | 39 | 10 |
| Octal | 22 | 100 | 102 | 111 | 3 | 0 | 112 | 266 | 71 | 20 |
| Binary | 10010 | 1000000 | 1000010 | 1001001 | 11 | 0 | 1001010 | 10110110 | 111001 | 10000 |
Color Harmonies of #124042
Complementary color
Monochromatic Colors of #124042
Black with #124042
Text Example
Text Example
White with #124042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124042; }
p { color: rgb(18,64,66); }
H1.HeaderClassName
{
color: #124042;
}
.AnyTagClassName
{
color: #124042;
}
</style>
background-color css
<style>
a { background-color: #124042; }
a { background-color: rgb(18,64,66); }
div.DivClassName
{
background-color: #124042;
}
.BgClassName
{
background-color: #124042;
}
</style>
border-color css
<style>
span { border-color: #124042; }
span { border-color: rgb(18,64,66); }
td.TdClassName
{
border-color: #124042;
}
.TagClassName
{
border-color: #124042;
}
</style>