Color Hex Logo

#121519 Color Hex

#121519
(18,21,25)
0 Favorites   0 Comments

Color spaces of #121519

RGB 182125
HSL0.600.160.08
HSV214°28°10°
CMYK 0.280.160.00   0.90
XYZ0.69310.73511.0251
Yxy0.73510.28250.2996
Hunter Lab8.5738-0.5743-1.0872
CIE-Lab6.6401-0.2290-3.1964

#121519 color RGB value is (18,21,25).

#121519 hex color red value is 18, green value is 21 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #121519 hue: 0.60 , saturation: 0.16 and the lightness value of 121519 is 0.08.

The process color (four color CMYK) of #121519 color hex is 0.28, 0.16, 0.00, 0.90. Web safe color of #121519 is #000000. Color #121519 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010101 00011001
Octal 22 25 31
Decimal 18 21 25
Hex 12 15 19

RGB Percentages of Color #121519

%28.13
%32.81
%39.06

CMYK Percentages of Color #121519

%28
%16
%0
%90

Triadic Colors of #121519

#121519 #191215 #151912

Analogous Colors of #121519

#121519 #131219 #121919

Monochromatic Colors of #121519

#121519

Complementary Color

#121519 #191612

#121519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121519 Color CSS Codes

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

#121519 Text Font Color

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

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


#121519 Background Color

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

This div background color is #121519


#121519 Border Color

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

This div border color is #121519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121519

#121519 Color Palettes


Comments

No comments written yet.

Please login to write comment.