Html Css Color HEX #201EAA Egyptian Blue

📋 copy color: '#201EAA'

red 32 ◦ green 30 ◦ blue 170

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

Shades of Egyptian Blue #201EAA

Tints of Egyptian Blue #201EAA

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#201EAA (or 0x201EAA) is known color: Egyptian Blue. HEX triplet: 20, 1E and AA. RGB value is (32,30,170). Sum of RGB (Red+Green+Blue) = 32+30+170=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 30 (12.11% from 255 or 12.93% 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 #201EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201EAA is #DFE155. Grayscale: #2E2E2E. Windows color (decimal): -14672214 or 11148832. OLE color: 11148832.

HSL color Cylindrical-coordinate representation of color #201EAA: hue angle of 240.86º 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 #201EAA is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 30 170 -
CMYK 0.81 0.82 0 0.33
HSL 240.86º 0.7% 0.39% -
HSV(B) 240.86º 0.82% 0.67% -
XYZ 8.32 4.14 38.39 -
YUV 46.56 197.66 117.62 -
System Red Green Blue C M Y K H S L
Decimal 32 30 170 0.81 0.82 0 0.33 240.86 0.7 0.39
Hex 20 1E AA 51 52 0 21 F1 46 27
Octal 40 36 252 121 122 0 41 361 106 47
Binary 100000 11110 10101010 1010001 1010010 0 100001 11110001 1000110 100111

Color Harmonies of #201EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201EAA

Black with #201EAA

Text Example


Text Example

White with #201EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201EAA; }

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

 H1.HeaderClassName
 {
   color: #201EAA;
 }
 .AnyTagClassName
 {
   color: #201EAA;
 }
</style>

background-color css

<style>
 a { background-color: #201EAA; }

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

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

border-color css

<style>
 span { border-color: #201EAA; }

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

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