#1C4392

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

Shades of Egyptian Blue #1C4392

Tints of Egyptian Blue #1C4392

Color information

#1C4392 (or 0x1C4392) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 43 and 92. RGB value is (28,67,146). Sum of RGB (Red+Green+Blue) = 28+67+146=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C4392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4392 is #E3BC6D. Grayscale: #3F3F3F. Windows color (decimal): -14924910 or 9585436. OLE color: 9585436.

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

Color convert

RGB2867146-
CMYK0.810.5400.43
HSL220.17º67.82%34.12%-
HSV(B)220.17º80.82%57.25%-
XYZ7.676.3428.01-
YUV64.34174.08102.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 146 (57.42% from 255) = 60.58%
R=11.62%
G=27.80%
B=60.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28671460.810.5400.43220.1767.8234.12
Hex1C4392513602Bdc4422
Octal341032221216605333410442
Binary1110010000111001001010100011101100101011110111001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,67,146); }

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

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

 a { background-color: rgb(28,67,146); }

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

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

 span { border-color: rgb(28,67,146); }

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