Color Hex Logo

#121327 Color Hex

#121327
(18,19,39)
0 Favorites   0 Comments

Color spaces of #121327

RGB 181939
HSL0.660.370.11
HSV237°54°15°
CMYK 0.540.510.00   0.85
XYZ0.84850.74082.0177
Yxy0.74080.23520.2054
Hunter Lab8.60702.5348-7.8742
CIE-Lab6.69165.9143-13.8017

#121327 color RGB value is (18,19,39).

#121327 hex color red value is 18, green value is 19 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #121327 hue: 0.66 , saturation: 0.37 and the lightness value of 121327 is 0.11.

The process color (four color CMYK) of #121327 color hex is 0.54, 0.51, 0.00, 0.85. Web safe color of #121327 is #000033. Color #121327 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010011 00100111
Octal 22 23 47
Decimal 18 19 39
Hex 12 13 27

RGB Percentages of Color #121327

%23.68
%25.00
%51.32

CMYK Percentages of Color #121327

%54
%51
%0
%85

Triadic Colors of #121327

#121327 #271213 #132712

Analogous Colors of #121327

#121327 #1c1227 #121e27

Monochromatic Colors of #121327

#121327

Complementary Color

#121327 #272612

#121327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121327 Color CSS Codes

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

#121327 Text Font Color

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

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


#121327 Background Color

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

This div background color is #121327


#121327 Border Color

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

This div border color is #121327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121327


Comments

No comments written yet.

Please login to write comment.