Shades of Tiber #0E3B40
Tints of Tiber #0E3B40
RGB
CMYK
RGB Variations
Color information
#0E3B40 (or 0x0E3B40) is known color: Tiber. HEX triplet: 0E, 3B and 40. RGB value is (14,59,64). Sum of RGB (Red+Green+Blue) = 14+59+64=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #0E3B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B40 is #F1C4BF. Grayscale: #2E2E2E. Windows color (decimal): -15844544 or 4209422. OLE color: 4209422.
HSL color Cylindrical-coordinate representation of color #0E3B40: hue angle of 186º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E3B40 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 59 | 64 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.75 |
| HSL | 186º | 0.64% | 0.15% | - |
| HSV(B) | 186º | 0.78% | 0.25% | - |
| XYZ | 2.67 | 3.59 | 5.4 | - |
| YUV | 46.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 59 | 64 | 0.78 | 0.08 | 0 | 0.75 | 186 | 0.64 | 0.15 |
| Hex | E | 3B | 40 | 4E | 8 | 0 | 4B | BA | 40 | F |
| Octal | 16 | 73 | 100 | 116 | 10 | 0 | 113 | 272 | 100 | 17 |
| Binary | 1110 | 111011 | 1000000 | 1001110 | 1000 | 0 | 1001011 | 10111010 | 1000000 | 1111 |
Color Harmonies of #0E3B40
Complementary color
Monochromatic Colors of #0E3B40
Black with #0E3B40
Text Example
Text Example
White with #0E3B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3B40; }
p { color: rgb(14,59,64); }
H1.HeaderClassName
{
color: #0E3B40;
}
.AnyTagClassName
{
color: #0E3B40;
}
</style>
background-color css
<style>
a { background-color: #0E3B40; }
a { background-color: rgb(14,59,64); }
div.DivClassName
{
background-color: #0E3B40;
}
.BgClassName
{
background-color: #0E3B40;
}
</style>
border-color css
<style>
span { border-color: #0E3B40; }
span { border-color: rgb(14,59,64); }
td.TdClassName
{
border-color: #0E3B40;
}
.TagClassName
{
border-color: #0E3B40;
}
</style>