Color Hex Logo

#113bcf Color Hex

#113BCF
(17,59,207)
0 Favorites   0 Comments

Color spaces of #113bcf

RGB 1759207
HSL0.630.850.44
HSV227°92°81°
CMYK 0.920.710.00   0.19
XYZ13.05767.752159.8396
Yxy7.75210.16190.0961
Hunter Lab27.842634.9883-107.9369
CIE-Lab33.461244.8005-78.5444

#113bcf color RGB value is (17,59,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111011 11001111
Octal 21 73 317
Decimal 17 59 207
Hex 11 3B CF

RGB Percentages of Color #113bcf

%6.01
%20.85
%73.14

CMYK Percentages of Color #113bcf

%92
%71
%0
%19

Triadic Colors of #113bcf

#113bcf #cf113b #3bcf11

Analogous Colors of #113bcf

#113bcf #4611cf #119acf

Monochromatic Colors of #113bcf

#113bcf

Complementary Color

#113bcf #cfa511

#113bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#113bcf Color CSS Codes

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

#113bcf Text Font Color

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

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


#113bcf Background Color

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

This div background color is #113bcf


#113bcf Border Color

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

This div border color is #113bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113bcf


Comments

No comments written yet.

Please login to write comment.