Color Hex Logo

#185baf Color Hex

#185BAF
(24,91,175)
0 Favorites   0 Comments

Color spaces of #185baf

RGB 2491175
HSL0.590.760.39
HSV213°86°69°
CMYK 0.860.480.00   0.31
XYZ11.855610.771542.0117
Yxy10.77150.18340.1666
Hunter Lab32.82007.0449-52.9211
CIE-Lab39.192911.9221-50.4416

#185baf color RGB value is (24,91,175).

#185baf hex color red value is 24, green value is 91 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #185baf hue: 0.59 , saturation: 0.76 and the lightness value of 185baf is 0.39.

The process color (four color CMYK) of #185baf color hex is 0.86, 0.48, 0.00, 0.31. Web safe color of #185baf is #006699. Color #185baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011011 10101111
Octal 30 133 257
Decimal 24 91 175
Hex 18 5B AF

RGB Percentages of Color #185baf

%8.28
%31.38
%60.34

CMYK Percentages of Color #185baf

%86
%48
%0
%31

Triadic Colors of #185baf

#185baf #af185b #5baf18

Analogous Colors of #185baf

#185baf #2018af #18a7af

Monochromatic Colors of #185baf

#185baf

Complementary Color

#185baf #af6c18

#185baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#185baf Color CSS Codes

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

#185baf Text Font Color

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

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


#185baf Background Color

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

This div background color is #185baf


#185baf Border Color

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

This div border color is #185baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185baf


Comments

No comments written yet.

Please login to write comment.