#0E2AA9

Color #0E2AA9 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0E2AA9

Tints of Egyptian Blue #0E2AA9

Color information

#0E2AA9 (or 0x0E2AA9) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 2A and A9. RGB value is (14,42,169). Sum of RGB (Red+Green+Blue) = 14+42+169=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 169 (66.41% from 255 or 75.11% from 225); Max value from RGB is 169 - color contains mainly: blue. Hex color #0E2AA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2AA9 is #F1D556. Grayscale: #2F2F2F. Windows color (decimal): -15848791 or 11086350. OLE color: 11086350.

HSL color Cylindrical-coordinate representation of color #0E2AA9: hue angle of 229.16º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E2AA9 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1442169-
CMYK0.920.7500.34
HSL229.16º84.7%35.88%-
HSV(B)229.16º91.72%66.27%-
XYZ8.174.6138-
YUV48.11196.22103.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 6.22%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 169 (66.41% from 255) = 75.11%
R=6.22%
G=18.67%
B=75.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14421690.920.7500.34229.1684.735.88
HexE2AA95C4B022e55524
Octal165225113411304234512544
Binary111010101010101001101110010010110100010111001011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E2AA9; }

 p { color: rgb(14,42,169); }

 H1.HeaderClassName
 {
   color: #0E2AA9;
 }
 .AnyTagClassName
 {
   color: #0E2AA9;
 }
</style>
background-color css

<style>
 a { background-color: #0E2AA9; }

 a { background-color: rgb(14,42,169); }

 div.DivClassName
 {
   background-color: #0E2AA9;
 }
 .BgClassName
 {
   background-color: #0E2AA9;
 }
</style>
border-color css

<style>
 span { border-color: #0E2AA9; }

 span { border-color: rgb(14,42,169); }

 td.TdClassName
 {
   border-color: #0E2AA9;
 }
 .TagClassName
 {
   border-color: #0E2AA9;
 }
</style>