Html Css Color HEX #1E3791 Egyptian Blue

📋 copy color: '#1E3791'

red 30 ◦ green 55 ◦ blue 145

#1E3791
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #1E3791

Tints of Egyptian Blue #1E3791

RGB

 RED value IS 30 (12.11% from 255) = 13.04%

 GREEN value IS 55 (21.88% from 255) = 23.91%

 BLUE value IS 145 (57.03% from 255) = 63.04%

R = 13.04%
G = 23.91%
B = 63.04%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1E3791 (or 0x1E3791) is known color: Egyptian Blue. HEX triplet: 1E, 37 and 91. RGB value is (30,55,145). Sum of RGB (Red+Green+Blue) = 30+55+145=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #1E3791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3791 is #E1C86E. Grayscale: #393939. Windows color (decimal): -14796911 or 9516830. OLE color: 9516830.

HSL color Cylindrical-coordinate representation of color #1E3791: hue angle of 226.96º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E3791 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 30 55 145 -
CMYK 0.79 0.62 0 0.43
HSL 226.96º 0.66% 0.34% -
HSV(B) 226.96º 0.79% 0.57% -
XYZ 7.01 5.05 27.39 -
YUV 57.79 177.22 108.18 -
System Red Green Blue C M Y K H S L
Decimal 30 55 145 0.79 0.62 0 0.43 226.96 0.66 0.34
Hex 1E 37 91 4F 3E 0 2B E3 42 22
Octal 36 67 221 117 76 0 53 343 102 42
Binary 11110 110111 10010001 1001111 111110 0 101011 11100011 1000010 100010

Color Harmonies of #1E3791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3791

Black with #1E3791

Text Example


Text Example

White with #1E3791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,55,145); }

 H1.HeaderClassName
 {
   color: #1E3791;
 }
 .AnyTagClassName
 {
   color: #1E3791;
 }
</style>

background-color css

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

 a { background-color: rgb(30,55,145); }

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

border-color css

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

 span { border-color: rgb(30,55,145); }

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