#1C359E

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

Shades of Egyptian Blue #1C359E

Tints of Egyptian Blue #1C359E

Color information

#1C359E (or 0x1C359E) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 35 and 9E. RGB value is (28,53,158). Sum of RGB (Red+Green+Blue) = 28+53+158=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C359E is #E3CA61. Grayscale: #393939. Windows color (decimal): -14928482 or 10368284. OLE color: 10368284.

HSL color Cylindrical-coordinate representation of color #1C359E: hue angle of 228.46º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C359E is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2853158-
CMYK0.820.6600.38
HSL228.46º69.89%36.47%-
HSV(B)228.46º82.28%61.96%-
XYZ7.925.2632.95-
YUV57.5184.72106.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.72%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 158 (62.11% from 255) = 66.11%
R=11.72%
G=22.18%
B=66.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal28531580.820.6600.38228.4669.8936.47
Hex1C359E5242026e44624
Octal346523612210204634410644
Binary1110011010110011110101001010000100100110111001001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,53,158); }

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

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

 a { background-color: rgb(28,53,158); }

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

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

 span { border-color: rgb(28,53,158); }

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