#1143AE

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

Shades of Egyptian Blue #1143AE

Tints of Egyptian Blue #1143AE

Color information

#1143AE (or 0x1143AE) is unknown color: approx Egyptian Blue. HEX triplet: 11, 43 and AE. RGB value is (17,67,174). Sum of RGB (Red+Green+Blue) = 17+67+174=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #1143AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1143AE is #EEBC51. Grayscale: #3F3F3F. Windows color (decimal): -15645778 or 11420433. OLE color: 11420433.

HSL color Cylindrical-coordinate representation of color #1143AE: hue angle of 220.89º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1143AE is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1767174-
CMYK0.900.6100.32
HSL220.89º82.2%37.45%-
HSV(B)220.89º90.23%68.24%-
XYZ9.887.1940.91-
YUV64.25189.9494.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.59%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 174 (68.36% from 255) = 67.44%
R=6.59%
G=25.97%
B=67.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17671740.900.6100.32220.8982.237.45
Hex1143AE5A3D020dd5225
Octal211032561327504033512245
Binary1000110000111010111010110101111010100000110111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1143AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1143AE; }

 p { color: rgb(17,67,174); }

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

<style>
 a { background-color: #1143AE; }

 a { background-color: rgb(17,67,174); }

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

<style>
 span { border-color: #1143AE; }

 span { border-color: rgb(17,67,174); }

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