Html Css Color HEX #213593 Egyptian Blue

📋 copy color: '#213593'

red 33 ◦ green 53 ◦ blue 147

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

Shades of Egyptian Blue #213593

Tints of Egyptian Blue #213593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.75%

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

R = 14.16%
G = 22.75%
B = 63.09%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#213593 (or 0x213593) is known color: Egyptian Blue. HEX triplet: 21, 35 and 93. RGB value is (33,53,147). Sum of RGB (Red+Green+Blue) = 33+53+147=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #213593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213593 is #DECA6C. Grayscale: #393939. Windows color (decimal): -14600813 or 9647393. OLE color: 9647393.

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

Color convert

RGB 33 53 147 -
CMYK 0.78 0.64 0 0.42
HSL 229.47º 0.63% 0.35% -
HSV(B) 229.47º 0.78% 0.58% -
XYZ 7.17 4.98 28.19 -
YUV 57.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 33 53 147 0.78 0.64 0 0.42 229.47 0.63 0.35
Hex 21 35 93 4E 40 0 2A E5 3F 23
Octal 41 65 223 116 100 0 52 345 77 43
Binary 100001 110101 10010011 1001110 1000000 0 101010 11100101 111111 100011

Color Harmonies of #213593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213593

Black with #213593

Text Example


Text Example

White with #213593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213593; }

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

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

background-color css

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

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

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

border-color css

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

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

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