Shades of Tiber #103E47
Tints of Tiber #103E47
RGB
CMYK
RGB Variations
Color information
#103E47 (or 0x103E47) is known color: Tiber. HEX triplet: 10, 3E and 47. RGB value is (16,62,71). Sum of RGB (Red+Green+Blue) = 16+62+71=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #103E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E47 is #EFC1B8. Grayscale: #313131. Windows color (decimal): -15712697 or 4668944. OLE color: 4668944.
HSL color Cylindrical-coordinate representation of color #103E47: hue angle of 189.82º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #103E47 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 62 | 71 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.72 |
| HSL | 189.82º | 0.63% | 0.17% | - |
| HSV(B) | 189.82º | 0.77% | 0.28% | - |
| XYZ | 3.07 | 4.01 | 6.57 | - |
| YUV | 49.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 71 | 0.77 | 0.13 | 0 | 0.72 | 189.82 | 0.63 | 0.17 |
| Hex | 10 | 3E | 47 | 4D | D | 0 | 48 | BE | 3F | 11 |
| Octal | 20 | 76 | 107 | 115 | 15 | 0 | 110 | 276 | 77 | 21 |
| Binary | 10000 | 111110 | 1000111 | 1001101 | 1101 | 0 | 1001000 | 10111110 | 111111 | 10001 |
Color Harmonies of #103E47
Complementary color
Monochromatic Colors of #103E47
Black with #103E47
Text Example
Text Example
White with #103E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E47; }
p { color: rgb(16,62,71); }
H1.HeaderClassName
{
color: #103E47;
}
.AnyTagClassName
{
color: #103E47;
}
</style>
background-color css
<style>
a { background-color: #103E47; }
a { background-color: rgb(16,62,71); }
div.DivClassName
{
background-color: #103E47;
}
.BgClassName
{
background-color: #103E47;
}
</style>
border-color css
<style>
span { border-color: #103E47; }
span { border-color: rgb(16,62,71); }
td.TdClassName
{
border-color: #103E47;
}
.TagClassName
{
border-color: #103E47;
}
</style>