Shades of Allports #0E6494
Tints of Allports #0E6494
RGB
CMYK
RGB Variations
Color information
#0E6494 (or 0x0E6494) is known color: Allports. HEX triplet: 0E, 64 and 94. RGB value is (14,100,148). Sum of RGB (Red+Green+Blue) = 14+100+148=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E6494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6494 is #F19B6B. Grayscale: #4F4F4F. Windows color (decimal): -15833964 or 9724942. OLE color: 9724942.
HSL color Cylindrical-coordinate representation of color #0E6494: hue angle of 201.49º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6494 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 100 | 148 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.42 |
| HSL | 201.49º | 0.83% | 0.32% | - |
| HSV(B) | 201.49º | 0.91% | 0.58% | - |
| XYZ | 10.08 | 11.35 | 29.68 | - |
| YUV | 79.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 100 | 148 | 0.91 | 0.32 | 0 | 0.42 | 201.49 | 0.83 | 0.32 |
| Hex | E | 64 | 94 | 5B | 20 | 0 | 2A | C9 | 53 | 20 |
| Octal | 16 | 144 | 224 | 133 | 40 | 0 | 52 | 311 | 123 | 40 |
| Binary | 1110 | 1100100 | 10010100 | 1011011 | 100000 | 0 | 101010 | 11001001 | 1010011 | 100000 |
Color Harmonies of #0E6494
Complementary color
Monochromatic Colors of #0E6494
Black with #0E6494
Text Example
Text Example
White with #0E6494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6494; }
p { color: rgb(14,100,148); }
H1.HeaderClassName
{
color: #0E6494;
}
.AnyTagClassName
{
color: #0E6494;
}
</style>
background-color css
<style>
a { background-color: #0E6494; }
a { background-color: rgb(14,100,148); }
div.DivClassName
{
background-color: #0E6494;
}
.BgClassName
{
background-color: #0E6494;
}
</style>
border-color css
<style>
span { border-color: #0E6494; }
span { border-color: rgb(14,100,148); }
td.TdClassName
{
border-color: #0E6494;
}
.TagClassName
{
border-color: #0E6494;
}
</style>