Color Hex Logo

#18093e Color Hex

#18093E
(24,9,62)
0 Favorites   0 Comments

Color spaces of #18093e

RGB 24962
HSL0.710.750.14
HSV257°85°24°
CMYK 0.610.850.00   0.76
XYZ1.34390.73744.6289
Yxy0.73740.20030.1099
Hunter Lab8.587212.9077-25.9490
CIE-Lab6.660923.2293-30.7317

#18093e color RGB value is (24,9,62).

#18093e hex color red value is 24, green value is 9 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #18093e hue: 0.71 , saturation: 0.75 and the lightness value of 18093e is 0.14.

The process color (four color CMYK) of #18093e color hex is 0.61, 0.85, 0.00, 0.76. Web safe color of #18093e is #000033. Color #18093e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001001 00111110
Octal 30 11 76
Decimal 24 9 62
Hex 18 9 3E

RGB Percentages of Color #18093e

%25.26
%9.47
%65.26

CMYK Percentages of Color #18093e

%61
%85
%0
%76

Triadic Colors of #18093e

#18093e #3e1809 #093e18

Analogous Colors of #18093e

#18093e #33093e #09153e

Monochromatic Colors of #18093e

#18093e

Complementary Color

#18093e #2f3e09

#18093e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18093e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18093e Color CSS Codes

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

#18093e Text Font Color

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

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


#18093e Background Color

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

This div background color is #18093e


#18093e Border Color

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

This div border color is #18093e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18093e


Comments

No comments written yet.

Please login to write comment.