Html Css Color HEX #20249B Egyptian Blue

📋 copy color: '#20249B'

red 32 ◦ green 36 ◦ blue 155

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

Shades of Egyptian Blue #20249B

Tints of Egyptian Blue #20249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.51%

R = 14.35%
G = 16.14%
B = 69.51%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20249B (or 0x20249B) is known color: Egyptian Blue. HEX triplet: 20, 24 and 9B. RGB value is (32,36,155). Sum of RGB (Red+Green+Blue) = 32+36+155=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #20249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20249B is #DFDB64. Grayscale: #2F2F2F. Windows color (decimal): -14670693 or 10167328. OLE color: 10167328.

HSL color Cylindrical-coordinate representation of color #20249B: hue angle of 238.05º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20249B is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 36 155 -
CMYK 0.79 0.77 0 0.39
HSL 238.05º 0.66% 0.37% -
HSV(B) 238.05º 0.79% 0.61% -
XYZ 7.14 3.94 31.39 -
YUV 48.37 188.17 116.32 -
System Red Green Blue C M Y K H S L
Decimal 32 36 155 0.79 0.77 0 0.39 238.05 0.66 0.37
Hex 20 24 9B 4F 4D 0 27 EE 42 25
Octal 40 44 233 117 115 0 47 356 102 45
Binary 100000 100100 10011011 1001111 1001101 0 100111 11101110 1000010 100101

Color Harmonies of #20249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20249B

Black with #20249B

Text Example


Text Example

White with #20249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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