#1130A4

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

Shades of Egyptian Blue #1130A4

Tints of Egyptian Blue #1130A4

Color information

#1130A4 (or 0x1130A4) is unknown color: approx Egyptian Blue. HEX triplet: 11, 30 and A4. RGB value is (17,48,164). Sum of RGB (Red+Green+Blue) = 17+48+164=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #1130A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1130A4 is #EECF5B. Grayscale: #333333. Windows color (decimal): -15650652 or 10760209. OLE color: 10760209.

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

Color convert

RGB1748164-
CMYK0.900.7100.36
HSL227.35º81.22%35.49%-
HSV(B)227.35º89.63%64.31%-
XYZ7.994.9135.65-
YUV51.96191.23103.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 164 (64.45% from 255) = 71.62%
R=7.42%
G=20.96%
B=71.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17481640.900.7100.36227.3581.2235.49
Hex1130A45A47024e35123
Octal216024413210704434312143
Binary1000111000010100100101101010001110100100111000111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1130A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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