Html Css Color HEX #1E429C Egyptian Blue

📋 copy color: '#1E429C'

red 30 ◦ green 66 ◦ blue 156

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

Shades of Egyptian Blue #1E429C

Tints of Egyptian Blue #1E429C

RGB

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

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

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

R = 11.9%
G = 26.19%
B = 61.9%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E429C (or 0x1E429C) is known color: Egyptian Blue. HEX triplet: 1E, 42 and 9C. RGB value is (30,66,156). Sum of RGB (Red+Green+Blue) = 30+66+156=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E429C is #E1BD63. Grayscale: #414141. Windows color (decimal): -14794084 or 10240542. OLE color: 10240542.

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

Color convert

RGB 30 66 156 -
CMYK 0.81 0.58 0 0.39
HSL 222.86º 0.68% 0.36% -
HSV(B) 222.86º 0.81% 0.61% -
XYZ 8.48 6.57 32.27 -
YUV 65.5 179.07 102.68 -
System Red Green Blue C M Y K H S L
Decimal 30 66 156 0.81 0.58 0 0.39 222.86 0.68 0.36
Hex 1E 42 9C 51 3A 0 27 DF 44 24
Octal 36 102 234 121 72 0 47 337 104 44
Binary 11110 1000010 10011100 1010001 111010 0 100111 11011111 1000100 100100

Color Harmonies of #1E429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E429C

Black with #1E429C

Text Example


Text Example

White with #1E429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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