Color Hex Logo

#141739 Color Hex

#141739
(20,23,57)
0 Favorites   0 Comments

Color spaces of #141739

RGB 202357
HSL0.650.480.15
HSV235°65°22°
CMYK 0.650.600.00   0.78
XYZ1.33341.05694.0046
Yxy1.05690.20850.1653
Hunter Lab10.28065.1607-15.8989
CIE-Lab9.456710.8625-22.6205

#141739 color RGB value is (20,23,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010111 00111001
Octal 24 27 71
Decimal 20 23 57
Hex 14 17 39

RGB Percentages of Color #141739

%20.00
%23.00
%57.00

CMYK Percentages of Color #141739

%65
%60
%0
%78

Triadic Colors of #141739

#141739 #391417 #173914

Analogous Colors of #141739

#141739 #241439 #142a39

Monochromatic Colors of #141739

#141739

Complementary Color

#141739 #393614

#141739 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141739 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141739 Color CSS Codes

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

#141739 Text Font Color

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

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


#141739 Background Color

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

This div background color is #141739


#141739 Border Color

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

This div border color is #141739


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141739


Comments

No comments written yet.

Please login to write comment.