#1C3E91

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

Shades of Egyptian Blue #1C3E91

Tints of Egyptian Blue #1C3E91

Color information

#1C3E91 (or 0x1C3E91) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 3E and 91. RGB value is (28,62,145). Sum of RGB (Red+Green+Blue) = 28+62+145=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #1C3E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3E91 is #E3C16E. Grayscale: #3C3C3C. Windows color (decimal): -14926191 or 9518620. OLE color: 9518620.

HSL color Cylindrical-coordinate representation of color #1C3E91: hue angle of 222.56º 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 #1C3E91 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2862145-
CMYK0.810.5700.43
HSL222.56º67.63%33.92%-
HSV(B)222.56º80.69%56.86%-
XYZ7.315.7427.51-
YUV61.3175.24104.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 62 (24.61% from 255) = 26.38%
BLUE value IS 145 (57.03% from 255) = 61.70%
R=11.91%
G=26.38%
B=61.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28621450.810.5700.43222.5667.6333.92
Hex1C3E91513902Bdf4422
Octal34762211217105333710442
Binary111001111101001000110100011110010101011110111111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,62,145); }

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

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

 a { background-color: rgb(28,62,145); }

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

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

 span { border-color: rgb(28,62,145); }

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