Color Hex Logo

#180089 Color Hex

#180089
(24,0,137)
0 Favorites   0 Comments

Color spaces of #180089

RGB 240137
HSL0.701.000.27
HSV251°100°54°
CMYK 0.821.000.00   0.46
XYZ4.89202.000323.7952
Yxy2.00030.15940.0652
Hunter Lab14.143236.9909-89.8521
CIE-Lab15.488850.2608-66.1773

#180089 color RGB value is (24,0,137).

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

The process color (four color CMYK) of #180089 color hex is 0.82, 1.00, 0.00, 0.46. Web safe color of #180089 is #000099. Color #180089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000000 10001001
Octal 30 0 211
Decimal 24 0 137
Hex 18 0 89

RGB Percentages of Color #180089

%14.91
%0.00
%85.09

CMYK Percentages of Color #180089

%82
%100
%0
%46

Triadic Colors of #180089

#180089 #891800 #008918

Analogous Colors of #180089

#180089 #5d0089 #002c89

Monochromatic Colors of #180089

#180089

Complementary Color

#180089 #718900

#180089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#180089 Color CSS Codes

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

#180089 Text Font Color

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

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


#180089 Background Color

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

This div background color is #180089


#180089 Border Color

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

This div border color is #180089


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,0,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 #180089">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180089


Comments

No comments written yet.

Please login to write comment.