#1118AC

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

Shades of Egyptian Blue #1118AC

Tints of Egyptian Blue #1118AC

Color information

#1118AC (or 0x1118AC) is unknown color: approx Egyptian Blue. HEX triplet: 11, 18 and AC. RGB value is (17,24,172). Sum of RGB (Red+Green+Blue) = 17+24+172=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 172 (67.58% from 255 or 80.75% from 213); Max value from RGB is 172 - color contains mainly: blue. Hex color #1118AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1118AC is #EEE753. Grayscale: #262626. Windows color (decimal): -15656788 or 11278353. OLE color: 11278353.

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

Color convert

RGB1724172-
CMYK0.900.8600.33
HSL237.29º82.01%37.06%-
HSV(B)237.29º90.12%67.45%-
XYZ83.7539.33-
YUV38.78203.18112.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 172 (67.58% from 255) = 80.75%
R=7.98%
G=11.27%
B=80.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17241720.900.8600.33237.2982.0137.06
Hex1118AC5A56021ed5225
Octal213025413212604135512245
Binary100011100010101100101101010101100100001111011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1118AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1118AC; }

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

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

<style>
 a { background-color: #1118AC; }

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

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

<style>
 span { border-color: #1118AC; }

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

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