Shades of Tiber #123A39
Tints of Tiber #123A39
RGB
CMYK
RGB Variations
Color information
#123A39 (or 0x123A39) is known color: Tiber. HEX triplet: 12, 3A and 39. RGB value is (18,58,57). Sum of RGB (Red+Green+Blue) = 18+58+57=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 58 - color contains mainly: green. Hex color #123A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A39 is #EDC5C6. Grayscale: #2D2D2D. Windows color (decimal): -15582663 or 3750418. OLE color: 3750418.
HSL color Cylindrical-coordinate representation of color #123A39: hue angle of 178.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123A39 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 58 | 57 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.77 |
| HSL | 178.5º | 0.53% | 0.15% | - |
| HSV(B) | 178.5º | 0.69% | 0.23% | - |
| XYZ | 2.5 | 3.45 | 4.41 | - |
| YUV | 45.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 57 | 0.69 | 0 | 0.02 | 0.77 | 178.5 | 0.53 | 0.15 |
| Hex | 12 | 3A | 39 | 45 | 0 | 2 | 4D | B2 | 35 | F |
| Octal | 22 | 72 | 71 | 105 | 0 | 2 | 115 | 262 | 65 | 17 |
| Binary | 10010 | 111010 | 111001 | 1000101 | 0 | 10 | 1001101 | 10110010 | 110101 | 1111 |
Color Harmonies of #123A39
Complementary color
Monochromatic Colors of #123A39
Black with #123A39
Text Example
Text Example
White with #123A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A39; }
p { color: rgb(18,58,57); }
H1.HeaderClassName
{
color: #123A39;
}
.AnyTagClassName
{
color: #123A39;
}
</style>
background-color css
<style>
a { background-color: #123A39; }
a { background-color: rgb(18,58,57); }
div.DivClassName
{
background-color: #123A39;
}
.BgClassName
{
background-color: #123A39;
}
</style>
border-color css
<style>
span { border-color: #123A39; }
span { border-color: rgb(18,58,57); }
td.TdClassName
{
border-color: #123A39;
}
.TagClassName
{
border-color: #123A39;
}
</style>