#1e2ea0

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

Shades of Egyptian Blue #1E2EA0

Tints of Egyptian Blue #1E2EA0

Color information

#1E2EA0 (or 0x1E2EA0) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 2E and A0. RGB value is (30,46,160). Sum of RGB (Red+Green+Blue) = 30+46+160=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #1E2EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2EA0 is #E1D15F. Grayscale: #353535. Windows color (decimal): -14799200 or 10497566. OLE color: 10497566.

HSL color Cylindrical-coordinate representation of color #1E2EA0: hue angle of 232.62º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E2EA0 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3046160-
CMYK0.810.7100.37
HSL232.62º68.42%37.25%-
HSV(B)232.62º81.25%62.75%-
XYZ7.864.7733.76-
YUV54.21187.7110.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 160 (62.89% from 255) = 67.80%
R=12.71%
G=19.49%
B=67.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal30461600.810.7100.37232.6268.4237.25
Hex1E2EA05147025e94425
Octal365624012110704535110445
Binary1111010111010100000101000110001110100101111010011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e2ea0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1e2ea0; }

 p { color: rgb(30,46,160); }

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

<style>
 a { background-color: #1e2ea0; }

 a { background-color: rgb(30,46,160); }

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

<style>
 span { border-color: #1e2ea0; }

 span { border-color: rgb(30,46,160); }

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