#1122A5

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

Shades of Egyptian Blue #1122A5

Tints of Egyptian Blue #1122A5

Color information

#1122A5 (or 0x1122A5) is unknown color: approx Egyptian Blue. HEX triplet: 11, 22 and A5. RGB value is (17,34,165). Sum of RGB (Red+Green+Blue) = 17+34+165=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 165 (64.84% from 255 or 76.39% from 216); Max value from RGB is 165 - color contains mainly: blue. Hex color #1122A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1122A5 is #EEDD5A. Grayscale: #2B2B2B. Windows color (decimal): -15654235 or 10822161. OLE color: 10822161.

HSL color Cylindrical-coordinate representation of color #1122A5: hue angle of 233.11º degrees, saturation: 0.81, 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 #1122A5 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1734165-
CMYK0.900.7900.35
HSL233.11º81.32%35.69%-
HSV(B)233.11º89.7%64.71%-
XYZ7.593.9835.97-
YUV43.85196.37108.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 34 (13.67% from 255) = 15.74%
BLUE value IS 165 (64.84% from 255) = 76.39%
R=7.87%
G=15.74%
B=76.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17341650.900.7900.35233.1181.3235.69
Hex1122A55A4F023e95124
Octal214224513211704335112144
Binary1000110001010100101101101010011110100011111010011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1122A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1122A5; }

 p { color: rgb(17,34,165); }

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

<style>
 a { background-color: #1122A5; }

 a { background-color: rgb(17,34,165); }

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

<style>
 span { border-color: #1122A5; }

 span { border-color: rgb(17,34,165); }

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