Shades of Tiber #123E3F
Tints of Tiber #123E3F
RGB
CMYK
RGB Variations
Color information
#123E3F (or 0x123E3F) is known color: Tiber. HEX triplet: 12, 3E and 3F. RGB value is (18,62,63). Sum of RGB (Red+Green+Blue) = 18+62+63=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #123E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E3F is #EDC1C0. Grayscale: #303030. Windows color (decimal): -15581633 or 4144658. OLE color: 4144658.
HSL color Cylindrical-coordinate representation of color #123E3F: hue angle of 181.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E3F is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 62 | 63 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.75 |
| HSL | 181.33º | 0.56% | 0.16% | - |
| HSV(B) | 181.33º | 0.71% | 0.25% | - |
| XYZ | 2.87 | 3.93 | 5.31 | - |
| YUV | 48.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 63 | 0.71 | 0.02 | 0 | 0.75 | 181.33 | 0.56 | 0.16 |
| Hex | 12 | 3E | 3F | 47 | 2 | 0 | 4B | B5 | 38 | 10 |
| Octal | 22 | 76 | 77 | 107 | 2 | 0 | 113 | 265 | 70 | 20 |
| Binary | 10010 | 111110 | 111111 | 1000111 | 10 | 0 | 1001011 | 10110101 | 111000 | 10000 |
Color Harmonies of #123E3F
Complementary color
Monochromatic Colors of #123E3F
Black with #123E3F
Text Example
Text Example
White with #123E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E3F; }
p { color: rgb(18,62,63); }
H1.HeaderClassName
{
color: #123E3F;
}
.AnyTagClassName
{
color: #123E3F;
}
</style>
background-color css
<style>
a { background-color: #123E3F; }
a { background-color: rgb(18,62,63); }
div.DivClassName
{
background-color: #123E3F;
}
.BgClassName
{
background-color: #123E3F;
}
</style>
border-color css
<style>
span { border-color: #123E3F; }
span { border-color: rgb(18,62,63); }
td.TdClassName
{
border-color: #123E3F;
}
.TagClassName
{
border-color: #123E3F;
}
</style>