Shades of Allports #0E6493
Tints of Allports #0E6493
RGB
CMYK
RGB Variations
Color information
#0E6493 (or 0x0E6493) is known color: Allports. HEX triplet: 0E, 64 and 93. RGB value is (14,100,147). Sum of RGB (Red+Green+Blue) = 14+100+147=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E6493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6493 is #F19B6C. Grayscale: #4F4F4F. Windows color (decimal): -15833965 or 9659406. OLE color: 9659406.
HSL color Cylindrical-coordinate representation of color #0E6493: hue angle of 201.2º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E6493 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 100 | 147 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.42 |
| HSL | 201.2º | 0.83% | 0.32% | - |
| HSV(B) | 201.2º | 0.9% | 0.58% | - |
| XYZ | 10 | 11.31 | 29.26 | - |
| YUV | 79.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 100 | 147 | 0.90 | 0.32 | 0 | 0.42 | 201.2 | 0.83 | 0.32 |
| Hex | E | 64 | 93 | 5A | 20 | 0 | 2A | C9 | 53 | 20 |
| Octal | 16 | 144 | 223 | 132 | 40 | 0 | 52 | 311 | 123 | 40 |
| Binary | 1110 | 1100100 | 10010011 | 1011010 | 100000 | 0 | 101010 | 11001001 | 1010011 | 100000 |
Color Harmonies of #0E6493
Complementary color
Monochromatic Colors of #0E6493
Black with #0E6493
Text Example
Text Example
White with #0E6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6493; }
p { color: rgb(14,100,147); }
H1.HeaderClassName
{
color: #0E6493;
}
.AnyTagClassName
{
color: #0E6493;
}
</style>
background-color css
<style>
a { background-color: #0E6493; }
a { background-color: rgb(14,100,147); }
div.DivClassName
{
background-color: #0E6493;
}
.BgClassName
{
background-color: #0E6493;
}
</style>
border-color css
<style>
span { border-color: #0E6493; }
span { border-color: rgb(14,100,147); }
td.TdClassName
{
border-color: #0E6493;
}
.TagClassName
{
border-color: #0E6493;
}
</style>