Color Hex Logo

#113bcd Color Hex

#113BCD
(17,59,205)
0 Favorites   0 Comments

Color spaces of #113bcd

RGB 1759205
HSL0.630.850.44
HSV227°92°80°
CMYK 0.920.710.00   0.20
XYZ12.81467.654958.5597
Yxy7.65490.16220.0969
Hunter Lab27.667534.2568-106.1232
CIE-Lab33.253644.0848-77.7259

#113bcd color RGB value is (17,59,205).

#113bcd hex color red value is 17, green value is 59 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #113bcd hue: 0.63 , saturation: 0.85 and the lightness value of 113bcd is 0.44.

The process color (four color CMYK) of #113bcd color hex is 0.92, 0.71, 0.00, 0.20. Web safe color of #113bcd is #0033cc. Color #113bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111011 11001101
Octal 21 73 315
Decimal 17 59 205
Hex 11 3B CD

RGB Percentages of Color #113bcd

%6.05
%21.00
%72.95

CMYK Percentages of Color #113bcd

%92
%71
%0
%20

Triadic Colors of #113bcd

#113bcd #cd113b #3bcd11

Analogous Colors of #113bcd

#113bcd #4511cd #1199cd

Monochromatic Colors of #113bcd

#113bcd

Complementary Color

#113bcd #cda311

#113bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#113bcd Color CSS Codes

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

#113bcd Text Font Color

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

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


#113bcd Background Color

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

This div background color is #113bcd


#113bcd Border Color

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

This div border color is #113bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113bcd


Comments

No comments written yet.

Please login to write comment.