Color Hex Logo

#143959 Color Hex

#143959
(20,57,89)
0 Favorites   0 Comments

Color spaces of #143959

RGB 205789
HSL0.580.630.21
HSV208°78°35°
CMYK 0.780.360.00   0.65
XYZ3.55483.79629.9966
Yxy3.79620.20490.2188
Hunter Lab19.4838-1.5296-16.7813
CIE-Lab22.9859-0.8327-23.0080

#143959 color RGB value is (20,57,89).

#143959 hex color red value is 20, green value is 57 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #143959 hue: 0.58 , saturation: 0.63 and the lightness value of 143959 is 0.21.

The process color (four color CMYK) of #143959 color hex is 0.78, 0.36, 0.00, 0.65. Web safe color of #143959 is #003366. Color #143959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111001 01011001
Octal 24 71 131
Decimal 20 57 89
Hex 14 39 59

RGB Percentages of Color #143959

%12.05
%34.34
%53.61

CMYK Percentages of Color #143959

%78
%36
%0
%65

Triadic Colors of #143959

#143959 #591439 #395914

Analogous Colors of #143959

#143959 #141759 #145956

Monochromatic Colors of #143959

#143959

Complementary Color

#143959 #593414

#143959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143959 Color CSS Codes

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

#143959 Text Font Color

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

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


#143959 Background Color

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

This div background color is #143959


#143959 Border Color

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

This div border color is #143959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143959


Comments

No comments written yet.

Please login to write comment.