Shades of Allports #0E618B
Tints of Allports #0E618B
RGB
CMYK
RGB Variations
Color information
#0E618B (or 0x0E618B) is known color: Allports. HEX triplet: 0E, 61 and 8B. RGB value is (14,97,139). Sum of RGB (Red+Green+Blue) = 14+97+139=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E618B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E618B is #F19E74. Grayscale: #4C4C4C. Windows color (decimal): -15834741 or 9134350. OLE color: 9134350.
HSL color Cylindrical-coordinate representation of color #0E618B: hue angle of 200.16º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E618B is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 97 | 139 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.45 |
| HSL | 200.16º | 0.82% | 0.3% | - |
| HSV(B) | 200.16º | 0.9% | 0.55% | - |
| XYZ | 9.12 | 10.51 | 25.97 | - |
| YUV | 76.97 | 163 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 97 | 139 | 0.90 | 0.30 | 0 | 0.45 | 200.16 | 0.82 | 0.3 |
| Hex | E | 61 | 8B | 5A | 1E | 0 | 2D | C8 | 52 | 1E |
| Octal | 16 | 141 | 213 | 132 | 36 | 0 | 55 | 310 | 122 | 36 |
| Binary | 1110 | 1100001 | 10001011 | 1011010 | 11110 | 0 | 101101 | 11001000 | 1010010 | 11110 |
Color Harmonies of #0E618B
Complementary color
Monochromatic Colors of #0E618B
Black with #0E618B
Text Example
Text Example
White with #0E618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E618B; }
p { color: rgb(14,97,139); }
H1.HeaderClassName
{
color: #0E618B;
}
.AnyTagClassName
{
color: #0E618B;
}
</style>
background-color css
<style>
a { background-color: #0E618B; }
a { background-color: rgb(14,97,139); }
div.DivClassName
{
background-color: #0E618B;
}
.BgClassName
{
background-color: #0E618B;
}
</style>
border-color css
<style>
span { border-color: #0E618B; }
span { border-color: rgb(14,97,139); }
td.TdClassName
{
border-color: #0E618B;
}
.TagClassName
{
border-color: #0E618B;
}
</style>