Html Css Color HEX #20429E Egyptian Blue

📋 copy color: '#20429E'

red 32 ◦ green 66 ◦ blue 158

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

Shades of Egyptian Blue #20429E

Tints of Egyptian Blue #20429E

RGB

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

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

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

R = 12.5%
G = 25.78%
B = 61.72%

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

#20429E (or 0x20429E) is known color: Egyptian Blue. HEX triplet: 20, 42 and 9E. RGB value is (32,66,158). Sum of RGB (Red+Green+Blue) = 32+66+158=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #20429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20429E is #DFBD61. Grayscale: #414141. Windows color (decimal): -14663010 or 10371616. OLE color: 10371616.

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

Color convert

RGB 32 66 158 -
CMYK 0.80 0.58 0 0.38
HSL 223.81º 0.66% 0.37% -
HSV(B) 223.81º 0.8% 0.62% -
XYZ 8.72 6.67 33.18 -
YUV 66.32 179.74 103.52 -
System Red Green Blue C M Y K H S L
Decimal 32 66 158 0.80 0.58 0 0.38 223.81 0.66 0.37
Hex 20 42 9E 50 3A 0 26 E0 42 25
Octal 40 102 236 120 72 0 46 340 102 45
Binary 100000 1000010 10011110 1010000 111010 0 100110 11100000 1000010 100101

Color Harmonies of #20429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20429E

Black with #20429E

Text Example


Text Example

White with #20429E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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