#2049A0

Color #2049A0 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #2049A0

Tints of Egyptian Blue #2049A0

Color information

#2049A0 (or 0x2049A0) is unknown color: approx Egyptian Blue. HEX triplet: 20, 49 and A0. RGB value is (32,73,160). Sum of RGB (Red+Green+Blue) = 32+73+160=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 160 (62.89% from 255 or 60.38% from 265); Max value from RGB is 160 - color contains mainly: blue. Hex color #2049A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2049A0 is #DFB65F. Grayscale: #464646. Windows color (decimal): -14661216 or 10504480. OLE color: 10504480.

HSL color Cylindrical-coordinate representation of color #2049A0: hue angle of 220.78º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2049A0 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3273160-
CMYK0.800.5400.37
HSL220.78º66.67%37.65%-
HSV(B)220.78º80%62.75%-
XYZ9.327.6134.24-
YUV70.66178.42100.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 160 (62.89% from 255) = 60.38%
R=12.08%
G=27.55%
B=60.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal32731600.800.5400.37220.7866.6737.65
Hex2049A05036025dd4326
Octal401112401206604533510346
Binary10000010010011010000010100001101100100101110111011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2049A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2049A0; }

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

 H1.HeaderClassName
 {
   color: #2049A0;
 }
 .AnyTagClassName
 {
   color: #2049A0;
 }
</style>
background-color css

<style>
 a { background-color: #2049A0; }

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

 div.DivClassName
 {
   background-color: #2049A0;
 }
 .BgClassName
 {
   background-color: #2049A0;
 }
</style>
border-color css

<style>
 span { border-color: #2049A0; }

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

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