#112E9E

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

Shades of Egyptian Blue #112E9E

Tints of Egyptian Blue #112E9E

Color information

#112E9E (or 0x112E9E) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2E and 9E. RGB value is (17,46,158). Sum of RGB (Red+Green+Blue) = 17+46+158=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #112E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112E9E is #EED161. Grayscale: #313131. Windows color (decimal): -15651170 or 10366481. OLE color: 10366481.

HSL color Cylindrical-coordinate representation of color #112E9E: hue angle of 227.66º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112E9E is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1746158-
CMYK0.890.7100.38
HSL227.66º80.57%34.31%-
HSV(B)227.66º89.24%61.96%-
XYZ7.384.5432.84-
YUV50.1188.89104.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.69%
GREEN value IS 46 (18.36% from 255) = 20.81%
BLUE value IS 158 (62.11% from 255) = 71.49%
R=7.69%
G=20.81%
B=71.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17461580.890.7100.38227.6680.5734.31
Hex112E9E5947026e45122
Octal215623613110704634412142
Binary1000110111010011110101100110001110100110111001001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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