Color Hex Logo

#11194e Color Hex

#11194E
(17,25,78)
0 Favorites   0 Comments

Color spaces of #11194e

RGB 172578
HSL0.640.640.19
HSV232°78°31°
CMYK 0.780.680.00   0.69
XYZ1.95391.36457.3681
Yxy1.36450.18280.1277
Hunter Lab11.68129.4155-29.2213
CIE-Lab11.719317.4899-33.7089

#11194e color RGB value is (17,25,78).

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

The process color (four color CMYK) of #11194e color hex is 0.78, 0.68, 0.00, 0.69. Web safe color of #11194e is #000066. Color #11194e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011001 01001110
Octal 21 31 116
Decimal 17 25 78
Hex 11 19 4E

RGB Percentages of Color #11194e

%14.17
%20.83
%65.00

CMYK Percentages of Color #11194e

%78
%68
%0
%69

Triadic Colors of #11194e

#11194e #4e1119 #194e11

Analogous Colors of #11194e

#11194e #28114e #11374e

Monochromatic Colors of #11194e

#11194e

Complementary Color

#11194e #4e4611

#11194e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11194e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11194e Color CSS Codes

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

#11194e Text Font Color

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

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


#11194e Background Color

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

This div background color is #11194e


#11194e Border Color

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

This div border color is #11194e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11194e


Comments

No comments written yet.

Please login to write comment.