#1E259E

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

Shades of Egyptian Blue #1E259E

Tints of Egyptian Blue #1E259E

Color information

#1E259E (or 0x1E259E) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 25 and 9E. RGB value is (30,37,158). Sum of RGB (Red+Green+Blue) = 30+37+158=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E259E is #E1DA61. Grayscale: #303030. Windows color (decimal): -14801506 or 10364190. OLE color: 10364190.

HSL color Cylindrical-coordinate representation of color #1E259E: hue angle of 236.72º 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 #1E259E is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3037158-
CMYK0.810.7700.38
HSL236.72º68.09%36.86%-
HSV(B)236.72º81.01%61.96%-
XYZ7.374.0732.74-
YUV48.7189.68114.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 158 (62.11% from 255) = 70.22%
R=13.33%
G=16.44%
B=70.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30371580.810.7700.38236.7268.0936.86
Hex1E259E514D026ed4425
Octal364523612111504635510445
Binary1111010010110011110101000110011010100110111011011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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