Html Css Color HEX #202E9E Egyptian Blue

📋 copy color: '#202E9E'

red 32 ◦ green 46 ◦ blue 158

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

Shades of Egyptian Blue #202E9E

Tints of Egyptian Blue #202E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 66.95%

R = 13.56%
G = 19.49%
B = 66.95%

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

#202E9E (or 0x202E9E) is known color: Egyptian Blue. HEX triplet: 20, 2E and 9E. RGB value is (32,46,158). Sum of RGB (Red+Green+Blue) = 32+46+158=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #202E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E9E is #DFD161. Grayscale: #363636. Windows color (decimal): -14668130 or 10366496. OLE color: 10366496.

HSL color Cylindrical-coordinate representation of color #202E9E: hue angle of 233.33º 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 #202E9E is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 46 158 -
CMYK 0.80 0.71 0 0.38
HSL 233.33º 0.66% 0.37% -
HSV(B) 233.33º 0.8% 0.62% -
XYZ 7.74 4.73 32.85 -
YUV 54.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 32 46 158 0.80 0.71 0 0.38 233.33 0.66 0.37
Hex 20 2E 9E 50 47 0 26 E9 42 25
Octal 40 56 236 120 107 0 46 351 102 45
Binary 100000 101110 10011110 1010000 1000111 0 100110 11101001 1000010 100101

Color Harmonies of #202E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202E9E

Black with #202E9E

Text Example


Text Example

White with #202E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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