Html Css Color HEX #1E429A Egyptian Blue

📋 copy color: '#1E429A'

red 30 ◦ green 66 ◦ blue 154

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

Shades of Egyptian Blue #1E429A

Tints of Egyptian Blue #1E429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 12%
G = 26.4%
B = 61.6%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1E429A (or 0x1E429A) is known color: Egyptian Blue. HEX triplet: 1E, 42 and 9A. RGB value is (30,66,154). Sum of RGB (Red+Green+Blue) = 30+66+154=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E429A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E429A is #E1BD65. Grayscale: #404040. Windows color (decimal): -14794086 or 10109470. OLE color: 10109470.

HSL color Cylindrical-coordinate representation of color #1E429A: hue angle of 222.58º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E429A is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 30 66 154 -
CMYK 0.81 0.57 0 0.40
HSL 222.58º 0.67% 0.36% -
HSV(B) 222.58º 0.81% 0.6% -
XYZ 8.32 6.51 31.39 -
YUV 65.27 178.07 102.84 -
System Red Green Blue C M Y K H S L
Decimal 30 66 154 0.81 0.57 0 0.40 222.58 0.67 0.36
Hex 1E 42 9A 51 39 0 28 DF 43 24
Octal 36 102 232 121 71 0 50 337 103 44
Binary 11110 1000010 10011010 1010001 111001 0 101000 11011111 1000011 100100

Color Harmonies of #1E429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E429A

Black with #1E429A

Text Example


Text Example

White with #1E429A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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