Html Css Color HEX #202E9D Egyptian Blue

📋 copy color: '#202E9D'

red 32 ◦ green 46 ◦ blue 157

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

Shades of Egyptian Blue #202E9D

Tints of Egyptian Blue #202E9D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.57%

 BLUE value IS 157 (61.72% from 255) = 66.81%

R = 13.62%
G = 19.57%
B = 66.81%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#202E9D (or 0x202E9D) is known color: Egyptian Blue. HEX triplet: 20, 2E and 9D. RGB value is (32,46,157). Sum of RGB (Red+Green+Blue) = 32+46+157=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #202E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E9D is #DFD162. Grayscale: #363636. Windows color (decimal): -14668131 or 10300960. OLE color: 10300960.

HSL color Cylindrical-coordinate representation of color #202E9D: hue angle of 233.28º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #202E9D is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 46 157 -
CMYK 0.80 0.71 0 0.38
HSL 233.28º 0.66% 0.37% -
HSV(B) 233.28º 0.8% 0.62% -
XYZ 7.66 4.7 32.4 -
YUV 54.47 185.86 111.97 -
System Red Green Blue C M Y K H S L
Decimal 32 46 157 0.80 0.71 0 0.38 233.28 0.66 0.37
Hex 20 2E 9D 50 47 0 26 E9 42 25
Octal 40 56 235 120 107 0 46 351 102 45
Binary 100000 101110 10011101 1010000 1000111 0 100110 11101001 1000010 100101

Color Harmonies of #202E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202E9D

Black with #202E9D

Text Example


Text Example

White with #202E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202E9D; }

 p { color: rgb(32,46,157); }

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

background-color css

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

 a { background-color: rgb(32,46,157); }

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

border-color css

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

 span { border-color: rgb(32,46,157); }

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