Html Css Color HEX #1E22AD Egyptian Blue

📋 copy color: '#1E22AD'

red 30 ◦ green 34 ◦ blue 173

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

Shades of Egyptian Blue #1E22AD

Tints of Egyptian Blue #1E22AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.35%

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

R = 12.66%
G = 14.35%
B = 73%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E22AD (or 0x1E22AD) is known color: Egyptian Blue. HEX triplet: 1E, 22 and AD. RGB value is (30,34,173). Sum of RGB (Red+Green+Blue) = 30+34+173=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E22AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E22AD is #E1DD52. Grayscale: #303030. Windows color (decimal): -14802259 or 11346462. OLE color: 11346462.

HSL color Cylindrical-coordinate representation of color #1E22AD: hue angle of 238.32º 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 #1E22AD is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 34 173 -
CMYK 0.83 0.80 0 0.32
HSL 238.32º 0.7% 0.4% -
HSV(B) 238.32º 0.83% 0.68% -
XYZ 8.65 4.44 39.94 -
YUV 48.65 198.17 114.7 -
System Red Green Blue C M Y K H S L
Decimal 30 34 173 0.83 0.80 0 0.32 238.32 0.7 0.4
Hex 1E 22 AD 53 50 0 20 EE 46 28
Octal 36 42 255 123 120 0 40 356 106 50
Binary 11110 100010 10101101 1010011 1010000 0 100000 11101110 1000110 101000

Color Harmonies of #1E22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E22AD

Black with #1E22AD

Text Example


Text Example

White with #1E22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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