Color Hex Logo

#180959 Color Hex

#180959
(24,9,89)
0 Favorites   0 Comments

Color spaces of #180959

RGB 24989
HSL0.700.820.19
HSV251°90°35°
CMYK 0.730.900.00   0.65
XYZ2.27751.11089.5456
Yxy1.11080.17610.0859
Hunter Lab10.539420.1285-46.3215
CIE-Lab9.882332.5867-44.2226

#180959 color RGB value is (24,9,89).

#180959 hex color red value is 24, green value is 9 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #180959 hue: 0.70 , saturation: 0.82 and the lightness value of 180959 is 0.19.

The process color (four color CMYK) of #180959 color hex is 0.73, 0.90, 0.00, 0.65. Web safe color of #180959 is #000066. Color #180959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001001 01011001
Octal 30 11 131
Decimal 24 9 89
Hex 18 9 59

RGB Percentages of Color #180959

%19.67
%7.38
%72.95

CMYK Percentages of Color #180959

%73
%90
%0
%65

Triadic Colors of #180959

#180959 #591809 #095918

Analogous Colors of #180959

#180959 #400959 #092259

Monochromatic Colors of #180959

#180959

Complementary Color

#180959 #4a5909

#180959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#180959 Color CSS Codes

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

#180959 Text Font Color

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

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


#180959 Background Color

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

This div background color is #180959


#180959 Border Color

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

This div border color is #180959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180959


Comments

No comments written yet.

Please login to write comment.