#1E369B

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

Shades of Egyptian Blue #1E369B

Tints of Egyptian Blue #1E369B

Color information

#1E369B (or 0x1E369B) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 36 and 9B. RGB value is (30,54,155). Sum of RGB (Red+Green+Blue) = 30+54+155=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E369B is #E1C964. Grayscale: #393939. Windows color (decimal): -14797157 or 10171934. OLE color: 10171934.

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

Color convert

RGB3054155-
CMYK0.810.6500.39
HSL228.48º67.57%36.27%-
HSV(B)228.48º80.65%60.78%-
XYZ7.775.2831.62-
YUV58.34182.55107.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.55%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 155 (60.94% from 255) = 64.85%
R=12.55%
G=22.59%
B=64.85%

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
Decimal30541550.810.6500.39228.4867.5736.27
Hex1E369B5141027e44424
Octal366623312110104734410444
Binary1111011011010011011101000110000010100111111001001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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