Html Css Color HEX #212DA1 Egyptian Blue

📋 copy color: '#212DA1'

red 33 ◦ green 45 ◦ blue 161

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

Shades of Egyptian Blue #212DA1

Tints of Egyptian Blue #212DA1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.83%

 BLUE value IS 161 (63.28% from 255) = 67.36%

R = 13.81%
G = 18.83%
B = 67.36%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#212DA1 (or 0x212DA1) is known color: Egyptian Blue. HEX triplet: 21, 2D and A1. RGB value is (33,45,161). Sum of RGB (Red+Green+Blue) = 33+45+161=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 161 (63.28% from 255 or 67.36% from 239); Max value from RGB is 161 - color contains mainly: blue. Hex color #212DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212DA1 is #DED25E. Grayscale: #363636. Windows color (decimal): -14602847 or 10562849. OLE color: 10562849.

HSL color Cylindrical-coordinate representation of color #212DA1: hue angle of 234.38º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212DA1 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 45 161 -
CMYK 0.80 0.72 0 0.37
HSL 234.38º 0.66% 0.38% -
HSV(B) 234.38º 0.8% 0.63% -
XYZ 8 4.77 34.22 -
YUV 54.64 188.02 112.57 -
System Red Green Blue C M Y K H S L
Decimal 33 45 161 0.80 0.72 0 0.37 234.38 0.66 0.38
Hex 21 2D A1 50 48 0 25 EA 42 26
Octal 41 55 241 120 110 0 45 352 102 46
Binary 100001 101101 10100001 1010000 1001000 0 100101 11101010 1000010 100110

Color Harmonies of #212DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DA1

Black with #212DA1

Text Example


Text Example

White with #212DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212DA1; }

 p { color: rgb(33,45,161); }

 H1.HeaderClassName
 {
   color: #212DA1;
 }
 .AnyTagClassName
 {
   color: #212DA1;
 }
</style>

background-color css

<style>
 a { background-color: #212DA1; }

 a { background-color: rgb(33,45,161); }

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

border-color css

<style>
 span { border-color: #212DA1; }

 span { border-color: rgb(33,45,161); }

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