#112EB4

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

Shades of Egyptian Blue #112EB4

Tints of Egyptian Blue #112EB4

Color information

#112EB4 (or 0x112EB4) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2E and B4. RGB value is (17,46,180). Sum of RGB (Red+Green+Blue) = 17+46+180=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 180 (70.70% from 255 or 74.07% from 243); Max value from RGB is 180 - color contains mainly: blue. Hex color #112EB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112EB4 is #EED14B. Grayscale: #343434. Windows color (decimal): -15651148 or 11808273. OLE color: 11808273.

HSL color Cylindrical-coordinate representation of color #112EB4: hue angle of 229.33º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112EB4 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1746180-
CMYK0.910.7400.29
HSL229.33º82.74%38.63%-
HSV(B)229.33º90.56%70.59%-
XYZ9.455.3743.72-
YUV52.6199.89102.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 180 (70.70% from 255) = 74.07%
R=7.00%
G=18.93%
B=74.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17461800.910.7400.29229.3382.7438.63
Hex112EB45B4A01De55327
Octal215626413311203534512347
Binary100011011101011010010110111001010011101111001011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,46,180); }

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

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

 a { background-color: rgb(17,46,180); }

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

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

 span { border-color: rgb(17,46,180); }

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