#1C3289

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

Shades of Egyptian Blue #1C3289

Tints of Egyptian Blue #1C3289

Color information

#1C3289 (or 0x1C3289) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 32 and 89. RGB value is (28,50,137). Sum of RGB (Red+Green+Blue) = 28+50+137=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C3289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3289 is #E3CD76. Grayscale: #343434. Windows color (decimal): -14929271 or 8991260. OLE color: 8991260.

HSL color Cylindrical-coordinate representation of color #1C3289: hue angle of 227.89º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C3289 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2850137-
CMYK0.800.6400.46
HSL227.89º66.06%32.35%-
HSV(B)227.89º79.56%53.73%-
XYZ6.134.3324.18-
YUV53.34175.21109.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 137 (53.91% from 255) = 63.72%
R=13.02%
G=23.26%
B=63.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28501370.800.6400.46227.8966.0632.35
Hex1C3289504002Ee44220
Octal346221112010005634410240
Binary1110011001010001001101000010000000101110111001001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,50,137); }

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

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

 a { background-color: rgb(28,50,137); }

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

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

 span { border-color: rgb(28,50,137); }

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