Color Hex Logo

#185090 Color Hex

#185090
(24,80,144)
0 Favorites   0 Comments

Color spaces of #185090

RGB 2480144
HSL0.590.710.33
HSV212°83°56°
CMYK 0.830.440.00   0.44
XYZ8.27947.945127.4827
Yxy7.94510.18940.1818
Hunter Lab28.18713.1036-38.0775
CIE-Lab33.86836.6949-40.4152

#185090 color RGB value is (24,80,144).

#185090 hex color red value is 24, green value is 80 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #185090 hue: 0.59 , saturation: 0.71 and the lightness value of 185090 is 0.33.

The process color (four color CMYK) of #185090 color hex is 0.83, 0.44, 0.00, 0.44. Web safe color of #185090 is #006699. Color #185090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010000 10010000
Octal 30 120 220
Decimal 24 80 144
Hex 18 50 90

RGB Percentages of Color #185090

%9.68
%32.26
%58.06

CMYK Percentages of Color #185090

%83
%44
%0
%44

Triadic Colors of #185090

#185090 #901850 #509018

Analogous Colors of #185090

#185090 #1c1890 #188c90

Monochromatic Colors of #185090

#185090

Complementary Color

#185090 #905818

#185090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185090 Color CSS Codes

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

#185090 Text Font Color

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

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


#185090 Background Color

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

This div background color is #185090


#185090 Border Color

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

This div border color is #185090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185090


Comments

No comments written yet.

Please login to write comment.