Color Hex Logo

#11184b Color Hex

#11184B
(17,24,75)
0 Favorites   0 Comments

Color spaces of #11184b

RGB 172475
HSL0.650.630.18
HSV233°77°29°
CMYK 0.770.680.00   0.71
XYZ1.82781.28046.8074
Yxy1.28040.18430.1291
Hunter Lab11.31559.0312-27.7481
CIE-Lab11.137716.9845-32.5895

#11184b color RGB value is (17,24,75).

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

The process color (four color CMYK) of #11184b color hex is 0.77, 0.68, 0.00, 0.71. Web safe color of #11184b is #000033. Color #11184b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011000 01001011
Octal 21 30 113
Decimal 17 24 75
Hex 11 18 4B

RGB Percentages of Color #11184b

%14.66
%20.69
%64.66

CMYK Percentages of Color #11184b

%77
%68
%0
%71

Triadic Colors of #11184b

#11184b #4b1118 #184b11

Analogous Colors of #11184b

#11184b #27114b #11354b

Monochromatic Colors of #11184b

#11184b

Complementary Color

#11184b #4b4411

#11184b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11184b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11184b Color CSS Codes

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

#11184b Text Font Color

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

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


#11184b Background Color

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

This div background color is #11184b


#11184b Border Color

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

This div border color is #11184b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11184b


Comments

No comments written yet.

Please login to write comment.