Color Hex Logo

#11194f Color Hex

#11194F
(17,25,79)
0 Favorites   0 Comments

Color spaces of #11194f

RGB 172579
HSL0.650.650.19
HSV232°78°31°
CMYK 0.780.680.00   0.69
XYZ1.99011.37897.5584
Yxy1.37890.18210.1262
Hunter Lab11.74279.7018-29.9434
CIE-Lab11.816517.9118-34.2370

#11194f color RGB value is (17,25,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011001 01001111
Octal 21 31 117
Decimal 17 25 79
Hex 11 19 4F

RGB Percentages of Color #11194f

%14.05
%20.66
%65.29

CMYK Percentages of Color #11194f

%78
%68
%0
%69

Triadic Colors of #11194f

#11194f #4f1119 #194f11

Analogous Colors of #11194f

#11194f #28114f #11384f

Monochromatic Colors of #11194f

#11194f

Complementary Color

#11194f #4f4711

#11194f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11194f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11194f Color CSS Codes

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

#11194f Text Font Color

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

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


#11194f Background Color

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

This div background color is #11194f


#11194f Border Color

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

This div border color is #11194f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11194f


Comments

No comments written yet.

Please login to write comment.