Html Css Color HEX #1E479A Egyptian Blue

📋 copy color: '#1E479A'

red 30 ◦ green 71 ◦ blue 154

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

Shades of Egyptian Blue #1E479A

Tints of Egyptian Blue #1E479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.84%

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

R = 11.76%
G = 27.84%
B = 60.39%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1E479A (or 0x1E479A) is known color: Egyptian Blue. HEX triplet: 1E, 47 and 9A. RGB value is (30,71,154). Sum of RGB (Red+Green+Blue) = 30+71+154=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E479A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E479A is #E1B865. Grayscale: #434343. Windows color (decimal): -14792806 or 10110750. OLE color: 10110750.

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

Color convert

RGB 30 71 154 -
CMYK 0.81 0.54 0 0.40
HSL 220.16º 0.67% 0.36% -
HSV(B) 220.16º 0.81% 0.6% -
XYZ 8.62 7.12 31.49 -
YUV 68.2 176.42 100.75 -
System Red Green Blue C M Y K H S L
Decimal 30 71 154 0.81 0.54 0 0.40 220.16 0.67 0.36
Hex 1E 47 9A 51 36 0 28 DC 43 24
Octal 36 107 232 121 66 0 50 334 103 44
Binary 11110 1000111 10011010 1010001 110110 0 101000 11011100 1000011 100100

Color Harmonies of #1E479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E479A

Black with #1E479A

Text Example


Text Example

White with #1E479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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