Shades of Tiber #123E44
Tints of Tiber #123E44
RGB
CMYK
RGB Variations
Color information
#123E44 (or 0x123E44) is known color: Tiber. HEX triplet: 12, 3E and 44. RGB value is (18,62,68). Sum of RGB (Red+Green+Blue) = 18+62+68=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #123E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E44 is #EDC1BB. Grayscale: #313131. Windows color (decimal): -15581628 or 4472338. OLE color: 4472338.
HSL color Cylindrical-coordinate representation of color #123E44: hue angle of 187.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123E44 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 62 | 68 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.73 |
| HSL | 187.2º | 0.58% | 0.17% | - |
| HSV(B) | 187.2º | 0.74% | 0.27% | - |
| XYZ | 3.02 | 3.99 | 6.08 | - |
| YUV | 49.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 68 | 0.74 | 0.09 | 0 | 0.73 | 187.2 | 0.58 | 0.17 |
| Hex | 12 | 3E | 44 | 4A | 9 | 0 | 49 | BB | 3A | 11 |
| Octal | 22 | 76 | 104 | 112 | 11 | 0 | 111 | 273 | 72 | 21 |
| Binary | 10010 | 111110 | 1000100 | 1001010 | 1001 | 0 | 1001001 | 10111011 | 111010 | 10001 |
Color Harmonies of #123E44
Complementary color
Monochromatic Colors of #123E44
Black with #123E44
Text Example
Text Example
White with #123E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E44; }
p { color: rgb(18,62,68); }
H1.HeaderClassName
{
color: #123E44;
}
.AnyTagClassName
{
color: #123E44;
}
</style>
background-color css
<style>
a { background-color: #123E44; }
a { background-color: rgb(18,62,68); }
div.DivClassName
{
background-color: #123E44;
}
.BgClassName
{
background-color: #123E44;
}
</style>
border-color css
<style>
span { border-color: #123E44; }
span { border-color: rgb(18,62,68); }
td.TdClassName
{
border-color: #123E44;
}
.TagClassName
{
border-color: #123E44;
}
</style>