Color Hex Logo

#141339 Color Hex

#141339
(20,19,57)
0 Favorites   0 Comments

Color spaces of #141339

RGB 201957
HSL0.670.500.15
HSV242°67°22°
CMYK 0.650.670.00   0.78
XYZ1.25990.90993.9801
Yxy0.90990.20490.1480
Hunter Lab9.53896.8834-18.0616
CIE-Lab8.217113.9479-24.6219

#141339 color RGB value is (20,19,57).

#141339 hex color red value is 20, green value is 19 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #141339 hue: 0.67 , saturation: 0.50 and the lightness value of 141339 is 0.15.

The process color (four color CMYK) of #141339 color hex is 0.65, 0.67, 0.00, 0.78. Web safe color of #141339 is #000033. Color #141339 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010011 00111001
Octal 24 23 71
Decimal 20 19 57
Hex 14 13 39

RGB Percentages of Color #141339

%20.83
%19.79
%59.38

CMYK Percentages of Color #141339

%65
%67
%0
%78

Triadic Colors of #141339

#141339 #391413 #133914

Analogous Colors of #141339

#141339 #271339 #132539

Monochromatic Colors of #141339

#141339

Complementary Color

#141339 #383913

#141339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141339 Color CSS Codes

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

#141339 Text Font Color

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

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


#141339 Background Color

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

This div background color is #141339


#141339 Border Color

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

This div border color is #141339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141339


Comments

No comments written yet.

Please login to write comment.