#112EAE

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

Shades of Egyptian Blue #112EAE

Tints of Egyptian Blue #112EAE

Color information

#112EAE (or 0x112EAE) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2E and AE. RGB value is (17,46,174). Sum of RGB (Red+Green+Blue) = 17+46+174=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #112EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112EAE is #EED151. Grayscale: #333333. Windows color (decimal): -15651154 or 11415057. OLE color: 11415057.

HSL color Cylindrical-coordinate representation of color #112EAE: hue angle of 228.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112EAE is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1746174-
CMYK0.900.7400.32
HSL228.92º82.2%37.45%-
HSV(B)228.92º90.23%68.24%-
XYZ8.855.1340.57-
YUV51.92196.89103.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 174 (68.36% from 255) = 73.42%
R=7.17%
G=19.41%
B=73.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17461740.900.7400.32228.9282.237.45
Hex112EAE5A4A020e55225
Octal215625613211204034512245
Binary1000110111010101110101101010010100100000111001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112EAE; }

 p { color: rgb(17,46,174); }

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

<style>
 a { background-color: #112EAE; }

 a { background-color: rgb(17,46,174); }

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

<style>
 span { border-color: #112EAE; }

 span { border-color: rgb(17,46,174); }

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