#1130A5

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

Shades of Egyptian Blue #1130A5

Tints of Egyptian Blue #1130A5

Color information

#1130A5 (or 0x1130A5) is unknown color: approx Egyptian Blue. HEX triplet: 11, 30 and A5. RGB value is (17,48,165). Sum of RGB (Red+Green+Blue) = 17+48+165=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 165 (64.84% from 255 or 71.74% from 230); Max value from RGB is 165 - color contains mainly: blue. Hex color #1130A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1130A5 is #EECF5A. Grayscale: #333333. Windows color (decimal): -15650651 or 10825745. OLE color: 10825745.

HSL color Cylindrical-coordinate representation of color #1130A5: hue angle of 227.43º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1130A5 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1748165-
CMYK0.900.7100.35
HSL227.43º81.32%35.69%-
HSV(B)227.43º89.7%64.71%-
XYZ8.084.9536.13-
YUV52.07191.73102.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 165 (64.84% from 255) = 71.74%
R=7.39%
G=20.87%
B=71.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17481650.900.7100.35227.4381.3235.69
Hex1130A55A47023e35124
Octal216024513210704334312144
Binary1000111000010100101101101010001110100011111000111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1130A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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