Html Css Color HEX #213193 Egyptian Blue

📋 copy color: '#213193'

red 33 ◦ green 49 ◦ blue 147

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

Shades of Egyptian Blue #213193

Tints of Egyptian Blue #213193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

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

R = 14.41%
G = 21.4%
B = 64.19%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#213193 (or 0x213193) is known color: Egyptian Blue. HEX triplet: 21, 31 and 93. RGB value is (33,49,147). Sum of RGB (Red+Green+Blue) = 33+49+147=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #213193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213193 is #DECE6C. Grayscale: #363636. Windows color (decimal): -14601837 or 9646369. OLE color: 9646369.

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

Color convert

RGB 33 49 147 -
CMYK 0.78 0.67 0 0.42
HSL 231.58º 0.63% 0.35% -
HSV(B) 231.58º 0.78% 0.58% -
XYZ 6.99 4.63 28.13 -
YUV 55.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 33 49 147 0.78 0.67 0 0.42 231.58 0.63 0.35
Hex 21 31 93 4E 43 0 2A E8 3F 23
Octal 41 61 223 116 103 0 52 350 77 43
Binary 100001 110001 10010011 1001110 1000011 0 101010 11101000 111111 100011

Color Harmonies of #213193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213193

Black with #213193

Text Example


Text Example

White with #213193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213193; }

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

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

background-color css

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

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

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

border-color css

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

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

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