Color Hex Logo

#18013a Color Hex

#18013A
(24,1,58)
0 Favorites   0 Comments

Color spaces of #18013a

RGB 24158
HSL0.730.970.12
HSV264°98°23°
CMYK 0.590.980.00   0.77
XYZ1.15130.52144.0429
Yxy0.52140.20140.0912
Hunter Lab7.220815.8240-28.1417
CIE-Lab4.709825.5632-31.0163

#18013a color RGB value is (24,1,58).

#18013a hex color red value is 24, green value is 1 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #18013a hue: 0.73 , saturation: 0.97 and the lightness value of 18013a is 0.12.

The process color (four color CMYK) of #18013a color hex is 0.59, 0.98, 0.00, 0.77. Web safe color of #18013a is #000033. Color #18013a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000001 00111010
Octal 30 1 72
Decimal 24 1 58
Hex 18 1 3A

RGB Percentages of Color #18013a

%28.92
%1.20
%69.88

CMYK Percentages of Color #18013a

%59
%98
%0
%77

Triadic Colors of #18013a

#18013a #3a1801 #013a18

Analogous Colors of #18013a

#18013a #35013a #01063a

Monochromatic Colors of #18013a

#18013a

Complementary Color

#18013a #233a01

#18013a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18013a Color Preview on White Background

Lorem ipsum dolor sit amet.

#18013a Color CSS Codes

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

#18013a Text Font Color

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

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


#18013a Background Color

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

This div background color is #18013a


#18013a Border Color

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

This div border color is #18013a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18013a


Comments

No comments written yet.

Please login to write comment.