Color Hex Logo

#1113cb Color Hex

#1113CB
(17,19,203)
0 Favorites   0 Comments

Color spaces of #1113cb

RGB 1719203
HSL0.660.850.43
HSV239°92°80°
CMYK 0.920.910.00   0.20
XYZ11.24354.896756.8525
Yxy4.89670.15400.0671
Hunter Lab22.128551.9711-136.8379
CIE-Lab26.438462.5228-87.8800

#1113cb color RGB value is (17,19,203).

#1113cb hex color red value is 17, green value is 19 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1113cb hue: 0.66 , saturation: 0.85 and the lightness value of 1113cb is 0.43.

The process color (four color CMYK) of #1113cb color hex is 0.92, 0.91, 0.00, 0.20. Web safe color of #1113cb is #0000cc. Color #1113cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010011 11001011
Octal 21 23 313
Decimal 17 19 203
Hex 11 13 CB

RGB Percentages of Color #1113cb

%7.11
%7.95
%84.94

CMYK Percentages of Color #1113cb

%92
%91
%0
%20

Triadic Colors of #1113cb

#1113cb #cb1113 #13cb11

Analogous Colors of #1113cb

#1113cb #6c11cb #1170cb

Monochromatic Colors of #1113cb

#1113cb

Complementary Color

#1113cb #cbc911

#1113cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1113cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1113cb Color CSS Codes

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

#1113cb Text Font Color

<p style="color:#1113cb">Text here</p>

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


#1113cb Background Color

<div style="background-color:#1113cb">
Div content here</div>

This div background color is #1113cb


#1113cb Border Color

<div style="border:3px solid #1113cb">
Div here</div>

This div border color is #1113cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,19,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1113cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1113cb;
  -webkit-box-shadow: 1px 1px 3px 2px #1113cb;
  box-shadow:         1px 1px 3px 2px #1113cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1113cb


Comments

No comments written yet.

Please login to write comment.