Html Css Color HEX #211FAA Egyptian Blue

📋 copy color: '#211FAA'

red 33 ◦ green 31 ◦ blue 170

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

Shades of Egyptian Blue #211FAA

Tints of Egyptian Blue #211FAA

RGB

 RED value IS 33 (13.28% from 255) = 14.1%

 GREEN value IS 31 (12.5% from 255) = 13.25%

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

R = 14.1%
G = 13.25%
B = 72.65%

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

#211FAA (or 0x211FAA) is known color: Egyptian Blue. HEX triplet: 21, 1F and AA. RGB value is (33,31,170). Sum of RGB (Red+Green+Blue) = 33+31+170=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #211FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211FAA is #DEE055. Grayscale: #2E2E2E. Windows color (decimal): -14606422 or 11149089. OLE color: 11149089.

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

Color convert

RGB 33 31 170 -
CMYK 0.81 0.82 0 0.33
HSL 240.86º 0.69% 0.39% -
HSV(B) 240.86º 0.82% 0.67% -
XYZ 8.37 4.21 38.4 -
YUV 47.44 197.16 117.7 -
System Red Green Blue C M Y K H S L
Decimal 33 31 170 0.81 0.82 0 0.33 240.86 0.69 0.39
Hex 21 1F AA 51 52 0 21 F1 45 27
Octal 41 37 252 121 122 0 41 361 105 47
Binary 100001 11111 10101010 1010001 1010010 0 100001 11110001 1000101 100111

Color Harmonies of #211FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FAA

Black with #211FAA

Text Example


Text Example

White with #211FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211FAA; }

 p { color: rgb(33,31,170); }

 H1.HeaderClassName
 {
   color: #211FAA;
 }
 .AnyTagClassName
 {
   color: #211FAA;
 }
</style>

background-color css

<style>
 a { background-color: #211FAA; }

 a { background-color: rgb(33,31,170); }

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

border-color css

<style>
 span { border-color: #211FAA; }

 span { border-color: rgb(33,31,170); }

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