Color Hex Logo

#113bcc Color Hex

#113BCC
(17,59,204)
0 Favorites   0 Comments

Color spaces of #113bcc

RGB 1759204
HSL0.630.850.43
HSV227°92°80°
CMYK 0.920.710.00   0.20
XYZ12.69427.606757.9259
Yxy7.60670.16230.0972
Hunter Lab27.580233.8917-105.2187
CIE-Lab33.150043.7259-77.3156

#113bcc color RGB value is (17,59,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111011 11001100
Octal 21 73 314
Decimal 17 59 204
Hex 11 3B CC

RGB Percentages of Color #113bcc

%6.07
%21.07
%72.86

CMYK Percentages of Color #113bcc

%92
%71
%0
%20

Triadic Colors of #113bcc

#113bcc #cc113b #3bcc11

Analogous Colors of #113bcc

#113bcc #4511cc #1199cc

Monochromatic Colors of #113bcc

#113bcc

Complementary Color

#113bcc #cca211

#113bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#113bcc Color CSS Codes

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

#113bcc Text Font Color

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

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


#113bcc Background Color

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

This div background color is #113bcc


#113bcc Border Color

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

This div border color is #113bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113bcc


Comments

No comments written yet.

Please login to write comment.