Color Hex Logo

#185fbb Color Hex

#185FBB
(24,95,187)
0 Favorites   0 Comments

Color spaces of #185fbb

RGB 2495187
HSL0.590.770.41
HSV214°87°73°
CMYK 0.870.490.00   0.27
XYZ13.438511.966548.6152
Yxy11.96650.18160.1617
Hunter Lab34.59268.8063-59.1091
CIE-Lab41.162814.0884-54.3058

#185fbb color RGB value is (24,95,187).

#185fbb hex color red value is 24, green value is 95 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #185fbb hue: 0.59 , saturation: 0.77 and the lightness value of 185fbb is 0.41.

The process color (four color CMYK) of #185fbb color hex is 0.87, 0.49, 0.00, 0.27. Web safe color of #185fbb is #0066cc. Color #185fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011111 10111011
Octal 30 137 273
Decimal 24 95 187
Hex 18 5F BB

RGB Percentages of Color #185fbb

%7.84
%31.05
%61.11

CMYK Percentages of Color #185fbb

%87
%49
%0
%27

Triadic Colors of #185fbb

#185fbb #bb185f #5fbb18

Analogous Colors of #185fbb

#185fbb #2318bb #18b1bb

Monochromatic Colors of #185fbb

#185fbb

Complementary Color

#185fbb #bb7418

#185fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#185fbb Color CSS Codes

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

#185fbb Text Font Color

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

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


#185fbb Background Color

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

This div background color is #185fbb


#185fbb Border Color

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

This div border color is #185fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185fbb


Comments

No comments written yet.

Please login to write comment.