Shades of Tiber #123F48
Tints of Tiber #123F48
RGB
CMYK
RGB Variations
Color information
#123F48 (or 0x123F48) is known color: Tiber. HEX triplet: 12, 3F and 48. RGB value is (18,63,72). Sum of RGB (Red+Green+Blue) = 18+63+72=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #123F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F48 is #EDC0B7. Grayscale: #323232. Windows color (decimal): -15581368 or 4734738. OLE color: 4734738.
HSL color Cylindrical-coordinate representation of color #123F48: hue angle of 190º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123F48 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 63 | 72 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.72 |
| HSL | 190º | 0.6% | 0.18% | - |
| HSV(B) | 190º | 0.75% | 0.28% | - |
| XYZ | 3.2 | 4.15 | 6.76 | - |
| YUV | 50.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 72 | 0.75 | 0.12 | 0 | 0.72 | 190 | 0.6 | 0.18 |
| Hex | 12 | 3F | 48 | 4B | C | 0 | 48 | BE | 3C | 12 |
| Octal | 22 | 77 | 110 | 113 | 14 | 0 | 110 | 276 | 74 | 22 |
| Binary | 10010 | 111111 | 1001000 | 1001011 | 1100 | 0 | 1001000 | 10111110 | 111100 | 10010 |
Color Harmonies of #123F48
Complementary color
Monochromatic Colors of #123F48
Black with #123F48
Text Example
Text Example
White with #123F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F48; }
p { color: rgb(18,63,72); }
H1.HeaderClassName
{
color: #123F48;
}
.AnyTagClassName
{
color: #123F48;
}
</style>
background-color css
<style>
a { background-color: #123F48; }
a { background-color: rgb(18,63,72); }
div.DivClassName
{
background-color: #123F48;
}
.BgClassName
{
background-color: #123F48;
}
</style>
border-color css
<style>
span { border-color: #123F48; }
span { border-color: rgb(18,63,72); }
td.TdClassName
{
border-color: #123F48;
}
.TagClassName
{
border-color: #123F48;
}
</style>