Color Hex Logo

#113fbf Color Hex

#113FBF
(17,63,191)
0 Favorites   0 Comments

Color spaces of #113fbf

RGB 1763191
HSL0.620.840.41
HSV224°91°75°
CMYK 0.910.670.00   0.25
XYZ11.41267.435850.1239
Yxy7.43580.16550.1078
Hunter Lab27.268726.9864-89.8959
CIE-Lab32.779136.4166-70.3257

#113fbf color RGB value is (17,63,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111111 10111111
Octal 21 77 277
Decimal 17 63 191
Hex 11 3F BF

RGB Percentages of Color #113fbf

%6.27
%23.25
%70.48

CMYK Percentages of Color #113fbf

%91
%67
%0
%25

Triadic Colors of #113fbf

#113fbf #bf113f #3fbf11

Analogous Colors of #113fbf

#113fbf #3a11bf #1196bf

Monochromatic Colors of #113fbf

#113fbf

Complementary Color

#113fbf #bf9111

#113fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#113fbf Color CSS Codes

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

#113fbf Text Font Color

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

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


#113fbf Background Color

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

This div background color is #113fbf


#113fbf Border Color

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

This div border color is #113fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113fbf


Comments

No comments written yet.

Please login to write comment.