Html Css Color HEX #20249E Egyptian Blue

📋 copy color: '#20249E'

red 32 ◦ green 36 ◦ blue 158

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

Shades of Egyptian Blue #20249E

Tints of Egyptian Blue #20249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

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

R = 14.16%
G = 15.93%
B = 69.91%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20249E (or 0x20249E) is known color: Egyptian Blue. HEX triplet: 20, 24 and 9E. RGB value is (32,36,158). Sum of RGB (Red+Green+Blue) = 32+36+158=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 158 (62.11% from 255 or 69.91% from 226); Max value from RGB is 158 - color contains mainly: blue. Hex color #20249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20249E is #DFDB61. Grayscale: #303030. Windows color (decimal): -14670690 or 10363936. OLE color: 10363936.

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

Color convert

RGB 32 36 158 -
CMYK 0.80 0.77 0 0.38
HSL 238.1º 0.66% 0.37% -
HSV(B) 238.1º 0.8% 0.62% -
XYZ 7.4 4.04 32.74 -
YUV 48.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 32 36 158 0.80 0.77 0 0.38 238.1 0.66 0.37
Hex 20 24 9E 50 4D 0 26 EE 42 25
Octal 40 44 236 120 115 0 46 356 102 45
Binary 100000 100100 10011110 1010000 1001101 0 100110 11101110 1000010 100101

Color Harmonies of #20249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20249E

Black with #20249E

Text Example


Text Example

White with #20249E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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