Html Css Color HEX #1E3895 Egyptian Blue

📋 copy color: '#1E3895'

red 30 ◦ green 56 ◦ blue 149

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

Shades of Egyptian Blue #1E3895

Tints of Egyptian Blue #1E3895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.83%

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

R = 12.77%
G = 23.83%
B = 63.4%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E3895 (or 0x1E3895) is known color: Egyptian Blue. HEX triplet: 1E, 38 and 95. RGB value is (30,56,149). Sum of RGB (Red+Green+Blue) = 30+56+149=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E3895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3895 is #E1C76A. Grayscale: #3A3A3A. Windows color (decimal): -14796651 or 9779230. OLE color: 9779230.

HSL color Cylindrical-coordinate representation of color #1E3895: hue angle of 226.89º 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 #1E3895 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 56 149 -
CMYK 0.80 0.62 0 0.42
HSL 226.89º 0.66% 0.35% -
HSV(B) 226.89º 0.8% 0.58% -
XYZ 7.37 5.27 29.06 -
YUV 58.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 30 56 149 0.80 0.62 0 0.42 226.89 0.66 0.35
Hex 1E 38 95 50 3E 0 2A E3 42 23
Octal 36 70 225 120 76 0 52 343 102 43
Binary 11110 111000 10010101 1010000 111110 0 101010 11100011 1000010 100011

Color Harmonies of #1E3895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3895

Black with #1E3895

Text Example


Text Example

White with #1E3895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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