Shades of Allports #0E6589
Tints of Allports #0E6589
RGB
CMYK
RGB Variations
Color information
#0E6589 (or 0x0E6589) is known color: Allports. HEX triplet: 0E, 65 and 89. RGB value is (14,101,137). Sum of RGB (Red+Green+Blue) = 14+101+137=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E6589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6589 is #F19A76. Grayscale: #4E4E4E. Windows color (decimal): -15833719 or 9004302. OLE color: 9004302.
HSL color Cylindrical-coordinate representation of color #0E6589: hue angle of 197.56º 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 #0E6589 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 101 | 137 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.46 |
| HSL | 197.56º | 0.81% | 0.3% | - |
| HSV(B) | 197.56º | 0.9% | 0.54% | - |
| XYZ | 9.35 | 11.21 | 25.34 | - |
| YUV | 79.09 | 160.68 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 137 | 0.90 | 0.26 | 0 | 0.46 | 197.56 | 0.81 | 0.3 |
| Hex | E | 65 | 89 | 5A | 1A | 0 | 2E | C6 | 51 | 1E |
| Octal | 16 | 145 | 211 | 132 | 32 | 0 | 56 | 306 | 121 | 36 |
| Binary | 1110 | 1100101 | 10001001 | 1011010 | 11010 | 0 | 101110 | 11000110 | 1010001 | 11110 |
Color Harmonies of #0E6589
Complementary color
Monochromatic Colors of #0E6589
Black with #0E6589
Text Example
Text Example
White with #0E6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6589; }
p { color: rgb(14,101,137); }
H1.HeaderClassName
{
color: #0E6589;
}
.AnyTagClassName
{
color: #0E6589;
}
</style>
background-color css
<style>
a { background-color: #0E6589; }
a { background-color: rgb(14,101,137); }
div.DivClassName
{
background-color: #0E6589;
}
.BgClassName
{
background-color: #0E6589;
}
</style>
border-color css
<style>
span { border-color: #0E6589; }
span { border-color: rgb(14,101,137); }
td.TdClassName
{
border-color: #0E6589;
}
.TagClassName
{
border-color: #0E6589;
}
</style>