Shades of Egyptian Blue #0E40A2
Tints of Egyptian Blue #0E40A2
RGB
CMYK
RGB Variations
Color information
#0E40A2 (or 0x0E40A2) is known color: Egyptian Blue. HEX triplet: 0E, 40 and A2. RGB value is (14,64,162). Sum of RGB (Red+Green+Blue) = 14+64+162=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #0E40A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E40A2 is #F1BF5D. Grayscale: #3B3B3B. Windows color (decimal): -15843166 or 10633230. OLE color: 10633230.
HSL color Cylindrical-coordinate representation of color #0E40A2: hue angle of 219.73º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E40A2 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 64 | 162 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.36 |
| HSL | 219.73º | 0.84% | 0.35% | - |
| HSV(B) | 219.73º | 0.91% | 0.64% | - |
| XYZ | 8.54 | 6.37 | 34.96 | - |
| YUV | 60.22 | 185.44 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 162 | 0.91 | 0.60 | 0 | 0.36 | 219.73 | 0.84 | 0.35 |
| Hex | E | 40 | A2 | 5B | 3C | 0 | 24 | DC | 54 | 23 |
| Octal | 16 | 100 | 242 | 133 | 74 | 0 | 44 | 334 | 124 | 43 |
| Binary | 1110 | 1000000 | 10100010 | 1011011 | 111100 | 0 | 100100 | 11011100 | 1010100 | 100011 |
Color Harmonies of #0E40A2
Complementary color
Monochromatic Colors of #0E40A2
Black with #0E40A2
Text Example
Text Example
White with #0E40A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E40A2; }
p { color: rgb(14,64,162); }
H1.HeaderClassName
{
color: #0E40A2;
}
.AnyTagClassName
{
color: #0E40A2;
}
</style>
background-color css
<style>
a { background-color: #0E40A2; }
a { background-color: rgb(14,64,162); }
div.DivClassName
{
background-color: #0E40A2;
}
.BgClassName
{
background-color: #0E40A2;
}
</style>
border-color css
<style>
span { border-color: #0E40A2; }
span { border-color: rgb(14,64,162); }
td.TdClassName
{
border-color: #0E40A2;
}
.TagClassName
{
border-color: #0E40A2;
}
</style>