Html Css Color HEX #20239E Egyptian Blue

📋 copy color: '#20239E'

red 32 ◦ green 35 ◦ blue 158

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

Shades of Egyptian Blue #20239E

Tints of Egyptian Blue #20239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

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

R = 14.22%
G = 15.56%
B = 70.22%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20239E (or 0x20239E) is known color: Egyptian Blue. HEX triplet: 20, 23 and 9E. RGB value is (32,35,158). Sum of RGB (Red+Green+Blue) = 32+35+158=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #20239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20239E is #DFDC61. Grayscale: #2F2F2F. Windows color (decimal): -14670946 or 10363680. OLE color: 10363680.

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

Color convert

RGB 32 35 158 -
CMYK 0.80 0.78 0 0.38
HSL 238.57º 0.66% 0.37% -
HSV(B) 238.57º 0.8% 0.62% -
XYZ 7.37 3.98 32.73 -
YUV 48.13 190.01 116.5 -
System Red Green Blue C M Y K H S L
Decimal 32 35 158 0.80 0.78 0 0.38 238.57 0.66 0.37
Hex 20 23 9E 50 4E 0 26 EF 42 25
Octal 40 43 236 120 116 0 46 357 102 45
Binary 100000 100011 10011110 1010000 1001110 0 100110 11101111 1000010 100101

Color Harmonies of #20239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20239E

Black with #20239E

Text Example


Text Example

White with #20239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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