Html Css Color HEX #20409D Egyptian Blue

📋 copy color: '#20409D'

red 32 ◦ green 64 ◦ blue 157

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

Shades of Egyptian Blue #20409D

Tints of Egyptian Blue #20409D

RGB

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

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

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

R = 12.65%
G = 25.3%
B = 62.06%

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

#20409D (or 0x20409D) is known color: Egyptian Blue. HEX triplet: 20, 40 and 9D. RGB value is (32,64,157). Sum of RGB (Red+Green+Blue) = 32+64+157=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #20409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20409D is #DFBF62. Grayscale: #404040. Windows color (decimal): -14663523 or 10305568. OLE color: 10305568.

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

Color convert

RGB 32 64 157 -
CMYK 0.80 0.59 0 0.38
HSL 224.64º 0.66% 0.37% -
HSV(B) 224.64º 0.8% 0.62% -
XYZ 8.51 6.41 32.69 -
YUV 65.03 179.9 104.44 -
System Red Green Blue C M Y K H S L
Decimal 32 64 157 0.80 0.59 0 0.38 224.64 0.66 0.37
Hex 20 40 9D 50 3B 0 26 E1 42 25
Octal 40 100 235 120 73 0 46 341 102 45
Binary 100000 1000000 10011101 1010000 111011 0 100110 11100001 1000010 100101

Color Harmonies of #20409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20409D

Black with #20409D

Text Example


Text Example

White with #20409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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