Html Css Color HEX #202893 Egyptian Blue

📋 copy color: '#202893'

red 32 ◦ green 40 ◦ blue 147

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

Shades of Egyptian Blue #202893

Tints of Egyptian Blue #202893

RGB

 RED value IS 32 (12.89% from 255) = 14.61%

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

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

R = 14.61%
G = 18.26%
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

#202893 (or 0x202893) is known color: Egyptian Blue. HEX triplet: 20, 28 and 93. RGB value is (32,40,147). Sum of RGB (Red+Green+Blue) = 32+40+147=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #202893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202893 is #DFD76C. Grayscale: #313131. Windows color (decimal): -14669677 or 9644064. OLE color: 9644064.

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

Color convert

RGB 32 40 147 -
CMYK 0.78 0.73 0 0.42
HSL 235.83º 0.64% 0.35% -
HSV(B) 235.83º 0.78% 0.58% -
XYZ 6.62 3.93 28.01 -
YUV 49.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 32 40 147 0.78 0.73 0 0.42 235.83 0.64 0.35
Hex 20 28 93 4E 49 0 2A EC 40 23
Octal 40 50 223 116 111 0 52 354 100 43
Binary 100000 101000 10010011 1001110 1001001 0 101010 11101100 1000000 100011

Color Harmonies of #202893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202893

Black with #202893

Text Example


Text Example

White with #202893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202893; }

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

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

background-color css

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

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

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

border-color css

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

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

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