Shades of Allports #0E6889
Tints of Allports #0E6889
RGB
CMYK
RGB Variations
Color information
#0E6889 (or 0x0E6889) is known color: Allports. HEX triplet: 0E, 68 and 89. RGB value is (14,104,137). Sum of RGB (Red+Green+Blue) = 14+104+137=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E6889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6889 is #F19776. Grayscale: #505050. Windows color (decimal): -15832951 or 9005070. OLE color: 9005070.
HSL color Cylindrical-coordinate representation of color #0E6889: hue angle of 196.1º 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 #0E6889 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 104 | 137 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.46 |
| HSL | 196.1º | 0.81% | 0.3% | - |
| HSV(B) | 196.1º | 0.9% | 0.54% | - |
| XYZ | 9.65 | 11.8 | 25.44 | - |
| YUV | 80.85 | 159.68 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 137 | 0.90 | 0.24 | 0 | 0.46 | 196.1 | 0.81 | 0.3 |
| Hex | E | 68 | 89 | 5A | 18 | 0 | 2E | C4 | 51 | 1E |
| Octal | 16 | 150 | 211 | 132 | 30 | 0 | 56 | 304 | 121 | 36 |
| Binary | 1110 | 1101000 | 10001001 | 1011010 | 11000 | 0 | 101110 | 11000100 | 1010001 | 11110 |
Color Harmonies of #0E6889
Complementary color
Monochromatic Colors of #0E6889
Black with #0E6889
Text Example
Text Example
White with #0E6889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6889; }
p { color: rgb(14,104,137); }
H1.HeaderClassName
{
color: #0E6889;
}
.AnyTagClassName
{
color: #0E6889;
}
</style>
background-color css
<style>
a { background-color: #0E6889; }
a { background-color: rgb(14,104,137); }
div.DivClassName
{
background-color: #0E6889;
}
.BgClassName
{
background-color: #0E6889;
}
</style>
border-color css
<style>
span { border-color: #0E6889; }
span { border-color: rgb(14,104,137); }
td.TdClassName
{
border-color: #0E6889;
}
.TagClassName
{
border-color: #0E6889;
}
</style>