Shades of Allports #0E7080
Tints of Allports #0E7080
RGB
CMYK
RGB Variations
Color information
#0E7080 (or 0x0E7080) is known color: Allports. HEX triplet: 0E, 70 and 80. RGB value is (14,112,128). Sum of RGB (Red+Green+Blue) = 14+112+128=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #0E7080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7080 is #F18F7F. Grayscale: #545454. Windows color (decimal): -15830912 or 8417294. OLE color: 8417294.
HSL color Cylindrical-coordinate representation of color #0E7080: hue angle of 188.42º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7080 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 112 | 128 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.50 |
| HSL | 188.42º | 0.8% | 0.28% | - |
| HSV(B) | 188.42º | 0.89% | 0.5% | - |
| XYZ | 9.87 | 13.24 | 22.46 | - |
| YUV | 84.52 | 152.53 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 112 | 128 | 0.89 | 0.12 | 0 | 0.50 | 188.42 | 0.8 | 0.28 |
| Hex | E | 70 | 80 | 59 | C | 0 | 32 | BC | 50 | 1C |
| Octal | 16 | 160 | 200 | 131 | 14 | 0 | 62 | 274 | 120 | 34 |
| Binary | 1110 | 1110000 | 10000000 | 1011001 | 1100 | 0 | 110010 | 10111100 | 1010000 | 11100 |
Color Harmonies of #0E7080
Complementary color
Monochromatic Colors of #0E7080
Black with #0E7080
Text Example
Text Example
White with #0E7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7080; }
p { color: rgb(14,112,128); }
H1.HeaderClassName
{
color: #0E7080;
}
.AnyTagClassName
{
color: #0E7080;
}
</style>
background-color css
<style>
a { background-color: #0E7080; }
a { background-color: rgb(14,112,128); }
div.DivClassName
{
background-color: #0E7080;
}
.BgClassName
{
background-color: #0E7080;
}
</style>
border-color css
<style>
span { border-color: #0E7080; }
span { border-color: rgb(14,112,128); }
td.TdClassName
{
border-color: #0E7080;
}
.TagClassName
{
border-color: #0E7080;
}
</style>