Html Css Color HEX #212DA5 Egyptian Blue

📋 copy color: '#212DA5'

red 33 ◦ green 45 ◦ blue 165

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

Shades of Egyptian Blue #212DA5

Tints of Egyptian Blue #212DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 67.9%

R = 13.58%
G = 18.52%
B = 67.9%

CMYK

 C value IS 0.8

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#212DA5 (or 0x212DA5) is known color: Egyptian Blue. HEX triplet: 21, 2D and A5. RGB value is (33,45,165). Sum of RGB (Red+Green+Blue) = 33+45+165=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 165 (64.84% from 255 or 67.90% from 243); Max value from RGB is 165 - color contains mainly: blue. Hex color #212DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212DA5 is #DED25A. Grayscale: #363636. Windows color (decimal): -14602843 or 10824993. OLE color: 10824993.

HSL color Cylindrical-coordinate representation of color #212DA5: hue angle of 234.55º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212DA5 is Cyan = 0.8, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 45 165 -
CMYK 0.8 0.73 0 0.35
HSL 234.55º 0.67% 0.39% -
HSV(B) 234.55º 0.8% 0.65% -
XYZ 8.36 4.92 36.11 -
YUV 55.09 190.02 112.24 -
System Red Green Blue C M Y K H S L
Decimal 33 45 165 0.8 0.73 0 0.35 234.55 0.67 0.39
Hex 21 2D A5 50 49 0 23 EB 43 27
Octal 41 55 245 120 111 0 43 353 103 47
Binary 100001 101101 10100101 1010000 1001001 0 100011 11101011 1000011 100111

Color Harmonies of #212DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DA5

Black with #212DA5

Text Example


Text Example

White with #212DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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