#1C49A5

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

Shades of Egyptian Blue #1C49A5

Tints of Egyptian Blue #1C49A5

Color information

#1C49A5 (or 0x1C49A5) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 49 and A5. RGB value is (28,73,165). Sum of RGB (Red+Green+Blue) = 28+73+165=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 165 (64.84% from 255 or 62.03% from 266); Max value from RGB is 165 - color contains mainly: blue. Hex color #1C49A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C49A5 is #E3B65A. Grayscale: #454545. Windows color (decimal): -14923355 or 10832156. OLE color: 10832156.

HSL color Cylindrical-coordinate representation of color #1C49A5: hue angle of 220.29º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C49A5 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2873165-
CMYK0.830.5600.35
HSL220.29º70.98%37.84%-
HSV(B)220.29º83.03%64.71%-
XYZ9.657.7336.58-
YUV70.03181.5998.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.53%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 165 (64.84% from 255) = 62.03%
R=10.53%
G=27.44%
B=62.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal28731650.830.5600.35220.2970.9837.84
Hex1C49A55338023dc4726
Octal341112451237004333410746
Binary1110010010011010010110100111110000100011110111001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C49A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C49A5; }

 p { color: rgb(28,73,165); }

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

<style>
 a { background-color: #1C49A5; }

 a { background-color: rgb(28,73,165); }

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

<style>
 span { border-color: #1C49A5; }

 span { border-color: rgb(28,73,165); }

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