Html Css Color HEX #1E249D Egyptian Blue

📋 copy color: '#1E249D'

red 30 ◦ green 36 ◦ blue 157

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

Shades of Egyptian Blue #1E249D

Tints of Egyptian Blue #1E249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

 BLUE value IS 157 (61.72% from 255) = 70.4%

R = 13.45%
G = 16.14%
B = 70.4%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E249D (or 0x1E249D) is known color: Egyptian Blue. HEX triplet: 1E, 24 and 9D. RGB value is (30,36,157). Sum of RGB (Red+Green+Blue) = 30+36+157=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E249D is #E1DB62. Grayscale: #2F2F2F. Windows color (decimal): -14801763 or 10298398. OLE color: 10298398.

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

Color convert

RGB 30 36 157 -
CMYK 0.81 0.77 0 0.38
HSL 237.17º 0.68% 0.37% -
HSV(B) 237.17º 0.81% 0.62% -
XYZ 7.25 3.97 32.28 -
YUV 48 189.51 115.16 -
System Red Green Blue C M Y K H S L
Decimal 30 36 157 0.81 0.77 0 0.38 237.17 0.68 0.37
Hex 1E 24 9D 51 4D 0 26 ED 44 25
Octal 36 44 235 121 115 0 46 355 104 45
Binary 11110 100100 10011101 1010001 1001101 0 100110 11101101 1000100 100101

Color Harmonies of #1E249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E249D

Black with #1E249D

Text Example


Text Example

White with #1E249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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