#1142AA

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

Shades of Egyptian Blue #1142AA

Tints of Egyptian Blue #1142AA

Color information

#1142AA (or 0x1142AA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 42 and AA. RGB value is (17,66,170). Sum of RGB (Red+Green+Blue) = 17+66+170=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #1142AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1142AA is #EEBD55. Grayscale: #3E3E3E. Windows color (decimal): -15646038 or 11158033. OLE color: 11158033.

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

Color convert

RGB1766170-
CMYK0.90.6100.33
HSL220.78º81.82%36.67%-
HSV(B)220.78º90%66.67%-
XYZ9.446.9238.87-
YUV63.2188.2795.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.72%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 170 (66.80% from 255) = 67.19%
R=6.72%
G=26.09%
B=67.19%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17661700.90.6100.33220.7881.8236.67
Hex1142AA5A3D021dd5225
Octal211022521327504133512245
Binary1000110000101010101010110101111010100001110111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1142AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1142AA; }

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

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

<style>
 a { background-color: #1142AA; }

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

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

<style>
 span { border-color: #1142AA; }

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

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