#1134AA

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

Shades of Egyptian Blue #1134AA

Tints of Egyptian Blue #1134AA

Color information

#1134AA (or 0x1134AA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 34 and AA. RGB value is (17,52,170). Sum of RGB (Red+Green+Blue) = 17+52+170=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #1134AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1134AA is #EECB55. Grayscale: #363636. Windows color (decimal): -15649622 or 11154449. OLE color: 11154449.

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

Color convert

RGB1752170-
CMYK0.90.6900.33
HSL226.27º81.82%36.67%-
HSV(B)226.27º90%66.67%-
XYZ8.715.4838.63-
YUV54.99192.9100.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.11%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 170 (66.80% from 255) = 71.13%
R=7.11%
G=21.76%
B=71.13%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17521700.90.6900.33226.2781.8236.67
Hex1134AA5A45021e25225
Octal216425213210504134212245
Binary1000111010010101010101101010001010100001111000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1134AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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