Html Css Color HEX #20399E Egyptian Blue

📋 copy color: '#20399E'

red 32 ◦ green 57 ◦ blue 158

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

Shades of Egyptian Blue #20399E

Tints of Egyptian Blue #20399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

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

R = 12.96%
G = 23.08%
B = 63.97%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20399E (or 0x20399E) is known color: Egyptian Blue. HEX triplet: 20, 39 and 9E. RGB value is (32,57,158). Sum of RGB (Red+Green+Blue) = 32+57+158=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #20399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20399E is #DFC661. Grayscale: #3C3C3C. Windows color (decimal): -14665314 or 10369312. OLE color: 10369312.

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

Color convert

RGB 32 57 158 -
CMYK 0.80 0.64 0 0.38
HSL 228.1º 0.66% 0.37% -
HSV(B) 228.1º 0.8% 0.62% -
XYZ 8.23 5.7 33.01 -
YUV 61.04 182.72 107.29 -
System Red Green Blue C M Y K H S L
Decimal 32 57 158 0.80 0.64 0 0.38 228.1 0.66 0.37
Hex 20 39 9E 50 40 0 26 E4 42 25
Octal 40 71 236 120 100 0 46 344 102 45
Binary 100000 111001 10011110 1010000 1000000 0 100110 11100100 1000010 100101

Color Harmonies of #20399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20399E

Black with #20399E

Text Example


Text Example

White with #20399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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