Html Css Color HEX #1E20AA Egyptian Blue

📋 copy color: '#1E20AA'

red 30 ◦ green 32 ◦ blue 170

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

Shades of Egyptian Blue #1E20AA

Tints of Egyptian Blue #1E20AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 170 (66.8% from 255) = 73.28%

R = 12.93%
G = 13.79%
B = 73.28%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E20AA (or 0x1E20AA) is known color: Egyptian Blue. HEX triplet: 1E, 20 and AA. RGB value is (30,32,170). Sum of RGB (Red+Green+Blue) = 30+32+170=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E20AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E20AA is #E1DF55. Grayscale: #2E2E2E. Windows color (decimal): -14802774 or 11149342. OLE color: 11149342.

HSL color Cylindrical-coordinate representation of color #1E20AA: hue angle of 239.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E20AA is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 32 170 -
CMYK 0.82 0.81 0 0.33
HSL 239.14º 0.7% 0.39% -
HSV(B) 239.14º 0.82% 0.67% -
XYZ 8.31 4.21 38.41 -
YUV 47.13 197.34 115.78 -
System Red Green Blue C M Y K H S L
Decimal 30 32 170 0.82 0.81 0 0.33 239.14 0.7 0.39
Hex 1E 20 AA 52 51 0 21 EF 46 27
Octal 36 40 252 122 121 0 41 357 106 47
Binary 11110 100000 10101010 1010010 1010001 0 100001 11101111 1000110 100111

Color Harmonies of #1E20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E20AA

Black with #1E20AA

Text Example


Text Example

White with #1E20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,32,170); }

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

background-color css

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

 a { background-color: rgb(30,32,170); }

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

border-color css

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

 span { border-color: rgb(30,32,170); }

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