Shades of Tiber #123E45
Tints of Tiber #123E45
RGB
CMYK
RGB Variations
Color information
#123E45 (or 0x123E45) is known color: Tiber. HEX triplet: 12, 3E and 45. RGB value is (18,62,69). Sum of RGB (Red+Green+Blue) = 18+62+69=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 69 - color contains mainly: blue. Hex color #123E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E45 is #EDC1BA. Grayscale: #313131. Windows color (decimal): -15581627 or 4537874. OLE color: 4537874.
HSL color Cylindrical-coordinate representation of color #123E45: hue angle of 188.24º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123E45 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 62 | 69 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.73 |
| HSL | 188.24º | 0.59% | 0.17% | - |
| HSV(B) | 188.24º | 0.74% | 0.27% | - |
| XYZ | 3.05 | 4 | 6.24 | - |
| YUV | 49.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 69 | 0.74 | 0.10 | 0 | 0.73 | 188.24 | 0.59 | 0.17 |
| Hex | 12 | 3E | 45 | 4A | A | 0 | 49 | BC | 3B | 11 |
| Octal | 22 | 76 | 105 | 112 | 12 | 0 | 111 | 274 | 73 | 21 |
| Binary | 10010 | 111110 | 1000101 | 1001010 | 1010 | 0 | 1001001 | 10111100 | 111011 | 10001 |
Color Harmonies of #123E45
Complementary color
Monochromatic Colors of #123E45
Black with #123E45
Text Example
Text Example
White with #123E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E45; }
p { color: rgb(18,62,69); }
H1.HeaderClassName
{
color: #123E45;
}
.AnyTagClassName
{
color: #123E45;
}
</style>
background-color css
<style>
a { background-color: #123E45; }
a { background-color: rgb(18,62,69); }
div.DivClassName
{
background-color: #123E45;
}
.BgClassName
{
background-color: #123E45;
}
</style>
border-color css
<style>
span { border-color: #123E45; }
span { border-color: rgb(18,62,69); }
td.TdClassName
{
border-color: #123E45;
}
.TagClassName
{
border-color: #123E45;
}
</style>