Color Hex Logo

#113dbd Color Hex

#113DBD
(17,61,189)
0 Favorites   0 Comments

Color spaces of #113dbd

RGB 1761189
HSL0.620.830.40
HSV225°91°74°
CMYK 0.910.680.00   0.26
XYZ11.08527.130848.9362
Yxy7.13080.16510.1062
Hunter Lab26.703627.3678-89.9607
CIE-Lab32.102836.9498-70.2622

#113dbd color RGB value is (17,61,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111101 10111101
Octal 21 75 275
Decimal 17 61 189
Hex 11 3D BD

RGB Percentages of Color #113dbd

%6.37
%22.85
%70.79

CMYK Percentages of Color #113dbd

%91
%68
%0
%26

Triadic Colors of #113dbd

#113dbd #bd113d #3dbd11

Analogous Colors of #113dbd

#113dbd #3b11bd #1193bd

Monochromatic Colors of #113dbd

#113dbd

Complementary Color

#113dbd #bd9111

#113dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#113dbd Color CSS Codes

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

#113dbd Text Font Color

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

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


#113dbd Background Color

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

This div background color is #113dbd


#113dbd Border Color

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

This div border color is #113dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113dbd


Comments

No comments written yet.

Please login to write comment.