Html Css Color HEX #20429D Egyptian Blue

📋 copy color: '#20429D'

red 32 ◦ green 66 ◦ blue 157

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

Shades of Egyptian Blue #20429D

Tints of Egyptian Blue #20429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

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

R = 12.55%
G = 25.88%
B = 61.57%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20429D (or 0x20429D) is known color: Egyptian Blue. HEX triplet: 20, 42 and 9D. RGB value is (32,66,157). Sum of RGB (Red+Green+Blue) = 32+66+157=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #20429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20429D is #DFBD62. Grayscale: #414141. Windows color (decimal): -14663011 or 10306080. OLE color: 10306080.

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

Color convert

RGB 32 66 157 -
CMYK 0.80 0.58 0 0.38
HSL 223.68º 0.66% 0.37% -
HSV(B) 223.68º 0.8% 0.62% -
XYZ 8.63 6.64 32.72 -
YUV 66.21 179.24 103.6 -
System Red Green Blue C M Y K H S L
Decimal 32 66 157 0.80 0.58 0 0.38 223.68 0.66 0.37
Hex 20 42 9D 50 3A 0 26 E0 42 25
Octal 40 102 235 120 72 0 46 340 102 45
Binary 100000 1000010 10011101 1010000 111010 0 100110 11100000 1000010 100101

Color Harmonies of #20429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20429D

Black with #20429D

Text Example


Text Example

White with #20429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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