#111caa

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

Shades of Egyptian Blue #111CAA

Tints of Egyptian Blue #111CAA

Color information

#111CAA (or 0x111CAA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 1C and AA. RGB value is (17,28,170). Sum of RGB (Red+Green+Blue) = 17+28+170=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #111CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111CAA is #EEE355. Grayscale: #282828. Windows color (decimal): -15655766 or 11148305. OLE color: 11148305.

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

Color convert

RGB1728170-
CMYK0.90.8400.33
HSL235.69º81.82%36.67%-
HSV(B)235.69º90%66.67%-
XYZ7.93.8538.36-
YUV40.9200.86110.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 170 (66.80% from 255) = 79.07%
R=7.91%
G=13.02%
B=79.07%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17281700.90.8400.33235.6981.8236.67
Hex111CAA5A54021ec5225
Octal213425213212404135412245
Binary100011110010101010101101010101000100001111011001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111caa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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