Html Css Color HEX #211DAB Egyptian Blue

📋 copy color: '#211DAB'

red 33 ◦ green 29 ◦ blue 171

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

Shades of Egyptian Blue #211DAB

Tints of Egyptian Blue #211DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.45%

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

R = 14.16%
G = 12.45%
B = 73.39%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#211DAB (or 0x211DAB) is known color: Egyptian Blue. HEX triplet: 21, 1D and AB. RGB value is (33,29,171). Sum of RGB (Red+Green+Blue) = 33+29+171=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #211DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211DAB is #DEE254. Grayscale: #2D2D2D. Windows color (decimal): -14606933 or 11214113. OLE color: 11214113.

HSL color Cylindrical-coordinate representation of color #211DAB: hue angle of 241.69º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211DAB is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 29 171 -
CMYK 0.81 0.83 0 0.33
HSL 241.69º 0.71% 0.39% -
HSV(B) 241.69º 0.83% 0.67% -
XYZ 8.42 4.14 38.88 -
YUV 46.38 198.33 118.45 -
System Red Green Blue C M Y K H S L
Decimal 33 29 171 0.81 0.83 0 0.33 241.69 0.71 0.39
Hex 21 1D AB 51 53 0 21 F2 47 27
Octal 41 35 253 121 123 0 41 362 107 47
Binary 100001 11101 10101011 1010001 1010011 0 100001 11110010 1000111 100111

Color Harmonies of #211DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211DAB

Black with #211DAB

Text Example


Text Example

White with #211DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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