Color Hex Logo

#113fba Color Hex

#113FBA
(17,63,186)
0 Favorites   0 Comments

Color spaces of #113fba

RGB 1763186
HSL0.620.830.40
HSV224°91°73°
CMYK 0.910.660.00   0.27
XYZ10.87167.219447.2749
Yxy7.21940.16630.1104
Hunter Lab26.868925.2033-85.5103
CIE-Lab32.301234.5153-68.1665

#113fba color RGB value is (17,63,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111111 10111010
Octal 21 77 272
Decimal 17 63 186
Hex 11 3F BA

RGB Percentages of Color #113fba

%6.39
%23.68
%69.92

CMYK Percentages of Color #113fba

%91
%66
%0
%27

Triadic Colors of #113fba

#113fba #ba113f #3fba11

Analogous Colors of #113fba

#113fba #3711ba #1194ba

Monochromatic Colors of #113fba

#113fba

Complementary Color

#113fba #ba8c11

#113fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#113fba Color CSS Codes

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

#113fba Text Font Color

<p style="color:#113fba">Text here</p>

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


#113fba Background Color

<div style="background-color:#113fba">
Div content here</div>

This div background color is #113fba


#113fba Border Color

<div style="border:3px solid #113fba">
Div here</div>

This div border color is #113fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,63,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 #113fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113fba


Comments

No comments written yet.

Please login to write comment.