#1C329B

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

Shades of Egyptian Blue #1C329B

Tints of Egyptian Blue #1C329B

Color information

#1C329B (or 0x1C329B) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 32 and 9B. RGB value is (28,50,155). Sum of RGB (Red+Green+Blue) = 28+50+155=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C329B is #E3CD64. Grayscale: #363636. Windows color (decimal): -14929253 or 10170908. OLE color: 10170908.

HSL color Cylindrical-coordinate representation of color #1C329B: hue angle of 229.61º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C329B is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2850155-
CMYK0.820.6800.39
HSL229.61º69.4%35.88%-
HSV(B)229.61º81.94%60.78%-
XYZ7.544.8931.56-
YUV55.39184.21108.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 155 (60.94% from 255) = 66.52%
R=12.02%
G=21.46%
B=66.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28501550.820.6800.39229.6169.435.88
Hex1C329B5244027e64524
Octal346223312210404734610544
Binary1110011001010011011101001010001000100111111001101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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