#111AAB

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

Shades of Egyptian Blue #111AAB

Tints of Egyptian Blue #111AAB

Color information

#111AAB (or 0x111AAB) is unknown color: approx Egyptian Blue. HEX triplet: 11, 1A and AB. RGB value is (17,26,171). Sum of RGB (Red+Green+Blue) = 17+26+171=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #111AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111AAB is #EEE554. Grayscale: #272727. Windows color (decimal): -15656277 or 11213329. OLE color: 11213329.

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

Color convert

RGB1726171-
CMYK0.900.8500.33
HSL236.49º81.91%36.86%-
HSV(B)236.49º90.06%67.06%-
XYZ7.953.838.84-
YUV39.84202.02111.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 26 (10.55% from 255) = 12.15%
BLUE value IS 171 (67.19% from 255) = 79.91%
R=7.94%
G=12.15%
B=79.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17261710.900.8500.33236.4981.9136.86
Hex111AAB5A55021ec5225
Octal213225313212504135412245
Binary100011101010101011101101010101010100001111011001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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