#1E2C96

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

Shades of Egyptian Blue #1E2C96

Tints of Egyptian Blue #1E2C96

Color information

#1E2C96 (or 0x1E2C96) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 2C and 96. RGB value is (30,44,150). Sum of RGB (Red+Green+Blue) = 30+44+150=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #1E2C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2C96 is #E1D369. Grayscale: #333333. Windows color (decimal): -14799722 or 9841694. OLE color: 9841694.

HSL color Cylindrical-coordinate representation of color #1E2C96: hue angle of 233º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E2C96 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3044150-
CMYK0.800.7100.41
HSL233º66.67%35.29%-
HSV(B)233º80%58.82%-
XYZ6.944.2829.31-
YUV51.9183.36112.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.39%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=13.39%
G=19.64%
B=66.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal30441500.800.7100.4123366.6735.29
Hex1E2C965047029e94323
Octal365422612010705135110343
Binary1111010110010010110101000010001110101001111010011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,44,150); }

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

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

 a { background-color: rgb(30,44,150); }

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

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

 span { border-color: rgb(30,44,150); }

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