Color Hex Logo

#113dbf Color Hex

#113DBF
(17,61,191)
0 Favorites   0 Comments

Color spaces of #113dbf

RGB 1761191
HSL0.620.840.41
HSV225°91°75°
CMYK 0.910.680.00   0.25
XYZ11.30397.218250.0877
Yxy7.21820.16480.1052
Hunter Lab26.866728.0854-91.7279
CIE-Lab32.298637.7022-71.1170

#113dbf color RGB value is (17,61,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111101 10111111
Octal 21 75 277
Decimal 17 61 191
Hex 11 3D BF

RGB Percentages of Color #113dbf

%6.32
%22.68
%71.00

CMYK Percentages of Color #113dbf

%91
%68
%0
%25

Triadic Colors of #113dbf

#113dbf #bf113d #3dbf11

Analogous Colors of #113dbf

#113dbf #3c11bf #1194bf

Monochromatic Colors of #113dbf

#113dbf

Complementary Color

#113dbf #bf9311

#113dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#113dbf Color CSS Codes

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

#113dbf Text Font Color

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

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


#113dbf Background Color

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

This div background color is #113dbf


#113dbf Border Color

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

This div border color is #113dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113dbf


Comments

No comments written yet.

Please login to write comment.