#112AAA

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

Shades of Egyptian Blue #112AAA

Tints of Egyptian Blue #112AAA

Color information

#112AAA (or 0x112AAA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2A and AA. RGB value is (17,42,170). Sum of RGB (Red+Green+Blue) = 17+42+170=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #112AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112AAA is #EED555. Grayscale: #303030. Windows color (decimal): -15652182 or 11151889. OLE color: 11151889.

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

Color convert

RGB1742170-
CMYK0.90.7500.33
HSL230.2º81.82%36.67%-
HSV(B)230.2º90%66.67%-
XYZ8.314.6838.49-
YUV49.12196.22105.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 170 (66.80% from 255) = 74.24%
R=7.42%
G=18.34%
B=74.24%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17421700.90.7500.33230.281.8236.67
Hex112AAA5A4B021e65225
Octal215225213211304134612245
Binary1000110101010101010101101010010110100001111001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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