#112AA0

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

Shades of Egyptian Blue #112AA0

Tints of Egyptian Blue #112AA0

Color information

#112AA0 (or 0x112AA0) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2A and A0. RGB value is (17,42,160). Sum of RGB (Red+Green+Blue) = 17+42+160=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 160 (62.89% from 255 or 73.06% from 219); Max value from RGB is 160 - color contains mainly: blue. Hex color #112AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112AA0 is #EED55F. Grayscale: #2F2F2F. Windows color (decimal): -15652192 or 10496529. OLE color: 10496529.

HSL color Cylindrical-coordinate representation of color #112AA0: hue angle of 229.51º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112AA0 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1742160-
CMYK0.890.7400.37
HSL229.51º80.79%34.71%-
HSV(B)229.51º89.38%62.75%-
XYZ7.44.3133.7-
YUV47.98191.22105.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 160 (62.89% from 255) = 73.06%
R=7.76%
G=19.18%
B=73.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal17421600.890.7400.37229.5180.7934.71
Hex112AA0594A025e65123
Octal215224013111204534612143
Binary1000110101010100000101100110010100100101111001101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,42,160); }

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

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

 a { background-color: rgb(17,42,160); }

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

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

 span { border-color: rgb(17,42,160); }

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