Color Hex Logo

#113cba Color Hex

#113CBA
(17,60,186)
0 Favorites   0 Comments

Color spaces of #113cba

RGB 1760186
HSL0.620.830.40
HSV225°91°73°
CMYK 0.910.680.00   0.27
XYZ10.71006.896147.2210
Yxy6.89610.16520.1064
Hunter Lab26.260426.8433-88.2319
CIE-Lab31.569236.4621-69.3711

#113cba color RGB value is (17,60,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111100 10111010
Octal 21 74 272
Decimal 17 60 186
Hex 11 3C BA

RGB Percentages of Color #113cba

%6.46
%22.81
%70.72

CMYK Percentages of Color #113cba

%91
%68
%0
%27

Triadic Colors of #113cba

#113cba #ba113c #3cba11

Analogous Colors of #113cba

#113cba #3a11ba #1191ba

Monochromatic Colors of #113cba

#113cba

Complementary Color

#113cba #ba8f11

#113cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#113cba Color CSS Codes

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

#113cba Text Font Color

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

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


#113cba Background Color

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

This div background color is #113cba


#113cba Border Color

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

This div border color is #113cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113cba


Comments

No comments written yet.

Please login to write comment.