Color Hex Logo

#185a9f Color Hex

#185A9F
(24,90,159)
0 Favorites   0 Comments

Color spaces of #185a9f

RGB 2490159
HSL0.590.740.36
HSV211°85°62°
CMYK 0.850.430.00   0.38
XYZ10.290910.009734.1906
Yxy10.00970.18890.1837
Hunter Lab31.63812.6938-41.9267
CIE-Lab37.85986.1552-43.0777

#185a9f color RGB value is (24,90,159).

#185a9f hex color red value is 24, green value is 90 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #185a9f hue: 0.59 , saturation: 0.74 and the lightness value of 185a9f is 0.36.

The process color (four color CMYK) of #185a9f color hex is 0.85, 0.43, 0.00, 0.38. Web safe color of #185a9f is #006699. Color #185a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011010 10011111
Octal 30 132 237
Decimal 24 90 159
Hex 18 5A 9F

RGB Percentages of Color #185a9f

%8.79
%32.97
%58.24

CMYK Percentages of Color #185a9f

%85
%43
%0
%38

Triadic Colors of #185a9f

#185a9f #9f185a #5a9f18

Analogous Colors of #185a9f

#185a9f #19189f #189e9f

Monochromatic Colors of #185a9f

#185a9f

Complementary Color

#185a9f #9f5d18

#185a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#185a9f Color CSS Codes

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

#185a9f Text Font Color

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

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


#185a9f Background Color

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

This div background color is #185a9f


#185a9f Border Color

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

This div border color is #185a9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,90,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #185a9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #185a9f;
  -webkit-box-shadow: 1px 1px 3px 2px #185a9f;
  box-shadow:         1px 1px 3px 2px #185a9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185a9f


Comments

No comments written yet.

Please login to write comment.