#1128A7

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

Shades of Egyptian Blue #1128A7

Tints of Egyptian Blue #1128A7

Color information

#1128A7 (or 0x1128A7) is unknown color: approx Egyptian Blue. HEX triplet: 11, 28 and A7. RGB value is (17,40,167). Sum of RGB (Red+Green+Blue) = 17+40+167=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 167 (65.62% from 255 or 74.55% from 224); Max value from RGB is 167 - color contains mainly: blue. Hex color #1128A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1128A7 is #EED758. Grayscale: #2F2F2F. Windows color (decimal): -15652697 or 10954769. OLE color: 10954769.

HSL color Cylindrical-coordinate representation of color #1128A7: hue angle of 230.8º degrees, saturation: 0.82, 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 #1128A7 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1740167-
CMYK0.900.7600.35
HSL230.8º81.52%36.08%-
HSV(B)230.8º89.82%65.49%-
XYZ7.974.4336.99-
YUV47.6195.38106.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 167 (65.62% from 255) = 74.55%
R=7.59%
G=17.86%
B=74.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17401670.900.7600.35230.881.5236.08
Hex1128A75A4C023e75224
Octal215024713211404334712244
Binary1000110100010100111101101010011000100011111001111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1128A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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