Shades of Tiber #123F42
Tints of Tiber #123F42
RGB
CMYK
RGB Variations
Color information
#123F42 (or 0x123F42) is known color: Tiber. HEX triplet: 12, 3F and 42. RGB value is (18,63,66). Sum of RGB (Red+Green+Blue) = 18+63+66=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #123F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F42 is #EDC0BD. Grayscale: #313131. Windows color (decimal): -15581374 or 4341522. OLE color: 4341522.
HSL color Cylindrical-coordinate representation of color #123F42: hue angle of 183.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #123F42 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 63 | 66 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.74 |
| HSL | 183.75º | 0.57% | 0.16% | - |
| HSV(B) | 183.75º | 0.73% | 0.26% | - |
| XYZ | 3.01 | 4.08 | 5.78 | - |
| YUV | 49.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 66 | 0.73 | 0.05 | 0 | 0.74 | 183.75 | 0.57 | 0.16 |
| Hex | 12 | 3F | 42 | 49 | 5 | 0 | 4A | B8 | 39 | 10 |
| Octal | 22 | 77 | 102 | 111 | 5 | 0 | 112 | 270 | 71 | 20 |
| Binary | 10010 | 111111 | 1000010 | 1001001 | 101 | 0 | 1001010 | 10111000 | 111001 | 10000 |
Color Harmonies of #123F42
Complementary color
Monochromatic Colors of #123F42
Black with #123F42
Text Example
Text Example
White with #123F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F42; }
p { color: rgb(18,63,66); }
H1.HeaderClassName
{
color: #123F42;
}
.AnyTagClassName
{
color: #123F42;
}
</style>
background-color css
<style>
a { background-color: #123F42; }
a { background-color: rgb(18,63,66); }
div.DivClassName
{
background-color: #123F42;
}
.BgClassName
{
background-color: #123F42;
}
</style>
border-color css
<style>
span { border-color: #123F42; }
span { border-color: rgb(18,63,66); }
td.TdClassName
{
border-color: #123F42;
}
.TagClassName
{
border-color: #123F42;
}
</style>