#1131AA

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

Shades of Egyptian Blue #1131AA

Tints of Egyptian Blue #1131AA

Color information

#1131AA (or 0x1131AA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 31 and AA. RGB value is (17,49,170). Sum of RGB (Red+Green+Blue) = 17+49+170=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #1131AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1131AA is #EECE55. Grayscale: #343434. Windows color (decimal): -15650390 or 11153681. OLE color: 11153681.

HSL color Cylindrical-coordinate representation of color #1131AA: hue angle of 227.45º 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 #1131AA is Cyan = 0.9, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1749170-
CMYK0.90.7100.33
HSL227.45º81.82%36.67%-
HSV(B)227.45º90%66.67%-
XYZ8.595.2238.58-
YUV53.23193.9102.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.20%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 170 (66.80% from 255) = 72.03%
R=7.20%
G=20.76%
B=72.03%

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
Decimal17491700.90.7100.33227.4581.8236.67
Hex1131AA5A47021e35225
Octal216125213210704134312245
Binary1000111000110101010101101010001110100001111000111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1131AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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