Html Css Color HEX #212996 Egyptian Blue

📋 copy color: '#212996'

red 33 ◦ green 41 ◦ blue 150

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

Shades of Egyptian Blue #212996

Tints of Egyptian Blue #212996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.96%

R = 14.73%
G = 18.3%
B = 66.96%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212996 (or 0x212996) is known color: Egyptian Blue. HEX triplet: 21, 29 and 96. RGB value is (33,41,150). Sum of RGB (Red+Green+Blue) = 33+41+150=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #212996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212996 is #DED669. Grayscale: #323232. Windows color (decimal): -14603882 or 9840929. OLE color: 9840929.

HSL color Cylindrical-coordinate representation of color #212996: hue angle of 235.9º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212996 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 41 150 -
CMYK 0.78 0.73 0 0.41
HSL 235.9º 0.64% 0.36% -
HSV(B) 235.9º 0.78% 0.59% -
XYZ 6.93 4.11 29.28 -
YUV 51.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 33 41 150 0.78 0.73 0 0.41 235.9 0.64 0.36
Hex 21 29 96 4E 49 0 29 EC 40 24
Octal 41 51 226 116 111 0 51 354 100 44
Binary 100001 101001 10010110 1001110 1001001 0 101001 11101100 1000000 100100

Color Harmonies of #212996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212996

Black with #212996

Text Example


Text Example

White with #212996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212996; }

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

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

background-color css

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

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

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

border-color css

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

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

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