Html Css Color HEX #1E4295 Egyptian Blue

📋 copy color: '#1E4295'

red 30 ◦ green 66 ◦ blue 149

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

Shades of Egyptian Blue #1E4295

Tints of Egyptian Blue #1E4295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

 BLUE value IS 149 (58.59% from 255) = 60.82%

R = 12.24%
G = 26.94%
B = 60.82%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E4295 (or 0x1E4295) is known color: Egyptian Blue. HEX triplet: 1E, 42 and 95. RGB value is (30,66,149). Sum of RGB (Red+Green+Blue) = 30+66+149=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E4295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4295 is #E1BD6A. Grayscale: #404040. Windows color (decimal): -14794091 or 9781790. OLE color: 9781790.

HSL color Cylindrical-coordinate representation of color #1E4295: hue angle of 221.85º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E4295 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 66 149 -
CMYK 0.80 0.56 0 0.42
HSL 221.85º 0.66% 0.35% -
HSV(B) 221.85º 0.8% 0.58% -
XYZ 7.91 6.34 29.24 -
YUV 64.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 30 66 149 0.80 0.56 0 0.42 221.85 0.66 0.35
Hex 1E 42 95 50 38 0 2A DE 42 23
Octal 36 102 225 120 70 0 52 336 102 43
Binary 11110 1000010 10010101 1010000 111000 0 101010 11011110 1000010 100011

Color Harmonies of #1E4295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4295

Black with #1E4295

Text Example


Text Example

White with #1E4295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,66,149); }

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

background-color css

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

 a { background-color: rgb(30,66,149); }

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

border-color css

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

 span { border-color: rgb(30,66,149); }

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