#111AAA

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

Shades of Egyptian Blue #111AAA

Tints of Egyptian Blue #111AAA

Color information

#111AAA (or 0x111AAA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 1A and AA. RGB value is (17,26,170). Sum of RGB (Red+Green+Blue) = 17+26+170=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #111AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111AAA is #EEE555. Grayscale: #272727. Windows color (decimal): -15656278 or 11147793. OLE color: 11147793.

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

Color convert

RGB1726170-
CMYK0.90.8500.33
HSL236.47º81.82%36.67%-
HSV(B)236.47º90%66.67%-
XYZ7.863.7638.34-
YUV39.72201.52111.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 170 (66.80% from 255) = 79.81%
R=7.98%
G=12.21%
B=79.81%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17261700.90.8500.33236.4781.8236.67
Hex111AAA5A55021ec5225
Octal213225213212504135412245
Binary100011101010101010101101010101010100001111011001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111AAA; }

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

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

<style>
 a { background-color: #111AAA; }

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

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

<style>
 span { border-color: #111AAA; }

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

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