#111AAF

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

Shades of Egyptian Blue #111AAF

Tints of Egyptian Blue #111AAF

Color information

#111AAF (or 0x111AAF) is unknown color: approx Egyptian Blue. HEX triplet: 11, 1A and AF. RGB value is (17,26,175). Sum of RGB (Red+Green+Blue) = 17+26+175=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 175 (68.75% from 255 or 80.28% from 218); Max value from RGB is 175 - color contains mainly: blue. Hex color #111AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111AAF is #EEE550. Grayscale: #272727. Windows color (decimal): -15656273 or 11475473. OLE color: 11475473.

HSL color Cylindrical-coordinate representation of color #111AAF: hue angle of 236.58º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111AAF is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1726175-
CMYK0.900.8500.31
HSL236.58º82.29%37.65%-
HSV(B)236.58º90.29%68.63%-
XYZ8.343.9540.88-
YUV40.3204.02111.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.80%
GREEN value IS 26 (10.55% from 255) = 11.93%
BLUE value IS 175 (68.75% from 255) = 80.28%
R=7.80%
G=11.93%
B=80.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17261750.900.8500.31236.5882.2937.65
Hex111AAF5A5501Fed5226
Octal213225713212503735512246
Binary10001110101010111110110101010101011111111011011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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