#112BAA

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

Shades of Egyptian Blue #112BAA

Tints of Egyptian Blue #112BAA

Color information

#112BAA (or 0x112BAA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2B and AA. RGB value is (17,43,170). Sum of RGB (Red+Green+Blue) = 17+43+170=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #112BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112BAA is #EED455. Grayscale: #313131. Windows color (decimal): -15651926 or 11152145. OLE color: 11152145.

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

Color convert

RGB1743170-
CMYK0.90.7500.33
HSL229.8º81.82%36.67%-
HSV(B)229.8º90%66.67%-
XYZ8.354.7538.51-
YUV49.7195.89104.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 43 (17.19% from 255) = 18.70%
BLUE value IS 170 (66.80% from 255) = 73.91%
R=7.39%
G=18.70%
B=73.91%

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
Decimal17431700.90.7500.33229.881.8236.67
Hex112BAA5A4B021e65225
Octal215325213211304134612245
Binary1000110101110101010101101010010110100001111001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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