#1C379B

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

Shades of Egyptian Blue #1C379B

Tints of Egyptian Blue #1C379B

Color information

#1C379B (or 0x1C379B) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 37 and 9B. RGB value is (28,55,155). Sum of RGB (Red+Green+Blue) = 28+55+155=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C379B is #E3C864. Grayscale: #393939. Windows color (decimal): -14927973 or 10172188. OLE color: 10172188.

HSL color Cylindrical-coordinate representation of color #1C379B: hue angle of 227.24º 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 #1C379B is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2855155-
CMYK0.820.6500.39
HSL227.24º69.4%35.88%-
HSV(B)227.24º81.94%60.78%-
XYZ7.765.3531.63-
YUV58.33182.55106.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.76%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 155 (60.94% from 255) = 65.13%
R=11.76%
G=23.11%
B=65.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28551550.820.6500.39227.2469.435.88
Hex1C379B5241027e34524
Octal346723312210104734310544
Binary1110011011110011011101001010000010100111111000111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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