#112DB4

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

Shades of Egyptian Blue #112DB4

Tints of Egyptian Blue #112DB4

Color information

#112DB4 (or 0x112DB4) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2D and B4. RGB value is (17,45,180). Sum of RGB (Red+Green+Blue) = 17+45+180=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 180 (70.70% from 255 or 74.38% from 242); Max value from RGB is 180 - color contains mainly: blue. Hex color #112DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DB4 is #EED24B. Grayscale: #333333. Windows color (decimal): -15651404 or 11808017. OLE color: 11808017.

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

Color convert

RGB1745180-
CMYK0.910.7500.29
HSL229.69º82.74%38.63%-
HSV(B)229.69º90.56%70.59%-
XYZ9.415.2943.71-
YUV52.02200.22103.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.02%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 180 (70.70% from 255) = 74.38%
R=7.02%
G=18.60%
B=74.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17451800.910.7500.29229.6982.7438.63
Hex112DB45B4B01De65327
Octal215526413311303534612347
Binary100011011011011010010110111001011011101111001101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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