#1E2A9F

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

Shades of Egyptian Blue #1E2A9F

Tints of Egyptian Blue #1E2A9F

Color information

#1E2A9F (or 0x1E2A9F) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 2A and 9F. RGB value is (30,42,159). Sum of RGB (Red+Green+Blue) = 30+42+159=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E2A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2A9F is #E1D560. Grayscale: #333333. Windows color (decimal): -14800225 or 10431006. OLE color: 10431006.

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

Color convert

RGB3042159-
CMYK0.810.7400.38
HSL234.42º68.25%37.06%-
HSV(B)234.42º81.13%62.35%-
XYZ7.624.4433.26-
YUV51.75188.52112.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.99%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 159 (62.5% from 255) = 68.83%
R=12.99%
G=18.18%
B=68.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30421590.810.7400.38234.4268.2537.06
Hex1E2A9F514A026ea4425
Octal365223712111204635210445
Binary1111010101010011111101000110010100100110111010101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,42,159); }

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

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

 a { background-color: rgb(30,42,159); }

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

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

 span { border-color: rgb(30,42,159); }

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