#1130aa

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

Shades of Egyptian Blue #1130AA

Tints of Egyptian Blue #1130AA

Color information

#1130AA (or 0x1130AA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 30 and AA. RGB value is (17,48,170). Sum of RGB (Red+Green+Blue) = 17+48+170=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #1130AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1130AA is #EECF55. Grayscale: #343434. Windows color (decimal): -15650646 or 11153425. OLE color: 11153425.

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

Color convert

RGB1748170-
CMYK0.90.7200.33
HSL227.84º81.82%36.67%-
HSV(B)227.84º90%66.67%-
XYZ8.545.1438.57-
YUV52.64194.23102.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 170 (66.80% from 255) = 72.34%
R=7.23%
G=20.43%
B=72.34%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17481700.90.7200.33227.8481.8236.67
Hex1130AA5A48021e45225
Octal216025213211004134412245
Binary1000111000010101010101101010010000100001111001001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1130aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1130aa; }

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

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

<style>
 a { background-color: #1130aa; }

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

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

<style>
 span { border-color: #1130aa; }

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

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