Html Css Color HEX #212893 Egyptian Blue

📋 copy color: '#212893'

red 33 ◦ green 40 ◦ blue 147

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

Shades of Egyptian Blue #212893

Tints of Egyptian Blue #212893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 66.82%

R = 15%
G = 18.18%
B = 66.82%

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

#212893 (or 0x212893) is known color: Egyptian Blue. HEX triplet: 21, 28 and 93. RGB value is (33,40,147). Sum of RGB (Red+Green+Blue) = 33+40+147=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #212893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212893 is #DED76C. Grayscale: #313131. Windows color (decimal): -14604141 or 9644065. OLE color: 9644065.

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

Color convert

RGB 33 40 147 -
CMYK 0.78 0.73 0 0.42
HSL 236.32º 0.63% 0.35% -
HSV(B) 236.32º 0.78% 0.58% -
XYZ 6.65 3.95 28.02 -
YUV 50.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 33 40 147 0.78 0.73 0 0.42 236.32 0.63 0.35
Hex 21 28 93 4E 49 0 2A EC 3F 23
Octal 41 50 223 116 111 0 52 354 77 43
Binary 100001 101000 10010011 1001110 1001001 0 101010 11101100 111111 100011

Color Harmonies of #212893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212893

Black with #212893

Text Example


Text Example

White with #212893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212893; }

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

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

background-color css

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

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

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

border-color css

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

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

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