#112CB4

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

Shades of Egyptian Blue #112CB4

Tints of Egyptian Blue #112CB4

Color information

#112CB4 (or 0x112CB4) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2C and B4. RGB value is (17,44,180). Sum of RGB (Red+Green+Blue) = 17+44+180=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #112CB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112CB4 is #EED34B. Grayscale: #323232. Windows color (decimal): -15651660 or 11807761. OLE color: 11807761.

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

Color convert

RGB1744180-
CMYK0.910.7600.29
HSL230.06º82.74%38.63%-
HSV(B)230.06º90.56%70.59%-
XYZ9.375.2243.69-
YUV51.43200.55103.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 180 (70.70% from 255) = 74.69%
R=7.05%
G=18.26%
B=74.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17441800.910.7600.29230.0682.7438.63
Hex112CB45B4C01De65327
Octal215426413311403534612347
Binary100011011001011010010110111001100011101111001101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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