#1128AA

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

Shades of Egyptian Blue #1128AA

Tints of Egyptian Blue #1128AA

Color information

#1128AA (or 0x1128AA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 28 and AA. RGB value is (17,40,170). Sum of RGB (Red+Green+Blue) = 17+40+170=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #1128AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1128AA is #EED755. Grayscale: #2F2F2F. Windows color (decimal): -15652694 or 11151377. OLE color: 11151377.

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

Color convert

RGB1740170-
CMYK0.90.7600.33
HSL230.98º81.82%36.67%-
HSV(B)230.98º90%66.67%-
XYZ8.254.5438.47-
YUV47.94196.88105.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 170 (66.80% from 255) = 74.89%
R=7.49%
G=17.62%
B=74.89%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17401700.90.7600.33230.9881.8236.67
Hex1128AA5A4C021e75225
Octal215025213211404134712245
Binary1000110100010101010101101010011000100001111001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1128AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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