Html Css Color HEX #1E409C Egyptian Blue

📋 copy color: '#1E409C'

red 30 ◦ green 64 ◦ blue 156

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

Shades of Egyptian Blue #1E409C

Tints of Egyptian Blue #1E409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

 BLUE value IS 156 (61.33% from 255) = 62.4%

R = 12%
G = 25.6%
B = 62.4%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E409C (or 0x1E409C) is known color: Egyptian Blue. HEX triplet: 1E, 40 and 9C. RGB value is (30,64,156). Sum of RGB (Red+Green+Blue) = 30+64+156=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E409C is #E1BF63. Grayscale: #3F3F3F. Windows color (decimal): -14794596 or 10240030. OLE color: 10240030.

HSL color Cylindrical-coordinate representation of color #1E409C: hue angle of 223.81º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E409C is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 64 156 -
CMYK 0.81 0.59 0 0.39
HSL 223.81º 0.68% 0.36% -
HSV(B) 223.81º 0.81% 0.61% -
XYZ 8.37 6.34 32.24 -
YUV 64.32 179.74 103.52 -
System Red Green Blue C M Y K H S L
Decimal 30 64 156 0.81 0.59 0 0.39 223.81 0.68 0.36
Hex 1E 40 9C 51 3B 0 27 E0 44 24
Octal 36 100 234 121 73 0 47 340 104 44
Binary 11110 1000000 10011100 1010001 111011 0 100111 11100000 1000100 100100

Color Harmonies of #1E409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E409C

Black with #1E409C

Text Example


Text Example

White with #1E409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,64,156); }

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

background-color css

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

 a { background-color: rgb(30,64,156); }

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

border-color css

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

 span { border-color: rgb(30,64,156); }

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