Color Hex Logo

#113cbe Color Hex

#113CBE
(17,60,190)
0 Favorites   0 Comments

Color spaces of #113cbe

RGB 1760190
HSL0.630.840.41
HSV225°91°75°
CMYK 0.910.680.00   0.25
XYZ11.14137.068649.4924
Yxy7.06860.16460.1044
Hunter Lab26.586828.2740-91.7598
CIE-Lab31.962637.9658-71.0822

#113cbe color RGB value is (17,60,190).

#113cbe hex color red value is 17, green value is 60 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #113cbe hue: 0.63 , saturation: 0.84 and the lightness value of 113cbe is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111100 10111110
Octal 21 74 276
Decimal 17 60 190
Hex 11 3C BE

RGB Percentages of Color #113cbe

%6.37
%22.47
%71.16

CMYK Percentages of Color #113cbe

%91
%68
%0
%25

Triadic Colors of #113cbe

#113cbe #be113c #3cbe11

Analogous Colors of #113cbe

#113cbe #3c11be #1193be

Monochromatic Colors of #113cbe

#113cbe

Complementary Color

#113cbe #be9311

#113cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#113cbe Color CSS Codes

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

#113cbe Text Font Color

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

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


#113cbe Background Color

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

This div background color is #113cbe


#113cbe Border Color

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

This div border color is #113cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113cbe


Comments

No comments written yet.

Please login to write comment.