Color Hex Logo

#11193e Color Hex

#11193E
(17,25,62)
0 Favorites   0 Comments

Color spaces of #11193e

RGB 172562
HSL0.640.570.15
HSV229°73°24°
CMYK 0.730.600.00   0.76
XYZ1.44831.16224.7054
Yxy1.16220.19800.1589
Hunter Lab10.78055.1145-18.3320
CIE-Lab10.275510.7020-24.8820

#11193e color RGB value is (17,25,62).

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

The process color (four color CMYK) of #11193e color hex is 0.73, 0.60, 0.00, 0.76. Web safe color of #11193e is #000033. Color #11193e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011001 00111110
Octal 21 31 76
Decimal 17 25 62
Hex 11 19 3E

RGB Percentages of Color #11193e

%16.35
%24.04
%59.62

CMYK Percentages of Color #11193e

%73
%60
%0
%76

Triadic Colors of #11193e

#11193e #3e1119 #193e11

Analogous Colors of #11193e

#11193e #20113e #11303e

Monochromatic Colors of #11193e

#11193e

Complementary Color

#11193e #3e3611

#11193e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11193e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11193e Color CSS Codes

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

#11193e Text Font Color

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

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


#11193e Background Color

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

This div background color is #11193e


#11193e Border Color

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

This div border color is #11193e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11193e


Comments

No comments written yet.

Please login to write comment.