#111CA6

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

Shades of Egyptian Blue #111CA6

Tints of Egyptian Blue #111CA6

Color information

#111CA6 (or 0x111CA6) is unknown color: approx Egyptian Blue. HEX triplet: 11, 1C and A6. RGB value is (17,28,166). Sum of RGB (Red+Green+Blue) = 17+28+166=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 166 (65.23% from 255 or 78.67% from 211); Max value from RGB is 166 - color contains mainly: blue. Hex color #111CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111CA6 is #EEE359. Grayscale: #272727. Windows color (decimal): -15655770 or 10886161. OLE color: 10886161.

HSL color Cylindrical-coordinate representation of color #111CA6: hue angle of 235.57º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111CA6 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1728166-
CMYK0.900.8300.35
HSL235.57º81.42%35.88%-
HSV(B)235.57º89.76%65.1%-
XYZ7.533.736.39-
YUV40.44198.86111.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 166 (65.23% from 255) = 78.67%
R=8.06%
G=13.27%
B=78.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17281660.900.8300.35235.5781.4235.88
Hex111CA65A53023ec5124
Octal213424613212304335412144
Binary100011110010100110101101010100110100011111011001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,28,166); }

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

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

 a { background-color: rgb(17,28,166); }

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

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

 span { border-color: rgb(17,28,166); }

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