Html Css Color HEX #212895 Egyptian Blue

📋 copy color: '#212895'

red 33 ◦ green 40 ◦ blue 149

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

Shades of Egyptian Blue #212895

Tints of Egyptian Blue #212895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.12%

R = 14.86%
G = 18.02%
B = 67.12%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#212895 (or 0x212895) is known color: Egyptian Blue. HEX triplet: 21, 28 and 95. RGB value is (33,40,149). Sum of RGB (Red+Green+Blue) = 33+40+149=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #212895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212895 is #DED76A. Grayscale: #313131. Windows color (decimal): -14604139 or 9775137. OLE color: 9775137.

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

Color convert

RGB 33 40 149 -
CMYK 0.78 0.73 0 0.42
HSL 236.38º 0.64% 0.36% -
HSV(B) 236.38º 0.78% 0.58% -
XYZ 6.81 4.01 28.85 -
YUV 50.33 183.68 115.64 -
System Red Green Blue C M Y K H S L
Decimal 33 40 149 0.78 0.73 0 0.42 236.38 0.64 0.36
Hex 21 28 95 4E 49 0 2A EC 40 24
Octal 41 50 225 116 111 0 52 354 100 44
Binary 100001 101000 10010101 1001110 1001001 0 101010 11101100 1000000 100100

Color Harmonies of #212895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212895

Black with #212895

Text Example


Text Example

White with #212895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212895; }

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

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

background-color css

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

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

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

border-color css

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

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

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