#1E328F

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

Shades of Egyptian Blue #1E328F

Tints of Egyptian Blue #1E328F

Color information

#1E328F (or 0x1E328F) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 32 and 8F. RGB value is (30,50,143). Sum of RGB (Red+Green+Blue) = 30+50+143=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #1E328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E328F is #E1CD70. Grayscale: #363636. Windows color (decimal): -14798193 or 9384478. OLE color: 9384478.

HSL color Cylindrical-coordinate representation of color #1E328F: hue angle of 229.38º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E328F is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3050143-
CMYK0.790.6500.44
HSL229.38º65.32%33.92%-
HSV(B)229.38º79.02%56.08%-
XYZ6.634.5426.51-
YUV54.62177.87110.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 143 (56.25% from 255) = 64.13%
R=13.45%
G=22.42%
B=64.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30501430.790.6500.44229.3865.3233.92
Hex1E328F4F4102Ce54122
Octal366221711710105434510142
Binary1111011001010001111100111110000010101100111001011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E328F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,50,143); }

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

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

 a { background-color: rgb(30,50,143); }

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

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

 span { border-color: rgb(30,50,143); }

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