Html Css Color HEX #20409E Egyptian Blue

📋 copy color: '#20409E'

red 32 ◦ green 64 ◦ blue 158

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

Shades of Egyptian Blue #20409E

Tints of Egyptian Blue #20409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

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

R = 12.6%
G = 25.2%
B = 62.2%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20409E (or 0x20409E) is known color: Egyptian Blue. HEX triplet: 20, 40 and 9E. RGB value is (32,64,158). Sum of RGB (Red+Green+Blue) = 32+64+158=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #20409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20409E is #DFBF61. Grayscale: #404040. Windows color (decimal): -14663522 or 10371104. OLE color: 10371104.

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

Color convert

RGB 32 64 158 -
CMYK 0.80 0.59 0 0.38
HSL 224.76º 0.66% 0.37% -
HSV(B) 224.76º 0.8% 0.62% -
XYZ 8.6 6.44 33.14 -
YUV 65.15 180.4 104.36 -
System Red Green Blue C M Y K H S L
Decimal 32 64 158 0.80 0.59 0 0.38 224.76 0.66 0.37
Hex 20 40 9E 50 3B 0 26 E1 42 25
Octal 40 100 236 120 73 0 46 341 102 45
Binary 100000 1000000 10011110 1010000 111011 0 100110 11100001 1000010 100101

Color Harmonies of #20409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20409E

Black with #20409E

Text Example


Text Example

White with #20409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20409E; }

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

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

background-color css

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

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

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

border-color css

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

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

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