Html Css Color HEX #20439E Egyptian Blue

📋 copy color: '#20439E'

red 32 ◦ green 67 ◦ blue 158

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

Shades of Egyptian Blue #20439E

Tints of Egyptian Blue #20439E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

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

R = 12.45%
G = 26.07%
B = 61.48%

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

#20439E (or 0x20439E) is known color: Egyptian Blue. HEX triplet: 20, 43 and 9E. RGB value is (32,67,158). Sum of RGB (Red+Green+Blue) = 32+67+158=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #20439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20439E is #DFBC61. Grayscale: #424242. Windows color (decimal): -14662754 or 10371872. OLE color: 10371872.

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

Color convert

RGB 32 67 158 -
CMYK 0.80 0.58 0 0.38
HSL 223.33º 0.66% 0.37% -
HSV(B) 223.33º 0.8% 0.62% -
XYZ 8.77 6.79 33.2 -
YUV 66.91 179.4 103.1 -
System Red Green Blue C M Y K H S L
Decimal 32 67 158 0.80 0.58 0 0.38 223.33 0.66 0.37
Hex 20 43 9E 50 3A 0 26 DF 42 25
Octal 40 103 236 120 72 0 46 337 102 45
Binary 100000 1000011 10011110 1010000 111010 0 100110 11011111 1000010 100101

Color Harmonies of #20439E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20439E

Black with #20439E

Text Example


Text Example

White with #20439E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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