#1E3A9D

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

Shades of Egyptian Blue #1E3A9D

Tints of Egyptian Blue #1E3A9D

Color information

#1E3A9D (or 0x1E3A9D) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 3A and 9D. RGB value is (30,58,157). Sum of RGB (Red+Green+Blue) = 30+58+157=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E3A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3A9D is #E1C562. Grayscale: #3C3C3C. Windows color (decimal): -14796131 or 10304030. OLE color: 10304030.

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

Color convert

RGB3058157-
CMYK0.810.6300.38
HSL226.77º67.91%36.67%-
HSV(B)226.77º80.89%61.57%-
XYZ8.135.7432.58-
YUV60.91182.22105.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.24%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 157 (61.72% from 255) = 64.08%
R=12.24%
G=23.67%
B=64.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30581570.810.6300.38226.7767.9136.67
Hex1E3A9D513F026e34425
Octal36722351217704634310445
Binary111101110101001110110100011111110100110111000111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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