#11329D

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

Shades of Egyptian Blue #11329D

Tints of Egyptian Blue #11329D

Color information

#11329D (or 0x11329D) is unknown color: approx Egyptian Blue. HEX triplet: 11, 32 and 9D. RGB value is (17,50,157). Sum of RGB (Red+Green+Blue) = 17+50+157=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #11329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11329D is #EECD62. Grayscale: #333333. Windows color (decimal): -15650147 or 10301969. OLE color: 10301969.

HSL color Cylindrical-coordinate representation of color #11329D: hue angle of 225.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11329D is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1750157-
CMYK0.890.6800.38
HSL225.86º80.46%34.12%-
HSV(B)225.86º89.17%61.57%-
XYZ7.464.8332.44-
YUV52.33187.07102.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 157 (61.72% from 255) = 70.09%
R=7.59%
G=22.32%
B=70.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17501570.890.6800.38225.8680.4634.12
Hex11329D5944026e25022
Octal216223513110404634212042
Binary1000111001010011101101100110001000100110111000101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11329D; }

 p { color: rgb(17,50,157); }

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

<style>
 a { background-color: #11329D; }

 a { background-color: rgb(17,50,157); }

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

<style>
 span { border-color: #11329D; }

 span { border-color: rgb(17,50,157); }

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