Color Hex Logo

#11193c Color Hex

#11193C
(17,25,60)
0 Favorites   0 Comments

Color spaces of #11193c

RGB 172560
HSL0.640.560.15
HSV229°72°24°
CMYK 0.720.580.00   0.76
XYZ1.39441.14074.4216
Yxy1.14070.20040.1640
Hunter Lab10.68044.6139-17.0694
CIE-Lab10.11259.8475-23.7227

#11193c color RGB value is (17,25,60).

#11193c hex color red value is 17, green value is 25 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #11193c hue: 0.64 , saturation: 0.56 and the lightness value of 11193c is 0.15.

The process color (four color CMYK) of #11193c color hex is 0.72, 0.58, 0.00, 0.76. Web safe color of #11193c is #000033. Color #11193c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011001 00111100
Octal 21 31 74
Decimal 17 25 60
Hex 11 19 3C

RGB Percentages of Color #11193c

%16.67
%24.51
%58.82

CMYK Percentages of Color #11193c

%72
%58
%0
%76

Triadic Colors of #11193c

#11193c #3c1119 #193c11

Analogous Colors of #11193c

#11193c #1f113c #112f3c

Monochromatic Colors of #11193c

#11193c

Complementary Color

#11193c #3c3411

#11193c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11193c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11193c Color CSS Codes

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

#11193c Text Font Color

<p style="color:#11193c">Text here</p>

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


#11193c Background Color

<div style="background-color:#11193c">
Div content here</div>

This div background color is #11193c


#11193c Border Color

<div style="border:3px solid #11193c">
Div here</div>

This div border color is #11193c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,25,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11193c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11193c;
  -webkit-box-shadow: 1px 1px 3px 2px #11193c;
  box-shadow:         1px 1px 3px 2px #11193c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11193c

#11193c Color Palettes


Comments

No comments written yet.

Please login to write comment.