Shades of Allports #0E7289
Tints of Allports #0E7289
RGB
CMYK
RGB Variations
Color information
#0E7289 (or 0x0E7289) is known color: Allports. HEX triplet: 0E, 72 and 89. RGB value is (14,114,137). Sum of RGB (Red+Green+Blue) = 14+114+137=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E7289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7289 is #F18D76. Grayscale: #565656. Windows color (decimal): -15830391 or 9007630. OLE color: 9007630.
HSL color Cylindrical-coordinate representation of color #0E7289: hue angle of 191.22º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E7289 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 114 | 137 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.46 |
| HSL | 191.22º | 0.81% | 0.3% | - |
| HSV(B) | 191.22º | 0.9% | 0.54% | - |
| XYZ | 10.71 | 13.93 | 25.79 | - |
| YUV | 86.72 | 156.37 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 114 | 137 | 0.90 | 0.17 | 0 | 0.46 | 191.22 | 0.81 | 0.3 |
| Hex | E | 72 | 89 | 5A | 11 | 0 | 2E | BF | 51 | 1E |
| Octal | 16 | 162 | 211 | 132 | 21 | 0 | 56 | 277 | 121 | 36 |
| Binary | 1110 | 1110010 | 10001001 | 1011010 | 10001 | 0 | 101110 | 10111111 | 1010001 | 11110 |
Color Harmonies of #0E7289
Complementary color
Monochromatic Colors of #0E7289
Black with #0E7289
Text Example
Text Example
White with #0E7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7289; }
p { color: rgb(14,114,137); }
H1.HeaderClassName
{
color: #0E7289;
}
.AnyTagClassName
{
color: #0E7289;
}
</style>
background-color css
<style>
a { background-color: #0E7289; }
a { background-color: rgb(14,114,137); }
div.DivClassName
{
background-color: #0E7289;
}
.BgClassName
{
background-color: #0E7289;
}
</style>
border-color css
<style>
span { border-color: #0E7289; }
span { border-color: rgb(14,114,137); }
td.TdClassName
{
border-color: #0E7289;
}
.TagClassName
{
border-color: #0E7289;
}
</style>