#1e3b9d

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

Shades of Egyptian Blue #1E3B9D

Tints of Egyptian Blue #1E3B9D

Color information

#1E3B9D (or 0x1E3B9D) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 3B and 9D. RGB value is (30,59,157). Sum of RGB (Red+Green+Blue) = 30+59+157=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E3B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3B9D is #E1C462. Grayscale: #3D3D3D. Windows color (decimal): -14795875 or 10304286. OLE color: 10304286.

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

Color convert

RGB3059157-
CMYK0.810.6200.38
HSL226.3º67.91%36.67%-
HSV(B)226.3º80.89%61.57%-
XYZ8.195.8432.59-
YUV61.5181.89105.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 157 (61.72% from 255) = 63.82%
R=12.20%
G=23.98%
B=63.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30591570.810.6200.38226.367.9136.67
Hex1E3B9D513E026e24425
Octal36732351217604634210445
Binary111101110111001110110100011111100100110111000101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e3b9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,59,157); }

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

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

 a { background-color: rgb(30,59,157); }

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

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

 span { border-color: rgb(30,59,157); }

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