Shades of Tiber #123F43
Tints of Tiber #123F43
RGB
CMYK
RGB Variations
Color information
#123F43 (or 0x123F43) is known color: Tiber. HEX triplet: 12, 3F and 43. RGB value is (18,63,67). Sum of RGB (Red+Green+Blue) = 18+63+67=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #123F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F43 is #EDC0BC. Grayscale: #313131. Windows color (decimal): -15581373 or 4407058. OLE color: 4407058.
HSL color Cylindrical-coordinate representation of color #123F43: hue angle of 184.9º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #123F43 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 63 | 67 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.74 |
| HSL | 184.9º | 0.58% | 0.17% | - |
| HSV(B) | 184.9º | 0.73% | 0.26% | - |
| XYZ | 3.04 | 4.09 | 5.94 | - |
| YUV | 50 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 67 | 0.73 | 0.06 | 0 | 0.74 | 184.9 | 0.58 | 0.17 |
| Hex | 12 | 3F | 43 | 49 | 6 | 0 | 4A | B9 | 3A | 11 |
| Octal | 22 | 77 | 103 | 111 | 6 | 0 | 112 | 271 | 72 | 21 |
| Binary | 10010 | 111111 | 1000011 | 1001001 | 110 | 0 | 1001010 | 10111001 | 111010 | 10001 |
Color Harmonies of #123F43
Complementary color
Monochromatic Colors of #123F43
Black with #123F43
Text Example
Text Example
White with #123F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F43; }
p { color: rgb(18,63,67); }
H1.HeaderClassName
{
color: #123F43;
}
.AnyTagClassName
{
color: #123F43;
}
</style>
background-color css
<style>
a { background-color: #123F43; }
a { background-color: rgb(18,63,67); }
div.DivClassName
{
background-color: #123F43;
}
.BgClassName
{
background-color: #123F43;
}
</style>
border-color css
<style>
span { border-color: #123F43; }
span { border-color: rgb(18,63,67); }
td.TdClassName
{
border-color: #123F43;
}
.TagClassName
{
border-color: #123F43;
}
</style>