Html Css Color HEX #212796 Egyptian Blue

📋 copy color: '#212796'

red 33 ◦ green 39 ◦ blue 150

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

Shades of Egyptian Blue #212796

Tints of Egyptian Blue #212796

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.57%

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

R = 14.86%
G = 17.57%
B = 67.57%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212796 (or 0x212796) is known color: Egyptian Blue. HEX triplet: 21, 27 and 96. RGB value is (33,39,150). Sum of RGB (Red+Green+Blue) = 33+39+150=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #212796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212796 is #DED869. Grayscale: #313131. Windows color (decimal): -14604394 or 9840417. OLE color: 9840417.

HSL color Cylindrical-coordinate representation of color #212796: hue angle of 236.92º 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 #212796 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 39 150 -
CMYK 0.78 0.74 0 0.41
HSL 236.92º 0.64% 0.36% -
HSV(B) 236.92º 0.78% 0.59% -
XYZ 6.86 3.98 29.26 -
YUV 49.86 184.51 115.97 -
System Red Green Blue C M Y K H S L
Decimal 33 39 150 0.78 0.74 0 0.41 236.92 0.64 0.36
Hex 21 27 96 4E 4A 0 29 ED 40 24
Octal 41 47 226 116 112 0 51 355 100 44
Binary 100001 100111 10010110 1001110 1001010 0 101001 11101101 1000000 100100

Color Harmonies of #212796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212796

Black with #212796

Text Example


Text Example

White with #212796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212796; }

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

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

background-color css

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

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

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

border-color css

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

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

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