#1e4495

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

Shades of Egyptian Blue #1E4495

Tints of Egyptian Blue #1E4495

Color information

#1E4495 (or 0x1E4495) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 44 and 95. RGB value is (30,68,149). Sum of RGB (Red+Green+Blue) = 30+68+149=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E4495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4495 is #E1BB6A. Grayscale: #414141. Windows color (decimal): -14793579 or 9782302. OLE color: 9782302.

HSL color Cylindrical-coordinate representation of color #1E4495: hue angle of 220.84º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E4495 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3068149-
CMYK0.800.5400.42
HSL220.84º66.48%35.1%-
HSV(B)220.84º79.87%58.43%-
XYZ8.036.5829.28-
YUV65.87174.91102.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 149 (58.59% from 255) = 60.32%
R=12.15%
G=27.53%
B=60.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal30681490.800.5400.42220.8466.4835.1
Hex1E4495503602Add4223
Octal361042251206605233510243
Binary1111010001001001010110100001101100101010110111011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e4495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,68,149); }

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

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

 a { background-color: rgb(30,68,149); }

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

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

 span { border-color: rgb(30,68,149); }

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