#1E379B

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

Shades of Egyptian Blue #1E379B

Tints of Egyptian Blue #1E379B

Color information

#1E379B (or 0x1E379B) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 37 and 9B. RGB value is (30,55,155). Sum of RGB (Red+Green+Blue) = 30+55+155=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E379B is #E1C864. Grayscale: #3A3A3A. Windows color (decimal): -14796901 or 10172190. OLE color: 10172190.

HSL color Cylindrical-coordinate representation of color #1E379B: hue angle of 228º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E379B is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3055155-
CMYK0.810.6500.39
HSL228º67.57%36.27%-
HSV(B)228º80.65%60.78%-
XYZ7.825.3731.64-
YUV58.92182.22107.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.5%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 155 (60.94% from 255) = 64.58%
R=12.5%
G=22.92%
B=64.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30551550.810.6500.3922867.5736.27
Hex1E379B5141027e44424
Octal366723312110104734410444
Binary1111011011110011011101000110000010100111111001001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,55,155); }

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

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

 a { background-color: rgb(30,55,155); }

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

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

 span { border-color: rgb(30,55,155); }

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