Color Hex Logo

#121729 Color Hex

#121729
(18,23,41)
0 Favorites   0 Comments

Color spaces of #121729

RGB 182341
HSL0.630.390.12
HSV227°56°16°
CMYK 0.560.440.00   0.84
XYZ0.95610.90152.2214
Yxy0.90150.23440.2210
Hunter Lab9.49471.3588-7.2252
CIE-Lab8.14243.8721-13.0246

#121729 color RGB value is (18,23,41).

#121729 hex color red value is 18, green value is 23 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #121729 hue: 0.63 , saturation: 0.39 and the lightness value of 121729 is 0.12.

The process color (four color CMYK) of #121729 color hex is 0.56, 0.44, 0.00, 0.84. Web safe color of #121729 is #000033. Color #121729 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010111 00101001
Octal 22 27 51
Decimal 18 23 41
Hex 12 17 29

RGB Percentages of Color #121729

%21.95
%28.05
%50.00

CMYK Percentages of Color #121729

%56
%44
%0
%84

Triadic Colors of #121729

#121729 #291217 #172912

Analogous Colors of #121729

#121729 #191229 #122329

Monochromatic Colors of #121729

#121729

Complementary Color

#121729 #292412

#121729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121729 Color CSS Codes

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

#121729 Text Font Color

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

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


#121729 Background Color

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

This div background color is #121729


#121729 Border Color

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

This div border color is #121729


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,23,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #121729; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #121729;
  -webkit-box-shadow: 1px 1px 3px 2px #121729;
  box-shadow:         1px 1px 3px 2px #121729; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,23,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121729


Comments

No comments written yet.

Please login to write comment.