Html Css Color HEX #20429F Egyptian Blue

📋 copy color: '#20429F'

red 32 ◦ green 66 ◦ blue 159

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

Shades of Egyptian Blue #20429F

Tints of Egyptian Blue #20429F

RGB

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

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

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

R = 12.45%
G = 25.68%
B = 61.87%

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

#20429F (or 0x20429F) is known color: Egyptian Blue. HEX triplet: 20, 42 and 9F. RGB value is (32,66,159). Sum of RGB (Red+Green+Blue) = 32+66+159=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #20429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20429F is #DFBD60. Grayscale: #424242. Windows color (decimal): -14663009 or 10437152. OLE color: 10437152.

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

Color convert

RGB 32 66 159 -
CMYK 0.80 0.58 0 0.38
HSL 223.94º 0.66% 0.37% -
HSV(B) 223.94º 0.8% 0.62% -
XYZ 8.8 6.71 33.63 -
YUV 66.44 180.24 103.44 -
System Red Green Blue C M Y K H S L
Decimal 32 66 159 0.80 0.58 0 0.38 223.94 0.66 0.37
Hex 20 42 9F 50 3A 0 26 E0 42 25
Octal 40 102 237 120 72 0 46 340 102 45
Binary 100000 1000010 10011111 1010000 111010 0 100110 11100000 1000010 100101

Color Harmonies of #20429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20429F

Black with #20429F

Text Example


Text Example

White with #20429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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