Html Css Color HEX #20399D Egyptian Blue

📋 copy color: '#20399D'

red 32 ◦ green 57 ◦ blue 157

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

Shades of Egyptian Blue #20399D

Tints of Egyptian Blue #20399D

RGB

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

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

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

R = 13.01%
G = 23.17%
B = 63.82%

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

#20399D (or 0x20399D) is known color: Egyptian Blue. HEX triplet: 20, 39 and 9D. RGB value is (32,57,157). Sum of RGB (Red+Green+Blue) = 32+57+157=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #20399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20399D is #DFC662. Grayscale: #3C3C3C. Windows color (decimal): -14665315 or 10303776. OLE color: 10303776.

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

Color convert

RGB 32 57 157 -
CMYK 0.80 0.64 0 0.38
HSL 228º 0.66% 0.37% -
HSV(B) 228º 0.8% 0.62% -
XYZ 8.14 5.67 32.56 -
YUV 60.93 182.22 107.37 -
System Red Green Blue C M Y K H S L
Decimal 32 57 157 0.80 0.64 0 0.38 228 0.66 0.37
Hex 20 39 9D 50 40 0 26 E4 42 25
Octal 40 71 235 120 100 0 46 344 102 45
Binary 100000 111001 10011101 1010000 1000000 0 100110 11100100 1000010 100101

Color Harmonies of #20399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20399D

Black with #20399D

Text Example


Text Example

White with #20399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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