Shades of Allports #0E6585
Tints of Allports #0E6585
RGB
CMYK
RGB Variations
Color information
#0E6585 (or 0x0E6585) is known color: Allports. HEX triplet: 0E, 65 and 85. RGB value is (14,101,133). Sum of RGB (Red+Green+Blue) = 14+101+133=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #0E6585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6585 is #F19A7A. Grayscale: #4E4E4E. Windows color (decimal): -15833723 or 8742158. OLE color: 8742158.
HSL color Cylindrical-coordinate representation of color #0E6585: hue angle of 196.13º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E6585 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 101 | 133 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.48 |
| HSL | 196.13º | 0.81% | 0.29% | - |
| HSV(B) | 196.13º | 0.89% | 0.52% | - |
| XYZ | 9.07 | 11.09 | 23.85 | - |
| YUV | 78.64 | 158.68 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 133 | 0.89 | 0.24 | 0 | 0.48 | 196.13 | 0.81 | 0.29 |
| Hex | E | 65 | 85 | 59 | 18 | 0 | 30 | C4 | 51 | 1D |
| Octal | 16 | 145 | 205 | 131 | 30 | 0 | 60 | 304 | 121 | 35 |
| Binary | 1110 | 1100101 | 10000101 | 1011001 | 11000 | 0 | 110000 | 11000100 | 1010001 | 11101 |
Color Harmonies of #0E6585
Complementary color
Monochromatic Colors of #0E6585
Black with #0E6585
Text Example
Text Example
White with #0E6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6585; }
p { color: rgb(14,101,133); }
H1.HeaderClassName
{
color: #0E6585;
}
.AnyTagClassName
{
color: #0E6585;
}
</style>
background-color css
<style>
a { background-color: #0E6585; }
a { background-color: rgb(14,101,133); }
div.DivClassName
{
background-color: #0E6585;
}
.BgClassName
{
background-color: #0E6585;
}
</style>
border-color css
<style>
span { border-color: #0E6585; }
span { border-color: rgb(14,101,133); }
td.TdClassName
{
border-color: #0E6585;
}
.TagClassName
{
border-color: #0E6585;
}
</style>