#1E399D

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

Shades of Egyptian Blue #1E399D

Tints of Egyptian Blue #1E399D

Color information

#1E399D (or 0x1E399D) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 39 and 9D. RGB value is (30,57,157). Sum of RGB (Red+Green+Blue) = 30+57+157=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E399D is #E1C662. Grayscale: #3B3B3B. Windows color (decimal): -14796387 or 10303774. OLE color: 10303774.

HSL color Cylindrical-coordinate representation of color #1E399D: hue angle of 227.24º 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 #1E399D is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3057157-
CMYK0.810.6400.38
HSL227.24º67.91%36.67%-
HSV(B)227.24º80.89%61.57%-
XYZ8.085.6432.56-
YUV60.33182.55106.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.30%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 157 (61.72% from 255) = 64.34%
R=12.30%
G=23.36%
B=64.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30571570.810.6400.38227.2467.9136.67
Hex1E399D5140026e34425
Octal367123512110004634310445
Binary1111011100110011101101000110000000100110111000111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,57,157); }

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

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

 a { background-color: rgb(30,57,157); }

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

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

 span { border-color: rgb(30,57,157); }

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