#112CAA

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

Shades of Egyptian Blue #112CAA

Tints of Egyptian Blue #112CAA

Color information

#112CAA (or 0x112CAA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2C and AA. RGB value is (17,44,170). Sum of RGB (Red+Green+Blue) = 17+44+170=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #112CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112CAA is #EED355. Grayscale: #313131. Windows color (decimal): -15651670 or 11152401. OLE color: 11152401.

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

Color convert

RGB1744170-
CMYK0.90.7400.33
HSL229.41º81.82%36.67%-
HSV(B)229.41º90%66.67%-
XYZ8.394.8238.52-
YUV50.29195.55104.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 170 (66.80% from 255) = 73.59%
R=7.36%
G=19.05%
B=73.59%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17441700.90.7400.33229.4181.8236.67
Hex112CAA5A4A021e55225
Octal215425213211204134512245
Binary1000110110010101010101101010010100100001111001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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