#112AAB

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

Shades of Egyptian Blue #112AAB

Tints of Egyptian Blue #112AAB

Color information

#112AAB (or 0x112AAB) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2A and AB. RGB value is (17,42,171). Sum of RGB (Red+Green+Blue) = 17+42+171=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #112AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112AAB is #EED554. Grayscale: #303030. Windows color (decimal): -15652181 or 11217425. OLE color: 11217425.

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

Color convert

RGB1742171-
CMYK0.900.7500.33
HSL230.26º81.91%36.86%-
HSV(B)230.26º90.06%67.06%-
XYZ8.414.7238.99-
YUV49.23196.72105.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 42 (16.80% from 255) = 18.26%
BLUE value IS 171 (67.19% from 255) = 74.35%
R=7.39%
G=18.26%
B=74.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17421710.900.7500.33230.2681.9136.86
Hex112AAB5A4B021e65225
Octal215225313211304134612245
Binary1000110101010101011101101010010110100001111001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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