Color Hex Logo

#112edb Color Hex

#112EDB
(17,46,219)
0 Favorites   0 Comments

Color spaces of #112edb

RGB 1746219
HSL0.640.860.46
HSV231°92°86°
CMYK 0.920.790.00   0.14
XYZ13.99437.187667.6676
Yxy7.18760.15750.0809
Hunter Lab26.809746.2576-130.8810
CIE-Lab32.230256.1336-87.5196

#112edb color RGB value is (17,46,219).

#112edb hex color red value is 17, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #112edb hue: 0.64 , saturation: 0.86 and the lightness value of 112edb is 0.46.

The process color (four color CMYK) of #112edb color hex is 0.92, 0.79, 0.00, 0.14. Web safe color of #112edb is #0033cc. Color #112edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101110 11011011
Octal 21 56 333
Decimal 17 46 219
Hex 11 2E DB

RGB Percentages of Color #112edb

%6.03
%16.31
%77.66

CMYK Percentages of Color #112edb

%92
%79
%0
%14

Triadic Colors of #112edb

#112edb #db112e #2edb11

Analogous Colors of #112edb

#112edb #5911db #1193db

Monochromatic Colors of #112edb

#112edb

Complementary Color

#112edb #dbbe11

#112edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#112edb Color CSS Codes

.mybgcolor {background-color:#112edb; } 
.myforecolor {color:#112edb; }
.mybordercolor {border:3px solid #112edb; }

#112edb Text Font Color

<p style="color:#112edb">Text here</p>

This sample text font color is #112edb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#112edb Background Color

<div style="background-color:#112edb">
Div content here</div>

This div background color is #112edb


#112edb Border Color

<div style="border:3px solid #112edb">
Div here</div>

This div border color is #112edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,46,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112edb;
  -webkit-box-shadow: 1px 1px 3px 2px #112edb;
  box-shadow:         1px 1px 3px 2px #112edb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,46,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #112edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #112edb;
  -webkit-box-shadow: 1px 1px 3px 2px #112edb;
  box-shadow:         1px 1px 3px 2px #112edb;">
Div content here</div>

This div box has shadow with color #112edb


Comments

No comments written yet.

Please login to write comment.