#1e289e

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

Shades of Egyptian Blue #1E289E

Tints of Egyptian Blue #1E289E

Color information

#1E289E (or 0x1E289E) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 28 and 9E. RGB value is (30,40,158). Sum of RGB (Red+Green+Blue) = 30+40+158=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 158 (62.11% from 255 or 69.30% from 228); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E289E is #E1D761. Grayscale: #313131. Windows color (decimal): -14800738 or 10364958. OLE color: 10364958.

HSL color Cylindrical-coordinate representation of color #1E289E: hue angle of 235.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E289E is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3040158-
CMYK0.810.7500.38
HSL235.31º68.09%36.86%-
HSV(B)235.31º81.01%61.96%-
XYZ7.474.2632.78-
YUV50.46188.69113.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.16%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 158 (62.11% from 255) = 69.30%
R=13.16%
G=17.54%
B=69.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30401580.810.7500.38235.3168.0936.86
Hex1E289E514B026eb4425
Octal365023612111304635310445
Binary1111010100010011110101000110010110100110111010111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e289e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,40,158); }

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

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

 a { background-color: rgb(30,40,158); }

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

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

 span { border-color: rgb(30,40,158); }

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