Color Hex Logo

#185189 Color Hex

#185189
(24,81,137)
0 Favorites   0 Comments

Color spaces of #185189

RGB 2481137
HSL0.580.700.32
HSV210°82°54°
CMYK 0.820.410.00   0.46
XYZ7.83457.885224.7760
Yxy7.88520.19350.1947
Hunter Lab28.08060.6605-32.6562
CIE-Lab33.74263.1931-36.3381

#185189 color RGB value is (24,81,137).

#185189 hex color red value is 24, green value is 81 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #185189 hue: 0.58 , saturation: 0.70 and the lightness value of 185189 is 0.32.

The process color (four color CMYK) of #185189 color hex is 0.82, 0.41, 0.00, 0.46. Web safe color of #185189 is #006699. Color #185189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010001 10001001
Octal 30 121 211
Decimal 24 81 137
Hex 18 51 89

RGB Percentages of Color #185189

%9.92
%33.47
%56.61

CMYK Percentages of Color #185189

%82
%41
%0
%46

Triadic Colors of #185189

#185189 #891851 #518918

Analogous Colors of #185189

#185189 #181989 #188989

Monochromatic Colors of #185189

#185189

Complementary Color

#185189 #895018

#185189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185189 Color CSS Codes

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

#185189 Text Font Color

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

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


#185189 Background Color

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

This div background color is #185189


#185189 Border Color

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

This div border color is #185189


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,81,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #185189; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #185189;
  -webkit-box-shadow: 1px 1px 3px 2px #185189;
  box-shadow:         1px 1px 3px 2px #185189; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185189


Comments

No comments written yet.

Please login to write comment.