#111EAC

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

Shades of Egyptian Blue #111EAC

Tints of Egyptian Blue #111EAC

Color information

#111EAC (or 0x111EAC) is unknown color: approx Egyptian Blue. HEX triplet: 11, 1E and AC. RGB value is (17,30,172). Sum of RGB (Red+Green+Blue) = 17+30+172=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #111EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111EAC is #EEE153. Grayscale: #292929. Windows color (decimal): -15655252 or 11279889. OLE color: 11279889.

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

Color convert

RGB1730172-
CMYK0.900.8300.33
HSL234.97º82.01%37.06%-
HSV(B)234.97º90.12%67.45%-
XYZ8.144.0339.38-
YUV42.3201.19109.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 172 (67.58% from 255) = 78.54%
R=7.76%
G=13.70%
B=78.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17301720.900.8300.33234.9782.0137.06
Hex111EAC5A53021eb5225
Octal213625413212304135312245
Binary100011111010101100101101010100110100001111010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,30,172); }

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

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

 a { background-color: rgb(17,30,172); }

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

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

 span { border-color: rgb(17,30,172); }

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