Html Css Color HEX #1E21AD Egyptian Blue

📋 copy color: '#1E21AD'

red 30 ◦ green 33 ◦ blue 173

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

Shades of Egyptian Blue #1E21AD

Tints of Egyptian Blue #1E21AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.98%

 BLUE value IS 173 (67.97% from 255) = 73.31%

R = 12.71%
G = 13.98%
B = 73.31%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E21AD (or 0x1E21AD) is known color: Egyptian Blue. HEX triplet: 1E, 21 and AD. RGB value is (30,33,173). Sum of RGB (Red+Green+Blue) = 30+33+173=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E21AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E21AD is #E1DE52. Grayscale: #2F2F2F. Windows color (decimal): -14802515 or 11346206. OLE color: 11346206.

HSL color Cylindrical-coordinate representation of color #1E21AD: hue angle of 238.74º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E21AD is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 33 173 -
CMYK 0.83 0.81 0 0.32
HSL 238.74º 0.7% 0.4% -
HSV(B) 238.74º 0.83% 0.68% -
XYZ 8.62 4.38 39.93 -
YUV 48.06 198.51 115.12 -
System Red Green Blue C M Y K H S L
Decimal 30 33 173 0.83 0.81 0 0.32 238.74 0.7 0.4
Hex 1E 21 AD 53 51 0 20 EF 46 28
Octal 36 41 255 123 121 0 40 357 106 50
Binary 11110 100001 10101101 1010011 1010001 0 100000 11101111 1000110 101000

Color Harmonies of #1E21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E21AD

Black with #1E21AD

Text Example


Text Example

White with #1E21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,33,173); }

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

background-color css

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

 a { background-color: rgb(30,33,173); }

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

border-color css

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

 span { border-color: rgb(30,33,173); }

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