Color Hex Logo

#11184f Color Hex

#11184F
(17,24,79)
0 Favorites   0 Comments

Color spaces of #11184f

RGB 172479
HSL0.650.650.19
HSV233°78°31°
CMYK 0.780.700.00   0.69
XYZ1.96911.33707.5514
Yxy1.33700.18140.1231
Hunter Lab11.562910.1626-30.6267
CIE-Lab11.531818.6523-34.7024

#11184f color RGB value is (17,24,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011000 01001111
Octal 21 30 117
Decimal 17 24 79
Hex 11 18 4F

RGB Percentages of Color #11184f

%14.17
%20.00
%65.83

CMYK Percentages of Color #11184f

%78
%70
%0
%69

Triadic Colors of #11184f

#11184f #4f1118 #184f11

Analogous Colors of #11184f

#11184f #29114f #11374f

Monochromatic Colors of #11184f

#11184f

Complementary Color

#11184f #4f4811

#11184f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11184f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11184f Color CSS Codes

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

#11184f Text Font Color

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

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


#11184f Background Color

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

This div background color is #11184f


#11184f Border Color

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

This div border color is #11184f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,24,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 #11184f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11184f


Comments

No comments written yet.

Please login to write comment.