Html Css Color HEX #20499F Egyptian Blue

📋 copy color: '#20499F'

red 32 ◦ green 73 ◦ blue 159

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

Shades of Egyptian Blue #20499F

Tints of Egyptian Blue #20499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

 BLUE value IS 159 (62.5% from 255) = 60.23%

R = 12.12%
G = 27.65%
B = 60.23%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20499F (or 0x20499F) is known color: Egyptian Blue. HEX triplet: 20, 49 and 9F. RGB value is (32,73,159). Sum of RGB (Red+Green+Blue) = 32+73+159=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #20499F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20499F is #DFB660. Grayscale: #464646. Windows color (decimal): -14661217 or 10438944. OLE color: 10438944.

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

Color convert

RGB 32 73 159 -
CMYK 0.80 0.54 0 0.38
HSL 220.63º 0.66% 0.37% -
HSV(B) 220.63º 0.8% 0.62% -
XYZ 9.24 7.58 33.78 -
YUV 70.55 177.92 100.51 -
System Red Green Blue C M Y K H S L
Decimal 32 73 159 0.80 0.54 0 0.38 220.63 0.66 0.37
Hex 20 49 9F 50 36 0 26 DD 42 25
Octal 40 111 237 120 66 0 46 335 102 45
Binary 100000 1001001 10011111 1010000 110110 0 100110 11011101 1000010 100101

Color Harmonies of #20499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20499F

Black with #20499F

Text Example


Text Example

White with #20499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20499F; }

 p { color: rgb(32,73,159); }

 H1.HeaderClassName
 {
   color: #20499F;
 }
 .AnyTagClassName
 {
   color: #20499F;
 }
</style>

background-color css

<style>
 a { background-color: #20499F; }

 a { background-color: rgb(32,73,159); }

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

border-color css

<style>
 span { border-color: #20499F; }

 span { border-color: rgb(32,73,159); }

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