#1E359F

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

Shades of Egyptian Blue #1E359F

Tints of Egyptian Blue #1E359F

Color information

#1E359F (or 0x1E359F) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 35 and 9F. RGB value is (30,53,159). Sum of RGB (Red+Green+Blue) = 30+53+159=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E359F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E359F is #E1CA60. Grayscale: #393939. Windows color (decimal): -14797409 or 10433822. OLE color: 10433822.

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

Color convert

RGB3053159-
CMYK0.810.6700.38
HSL229.3º68.25%37.06%-
HSV(B)229.3º81.13%62.35%-
XYZ8.075.3333.4-
YUV58.21184.88107.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.40%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 159 (62.5% from 255) = 65.70%
R=12.40%
G=21.90%
B=65.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30531590.810.6700.38229.368.2537.06
Hex1E359F5143026e54425
Octal366523712110304634510445
Binary1111011010110011111101000110000110100110111001011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,53,159); }

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

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

 a { background-color: rgb(30,53,159); }

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

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

 span { border-color: rgb(30,53,159); }

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