#1E398E

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

Shades of Egyptian Blue #1E398E

Tints of Egyptian Blue #1E398E

Color information

#1E398E (or 0x1E398E) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 39 and 8E. RGB value is (30,57,142). Sum of RGB (Red+Green+Blue) = 30+57+142=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E398E is #E1C671. Grayscale: #3A3A3A. Windows color (decimal): -14796402 or 9320734. OLE color: 9320734.

HSL color Cylindrical-coordinate representation of color #1E398E: hue angle of 225.54º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E398E is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3057142-
CMYK0.790.6000.44
HSL225.54º65.12%33.73%-
HSV(B)225.54º78.87%55.69%-
XYZ6.885.1626.22-
YUV58.62175.05107.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.10%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 142 (55.86% from 255) = 62.01%
R=13.10%
G=24.89%
B=62.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30571420.790.6000.44225.5465.1233.73
Hex1E398E4F3C02Ce24122
Octal36712161177405434210142
Binary111101110011000111010011111111000101100111000101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,57,142); }

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

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

 a { background-color: rgb(30,57,142); }

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

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

 span { border-color: rgb(30,57,142); }

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