Color Hex Logo

#113eba Color Hex

#113EBA
(17,62,186)
0 Favorites   0 Comments

Color spaces of #113eba

RGB 1762186
HSL0.620.830.40
HSV224°91°73°
CMYK 0.910.670.00   0.27
XYZ10.81677.109647.2566
Yxy7.10960.16590.1091
Hunter Lab26.663825.7503-86.4156
CIE-Lab32.055135.1670-68.5713

#113eba color RGB value is (17,62,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111110 10111010
Octal 21 76 272
Decimal 17 62 186
Hex 11 3E BA

RGB Percentages of Color #113eba

%6.42
%23.40
%70.19

CMYK Percentages of Color #113eba

%91
%67
%0
%27

Triadic Colors of #113eba

#113eba #ba113e #3eba11

Analogous Colors of #113eba

#113eba #3911ba #1193ba

Monochromatic Colors of #113eba

#113eba

Complementary Color

#113eba #ba8d11

#113eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#113eba Color CSS Codes

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

#113eba Text Font Color

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

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


#113eba Background Color

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

This div background color is #113eba


#113eba Border Color

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

This div border color is #113eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113eba


Comments

No comments written yet.

Please login to write comment.