Color Hex Logo

#121719 Color Hex

#121719
(18,23,25)
1 Favorites   0 Comments

Color spaces of #121719

RGB 182325
HSL0.550.160.08
HSV197°28°10°
CMYK 0.280.080.00   0.90
XYZ0.73130.81161.0378
Yxy0.81160.28340.3145
Hunter Lab9.0089-1.2757-0.5238
CIE-Lab7.3311-1.6427-2.1787

#121719 color RGB value is (18,23,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010111 00011001
Octal 22 27 31
Decimal 18 23 25
Hex 12 17 19

RGB Percentages of Color #121719

%27.27
%34.85
%37.88

CMYK Percentages of Color #121719

%28
%8
%0
%90

Triadic Colors of #121719

#121719 #191217 #171912

Analogous Colors of #121719

#121719 #121419 #121918

Monochromatic Colors of #121719

#121719

Complementary Color

#121719 #191412

#121719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121719 Color CSS Codes

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

#121719 Text Font Color

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

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


#121719 Background Color

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

This div background color is #121719


#121719 Border Color

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

This div border color is #121719


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,23,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 #121719">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121719


Comments

No comments written yet.

Please login to write comment.