Shades of Tiber #123F47
Tints of Tiber #123F47
RGB
CMYK
RGB Variations
Color information
#123F47 (or 0x123F47) is known color: Tiber. HEX triplet: 12, 3F and 47. RGB value is (18,63,71). Sum of RGB (Red+Green+Blue) = 18+63+71=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #123F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F47 is #EDC0B8. Grayscale: #323232. Windows color (decimal): -15581369 or 4669202. OLE color: 4669202.
HSL color Cylindrical-coordinate representation of color #123F47: hue angle of 189.06º 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 #123F47 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 63 | 71 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.72 |
| HSL | 189.06º | 0.6% | 0.17% | - |
| HSV(B) | 189.06º | 0.75% | 0.28% | - |
| XYZ | 3.16 | 4.14 | 6.59 | - |
| YUV | 50.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 71 | 0.75 | 0.11 | 0 | 0.72 | 189.06 | 0.6 | 0.17 |
| Hex | 12 | 3F | 47 | 4B | B | 0 | 48 | BD | 3C | 11 |
| Octal | 22 | 77 | 107 | 113 | 13 | 0 | 110 | 275 | 74 | 21 |
| Binary | 10010 | 111111 | 1000111 | 1001011 | 1011 | 0 | 1001000 | 10111101 | 111100 | 10001 |
Color Harmonies of #123F47
Complementary color
Monochromatic Colors of #123F47
Black with #123F47
Text Example
Text Example
White with #123F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F47; }
p { color: rgb(18,63,71); }
H1.HeaderClassName
{
color: #123F47;
}
.AnyTagClassName
{
color: #123F47;
}
</style>
background-color css
<style>
a { background-color: #123F47; }
a { background-color: rgb(18,63,71); }
div.DivClassName
{
background-color: #123F47;
}
.BgClassName
{
background-color: #123F47;
}
</style>
border-color css
<style>
span { border-color: #123F47; }
span { border-color: rgb(18,63,71); }
td.TdClassName
{
border-color: #123F47;
}
.TagClassName
{
border-color: #123F47;
}
</style>