Shades of Tiber #123E41
Tints of Tiber #123E41
RGB
CMYK
RGB Variations
Color information
#123E41 (or 0x123E41) is known color: Tiber. HEX triplet: 12, 3E and 41. RGB value is (18,62,65). Sum of RGB (Red+Green+Blue) = 18+62+65=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #123E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E41 is #EDC1BE. Grayscale: #313131. Windows color (decimal): -15581631 or 4275730. OLE color: 4275730.
HSL color Cylindrical-coordinate representation of color #123E41: hue angle of 183.83º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123E41 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 62 | 65 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.75 |
| HSL | 183.83º | 0.57% | 0.16% | - |
| HSV(B) | 183.83º | 0.72% | 0.25% | - |
| XYZ | 2.93 | 3.96 | 5.61 | - |
| YUV | 49.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 65 | 0.72 | 0.05 | 0 | 0.75 | 183.83 | 0.57 | 0.16 |
| Hex | 12 | 3E | 41 | 48 | 5 | 0 | 4B | B8 | 39 | 10 |
| Octal | 22 | 76 | 101 | 110 | 5 | 0 | 113 | 270 | 71 | 20 |
| Binary | 10010 | 111110 | 1000001 | 1001000 | 101 | 0 | 1001011 | 10111000 | 111001 | 10000 |
Color Harmonies of #123E41
Complementary color
Monochromatic Colors of #123E41
Black with #123E41
Text Example
Text Example
White with #123E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E41; }
p { color: rgb(18,62,65); }
H1.HeaderClassName
{
color: #123E41;
}
.AnyTagClassName
{
color: #123E41;
}
</style>
background-color css
<style>
a { background-color: #123E41; }
a { background-color: rgb(18,62,65); }
div.DivClassName
{
background-color: #123E41;
}
.BgClassName
{
background-color: #123E41;
}
</style>
border-color css
<style>
span { border-color: #123E41; }
span { border-color: rgb(18,62,65); }
td.TdClassName
{
border-color: #123E41;
}
.TagClassName
{
border-color: #123E41;
}
</style>