Shades of Tiber #123E47
Tints of Tiber #123E47
RGB
CMYK
RGB Variations
Color information
#123E47 (or 0x123E47) is known color: Tiber. HEX triplet: 12, 3E and 47. RGB value is (18,62,71). Sum of RGB (Red+Green+Blue) = 18+62+71=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 62 (24.61% from 255 or 41.06% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #123E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E47 is #EDC1B8. Grayscale: #313131. Windows color (decimal): -15581625 or 4668946. OLE color: 4668946.
HSL color Cylindrical-coordinate representation of color #123E47: hue angle of 190.19º 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 #123E47 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 62 | 71 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.72 |
| HSL | 190.19º | 0.6% | 0.17% | - |
| HSV(B) | 190.19º | 0.75% | 0.28% | - |
| XYZ | 3.11 | 4.03 | 6.57 | - |
| YUV | 49.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 71 | 0.75 | 0.13 | 0 | 0.72 | 190.19 | 0.6 | 0.17 |
| Hex | 12 | 3E | 47 | 4B | D | 0 | 48 | BE | 3C | 11 |
| Octal | 22 | 76 | 107 | 113 | 15 | 0 | 110 | 276 | 74 | 21 |
| Binary | 10010 | 111110 | 1000111 | 1001011 | 1101 | 0 | 1001000 | 10111110 | 111100 | 10001 |
Color Harmonies of #123E47
Complementary color
Monochromatic Colors of #123E47
Black with #123E47
Text Example
Text Example
White with #123E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E47; }
p { color: rgb(18,62,71); }
H1.HeaderClassName
{
color: #123E47;
}
.AnyTagClassName
{
color: #123E47;
}
</style>
background-color css
<style>
a { background-color: #123E47; }
a { background-color: rgb(18,62,71); }
div.DivClassName
{
background-color: #123E47;
}
.BgClassName
{
background-color: #123E47;
}
</style>
border-color css
<style>
span { border-color: #123E47; }
span { border-color: rgb(18,62,71); }
td.TdClassName
{
border-color: #123E47;
}
.TagClassName
{
border-color: #123E47;
}
</style>