#1E3199

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

Shades of Egyptian Blue #1E3199

Tints of Egyptian Blue #1E3199

Color information

#1E3199 (or 0x1E3199) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 31 and 99. RGB value is (30,49,153). Sum of RGB (Red+Green+Blue) = 30+49+153=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E3199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3199 is #E1CE66. Grayscale: #363636. Windows color (decimal): -14798439 or 10039582. OLE color: 10039582.

HSL color Cylindrical-coordinate representation of color #1E3199: hue angle of 230.73º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E3199 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3049153-
CMYK0.800.6800.4
HSL230.73º67.21%35.88%-
HSV(B)230.73º80.39%60%-
XYZ7.384.7730.67-
YUV55.18183.21110.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.93%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 153 (60.16% from 255) = 65.95%
R=12.93%
G=21.12%
B=65.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal30491530.800.6800.4230.7367.2135.88
Hex1E31995044028e74324
Octal366123112010405034710344
Binary1111011000110011001101000010001000101000111001111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,49,153); }

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

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

 a { background-color: rgb(30,49,153); }

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

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

 span { border-color: rgb(30,49,153); }

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