Html Css Color HEX #212990 Egyptian Blue

📋 copy color: '#212990'

red 33 ◦ green 41 ◦ blue 144

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

Shades of Egyptian Blue #212990

Tints of Egyptian Blue #212990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

 BLUE value IS 144 (56.64% from 255) = 66.06%

R = 15.14%
G = 18.81%
B = 66.06%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#212990 (or 0x212990) is known color: Egyptian Blue. HEX triplet: 21, 29 and 90. RGB value is (33,41,144). Sum of RGB (Red+Green+Blue) = 33+41+144=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #212990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212990 is #DED66F. Grayscale: #313131. Windows color (decimal): -14603888 or 9447713. OLE color: 9447713.

HSL color Cylindrical-coordinate representation of color #212990: hue angle of 235.68º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212990 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 41 144 -
CMYK 0.77 0.72 0 0.44
HSL 235.68º 0.63% 0.35% -
HSV(B) 235.68º 0.77% 0.56% -
XYZ 6.45 3.92 26.8 -
YUV 50.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 33 41 144 0.77 0.72 0 0.44 235.68 0.63 0.35
Hex 21 29 90 4D 48 0 2C EC 3F 23
Octal 41 51 220 115 110 0 54 354 77 43
Binary 100001 101001 10010000 1001101 1001000 0 101100 11101100 111111 100011

Color Harmonies of #212990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212990

Black with #212990

Text Example


Text Example

White with #212990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212990; }

 p { color: rgb(33,41,144); }

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

background-color css

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

 a { background-color: rgb(33,41,144); }

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

border-color css

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

 span { border-color: rgb(33,41,144); }

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