Color Hex Logo

#11195f Color Hex

#11195F
(17,25,95)
0 Favorites   0 Comments

Color spaces of #11195f

RGB 172595
HSL0.650.700.22
HSV234°82°37°
CMYK 0.820.740.00   0.63
XYZ2.64441.640711.0038
Yxy1.64070.17300.1073
Hunter Lab12.809014.4354-41.9679
CIE-Lab13.475924.4556-42.3383

#11195f color RGB value is (17,25,95).

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

The process color (four color CMYK) of #11195f color hex is 0.82, 0.74, 0.00, 0.63. Web safe color of #11195f is #000066. Color #11195f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011001 01011111
Octal 21 31 137
Decimal 17 25 95
Hex 11 19 5F

RGB Percentages of Color #11195f

%12.41
%18.25
%69.34

CMYK Percentages of Color #11195f

%82
%74
%0
%63

Triadic Colors of #11195f

#11195f #5f1119 #195f11

Analogous Colors of #11195f

#11195f #30115f #11405f

Monochromatic Colors of #11195f

#11195f

Complementary Color

#11195f #5f5711

#11195f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11195f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11195f Color CSS Codes

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

#11195f Text Font Color

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

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


#11195f Background Color

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

This div background color is #11195f


#11195f Border Color

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

This div border color is #11195f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11195f


Comments

No comments written yet.

Please login to write comment.