#112AAC

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

Shades of Egyptian Blue #112AAC

Tints of Egyptian Blue #112AAC

Color information

#112AAC (or 0x112AAC) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2A and AC. RGB value is (17,42,172). Sum of RGB (Red+Green+Blue) = 17+42+172=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #112AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112AAC is #EED553. Grayscale: #303030. Windows color (decimal): -15652180 or 11282961. OLE color: 11282961.

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

Color convert

RGB1742172-
CMYK0.900.7600.33
HSL230.32º82.01%37.06%-
HSV(B)230.32º90.12%67.45%-
XYZ8.514.7539.5-
YUV49.34197.22104.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 172 (67.58% from 255) = 74.46%
R=7.36%
G=18.18%
B=74.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17421720.900.7600.33230.3282.0137.06
Hex112AAC5A4C021e65225
Octal215225413211404134612245
Binary1000110101010101100101101010011000100001111001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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