Color Hex Logo

#112dba Color Hex

#112DBA
(17,45,186)
0 Favorites   0 Comments

Color spaces of #112dba

RGB 1745186
HSL0.640.830.40
HSV230°91°73°
CMYK 0.910.760.00   0.27
XYZ10.03255.541146.9951
Yxy5.54110.16030.0886
Hunter Lab23.539534.8821-101.8908
CIE-Lab28.223945.6780-74.8971

#112dba color RGB value is (17,45,186).

#112dba hex color red value is 17, green value is 45 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #112dba hue: 0.64 , saturation: 0.83 and the lightness value of 112dba is 0.40.

The process color (four color CMYK) of #112dba color hex is 0.91, 0.76, 0.00, 0.27. Web safe color of #112dba is #0033cc. Color #112dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101101 10111010
Octal 21 55 272
Decimal 17 45 186
Hex 11 2D BA

RGB Percentages of Color #112dba

%6.85
%18.15
%75.00

CMYK Percentages of Color #112dba

%91
%76
%0
%27

Triadic Colors of #112dba

#112dba #ba112d #2dba11

Analogous Colors of #112dba

#112dba #4a11ba #1182ba

Monochromatic Colors of #112dba

#112dba

Complementary Color

#112dba #ba9e11

#112dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#112dba Color CSS Codes

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

#112dba Text Font Color

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

This sample text font color is #112dba
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.


#112dba Background Color

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

This div background color is #112dba


#112dba Border Color

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

This div border color is #112dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112dba


Comments

No comments written yet.

Please login to write comment.