Html Css Color HEX #212896 Egyptian Blue

📋 copy color: '#212896'

red 33 ◦ green 40 ◦ blue 150

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

Shades of Egyptian Blue #212896

Tints of Egyptian Blue #212896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

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

R = 14.8%
G = 17.94%
B = 67.26%

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

#212896 (or 0x212896) is known color: Egyptian Blue. HEX triplet: 21, 28 and 96. RGB value is (33,40,150). Sum of RGB (Red+Green+Blue) = 33+40+150=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #212896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212896 is #DED769. Grayscale: #323232. Windows color (decimal): -14604138 or 9840673. OLE color: 9840673.

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

Color convert

RGB 33 40 150 -
CMYK 0.78 0.73 0 0.41
HSL 236.41º 0.64% 0.36% -
HSV(B) 236.41º 0.78% 0.59% -
XYZ 6.89 4.04 29.27 -
YUV 50.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 33 40 150 0.78 0.73 0 0.41 236.41 0.64 0.36
Hex 21 28 96 4E 49 0 29 EC 40 24
Octal 41 50 226 116 111 0 51 354 100 44
Binary 100001 101000 10010110 1001110 1001001 0 101001 11101100 1000000 100100

Color Harmonies of #212896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212896

Black with #212896

Text Example


Text Example

White with #212896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212896; }

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

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

background-color css

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

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

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

border-color css

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

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

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