Html Css Color HEX #202E9F Egyptian Blue

📋 copy color: '#202E9F'

red 32 ◦ green 46 ◦ blue 159

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

Shades of Egyptian Blue #202E9F

Tints of Egyptian Blue #202E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.09%

R = 13.5%
G = 19.41%
B = 67.09%

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

#202E9F (or 0x202E9F) is known color: Egyptian Blue. HEX triplet: 20, 2E and 9F. RGB value is (32,46,159). Sum of RGB (Red+Green+Blue) = 32+46+159=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #202E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E9F is #DFD160. Grayscale: #363636. Windows color (decimal): -14668129 or 10432032. OLE color: 10432032.

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

Color convert

RGB 32 46 159 -
CMYK 0.80 0.71 0 0.38
HSL 233.39º 0.66% 0.37% -
HSV(B) 233.39º 0.8% 0.62% -
XYZ 7.83 4.76 33.31 -
YUV 54.7 186.86 111.81 -
System Red Green Blue C M Y K H S L
Decimal 32 46 159 0.80 0.71 0 0.38 233.39 0.66 0.37
Hex 20 2E 9F 50 47 0 26 E9 42 25
Octal 40 56 237 120 107 0 46 351 102 45
Binary 100000 101110 10011111 1010000 1000111 0 100110 11101001 1000010 100101

Color Harmonies of #202E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202E9F

Black with #202E9F

Text Example


Text Example

White with #202E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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