Html Css Color HEX #1E328A Egyptian Blue

📋 copy color: '#1E328A'

red 30 ◦ green 50 ◦ blue 138

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

Shades of Egyptian Blue #1E328A

Tints of Egyptian Blue #1E328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

 BLUE value IS 138 (54.3% from 255) = 63.3%

R = 13.76%
G = 22.94%
B = 63.3%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1E328A (or 0x1E328A) is known color: Egyptian Blue. HEX triplet: 1E, 32 and 8A. RGB value is (30,50,138). Sum of RGB (Red+Green+Blue) = 30+50+138=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E328A is #E1CD75. Grayscale: #353535. Windows color (decimal): -14798198 or 9056798. OLE color: 9056798.

HSL color Cylindrical-coordinate representation of color #1E328A: hue angle of 228.89º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E328A is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 30 50 138 -
CMYK 0.78 0.64 0 0.46
HSL 228.89º 0.64% 0.33% -
HSV(B) 228.89º 0.78% 0.54% -
XYZ 6.26 4.39 24.56 -
YUV 54.05 175.37 110.84 -
System Red Green Blue C M Y K H S L
Decimal 30 50 138 0.78 0.64 0 0.46 228.89 0.64 0.33
Hex 1E 32 8A 4E 40 0 2E E5 40 21
Octal 36 62 212 116 100 0 56 345 100 41
Binary 11110 110010 10001010 1001110 1000000 0 101110 11100101 1000000 100001

Color Harmonies of #1E328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E328A

Black with #1E328A

Text Example


Text Example

White with #1E328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,50,138); }

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

background-color css

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

 a { background-color: rgb(30,50,138); }

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

border-color css

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

 span { border-color: rgb(30,50,138); }

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