Html Css Color HEX #20249D Egyptian Blue

📋 copy color: '#20249D'

red 32 ◦ green 36 ◦ blue 157

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

Shades of Egyptian Blue #20249D

Tints of Egyptian Blue #20249D

RGB

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

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

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

R = 14.22%
G = 16%
B = 69.78%

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

#20249D (or 0x20249D) is known color: Egyptian Blue. HEX triplet: 20, 24 and 9D. RGB value is (32,36,157). Sum of RGB (Red+Green+Blue) = 32+36+157=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #20249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20249D is #DFDB62. Grayscale: #303030. Windows color (decimal): -14670691 or 10298400. OLE color: 10298400.

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

Color convert

RGB 32 36 157 -
CMYK 0.80 0.77 0 0.38
HSL 238.08º 0.66% 0.37% -
HSV(B) 238.08º 0.8% 0.62% -
XYZ 7.31 4 32.29 -
YUV 48.6 189.17 116.16 -
System Red Green Blue C M Y K H S L
Decimal 32 36 157 0.80 0.77 0 0.38 238.08 0.66 0.37
Hex 20 24 9D 50 4D 0 26 EE 42 25
Octal 40 44 235 120 115 0 46 356 102 45
Binary 100000 100100 10011101 1010000 1001101 0 100110 11101110 1000010 100101

Color Harmonies of #20249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20249D

Black with #20249D

Text Example


Text Example

White with #20249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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