#1E389B

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

Shades of Egyptian Blue #1E389B

Tints of Egyptian Blue #1E389B

Color information

#1E389B (or 0x1E389B) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 38 and 9B. RGB value is (30,56,155). Sum of RGB (Red+Green+Blue) = 30+56+155=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E389B is #E1C764. Grayscale: #3B3B3B. Windows color (decimal): -14796645 or 10172446. OLE color: 10172446.

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

Color convert

RGB3056155-
CMYK0.810.6400.39
HSL227.52º67.57%36.27%-
HSV(B)227.52º80.65%60.78%-
XYZ7.875.4731.65-
YUV59.51181.89106.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 155 (60.94% from 255) = 64.32%
R=12.45%
G=23.24%
B=64.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30561550.810.6400.39227.5267.5736.27
Hex1E389B5140027e44424
Octal367023312110004734410444
Binary1111011100010011011101000110000000100111111001001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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