#112EAD

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

Shades of Egyptian Blue #112EAD

Tints of Egyptian Blue #112EAD

Color information

#112EAD (or 0x112EAD) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2E and AD. RGB value is (17,46,173). Sum of RGB (Red+Green+Blue) = 17+46+173=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #112EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112EAD is #EED152. Grayscale: #333333. Windows color (decimal): -15651155 or 11349521. OLE color: 11349521.

HSL color Cylindrical-coordinate representation of color #112EAD: hue angle of 228.85º 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 #112EAD is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1746173-
CMYK0.900.7300.32
HSL228.85º82.11%37.25%-
HSV(B)228.85º90.17%67.84%-
XYZ8.755.0940.06-
YUV51.81196.39103.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.20%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 173 (67.97% from 255) = 73.31%
R=7.20%
G=19.49%
B=73.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17461730.900.7300.32228.8582.1137.25
Hex112EAD5A49020e55225
Octal215625513211104034512245
Binary1000110111010101101101101010010010100000111001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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