#1132AA

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

Shades of Egyptian Blue #1132AA

Tints of Egyptian Blue #1132AA

Color information

#1132AA (or 0x1132AA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 32 and AA. RGB value is (17,50,170). Sum of RGB (Red+Green+Blue) = 17+50+170=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #1132AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1132AA is #EECD55. Grayscale: #353535. Windows color (decimal): -15650134 or 11153937. OLE color: 11153937.

HSL color Cylindrical-coordinate representation of color #1132AA: hue angle of 227.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1132AA is Cyan = 0.9, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1750170-
CMYK0.90.7100.33
HSL227.06º81.82%36.67%-
HSV(B)227.06º90%66.67%-
XYZ8.635.338.6-
YUV53.81193.57101.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 170 (66.80% from 255) = 71.73%
R=7.17%
G=21.10%
B=71.73%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17501700.90.7100.33227.0681.8236.67
Hex1132AA5A47021e35225
Octal216225213210704134312245
Binary1000111001010101010101101010001110100001111000111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1132AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1132AA; }

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

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

<style>
 a { background-color: #1132AA; }

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

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

<style>
 span { border-color: #1132AA; }

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

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