#112C96

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

Shades of Egyptian Blue #112C96

Tints of Egyptian Blue #112C96

Color information

#112C96 (or 0x112C96) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2C and 96. RGB value is (17,44,150). Sum of RGB (Red+Green+Blue) = 17+44+150=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #112C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112C96 is #EED369. Grayscale: #2F2F2F. Windows color (decimal): -15651690 or 9841681. OLE color: 9841681.

HSL color Cylindrical-coordinate representation of color #112C96: hue angle of 227.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112C96 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1744150-
CMYK0.890.7100.41
HSL227.82º79.64%32.75%-
HSV(B)227.82º88.67%58.82%-
XYZ6.644.1229.3-
YUV48.01185.55105.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 150 (58.98% from 255) = 71.09%
R=8.06%
G=20.85%
B=71.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17441500.890.7100.41227.8279.6432.75
Hex112C965947029e45021
Octal215422613110705134412041
Binary1000110110010010110101100110001110101001111001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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