#2048A0

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

Shades of Egyptian Blue #2048A0

Tints of Egyptian Blue #2048A0

Color information

#2048A0 (or 0x2048A0) is unknown color: approx Egyptian Blue. HEX triplet: 20, 48 and A0. RGB value is (32,72,160). Sum of RGB (Red+Green+Blue) = 32+72+160=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 160 (62.89% from 255 or 60.61% from 264); Max value from RGB is 160 - color contains mainly: blue. Hex color #2048A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2048A0 is #DFB75F. Grayscale: #454545. Windows color (decimal): -14661472 or 10504224. OLE color: 10504224.

HSL color Cylindrical-coordinate representation of color #2048A0: hue angle of 221.25º 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 #2048A0 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3272160-
CMYK0.800.5500.37
HSL221.25º66.67%37.65%-
HSV(B)221.25º80%62.75%-
XYZ9.267.4834.21-
YUV70.07178.75100.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.12%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 160 (62.89% from 255) = 60.61%
R=12.12%
G=27.27%
B=60.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal32721600.800.5500.37221.2566.6737.65
Hex2048A05037025dd4326
Octal401102401206704533510346
Binary10000010010001010000010100001101110100101110111011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2048A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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