#1C4494

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

Shades of Egyptian Blue #1C4494

Tints of Egyptian Blue #1C4494

Color information

#1C4494 (or 0x1C4494) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 44 and 94. RGB value is (28,68,148). Sum of RGB (Red+Green+Blue) = 28+68+148=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C4494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4494 is #E3BB6B. Grayscale: #404040. Windows color (decimal): -14924652 or 9716764. OLE color: 9716764.

HSL color Cylindrical-coordinate representation of color #1C4494: hue angle of 220º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C4494 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2868148-
CMYK0.810.5400.42
HSL220º68.18%34.51%-
HSV(B)220º81.08%58.04%-
XYZ7.896.5228.86-
YUV65.16174.75101.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.48%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 148 (58.20% from 255) = 60.66%
R=11.48%
G=27.87%
B=60.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28681480.810.5400.4222068.1834.51
Hex1C4494513602Adc4423
Octal341042241216605233410443
Binary1110010001001001010010100011101100101010110111001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,68,148); }

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

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

 a { background-color: rgb(28,68,148); }

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

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

 span { border-color: rgb(28,68,148); }

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