Html Css Color HEX #2021AB Egyptian Blue

📋 copy color: '#2021AB'

red 32 ◦ green 33 ◦ blue 171

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

Shades of Egyptian Blue #2021AB

Tints of Egyptian Blue #2021AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 72.46%

R = 13.56%
G = 13.98%
B = 72.46%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2021AB (or 0x2021AB) is known color: Egyptian Blue. HEX triplet: 20, 21 and AB. RGB value is (32,33,171). Sum of RGB (Red+Green+Blue) = 32+33+171=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #2021AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2021AB is #DFDE54. Grayscale: #2F2F2F. Windows color (decimal): -14671445 or 11215136. OLE color: 11215136.

HSL color Cylindrical-coordinate representation of color #2021AB: hue angle of 239.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2021AB is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 33 171 -
CMYK 0.81 0.81 0 0.33
HSL 239.57º 0.68% 0.4% -
HSV(B) 239.57º 0.81% 0.67% -
XYZ 8.49 4.34 38.92 -
YUV 48.43 197.17 116.28 -
System Red Green Blue C M Y K H S L
Decimal 32 33 171 0.81 0.81 0 0.33 239.57 0.68 0.4
Hex 20 21 AB 51 51 0 21 F0 44 28
Octal 40 41 253 121 121 0 41 360 104 50
Binary 100000 100001 10101011 1010001 1010001 0 100001 11110000 1000100 101000

Color Harmonies of #2021AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2021AB

Black with #2021AB

Text Example


Text Example

White with #2021AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2021AB; }

 p { color: rgb(32,33,171); }

 H1.HeaderClassName
 {
   color: #2021AB;
 }
 .AnyTagClassName
 {
   color: #2021AB;
 }
</style>

background-color css

<style>
 a { background-color: #2021AB; }

 a { background-color: rgb(32,33,171); }

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

border-color css

<style>
 span { border-color: #2021AB; }

 span { border-color: rgb(32,33,171); }

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