Color Hex Logo

#143559 Color Hex

#143559
(20,53,89)
0 Favorites   0 Comments

Color spaces of #143559

RGB 205389
HSL0.590.630.21
HSV211°78°35°
CMYK 0.780.400.00   0.65
XYZ3.36483.41629.9332
Yxy3.41620.20130.2044
Hunter Lab18.48300.1505-18.9258
CIE-Lab21.63911.9388-25.1390

#143559 color RGB value is (20,53,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110101 01011001
Octal 24 65 131
Decimal 20 53 89
Hex 14 35 59

RGB Percentages of Color #143559

%12.35
%32.72
%54.94

CMYK Percentages of Color #143559

%78
%40
%0
%65

Triadic Colors of #143559

#143559 #591435 #355914

Analogous Colors of #143559

#143559 #161459 #145859

Monochromatic Colors of #143559

#143559

Complementary Color

#143559 #593814

#143559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143559 Color CSS Codes

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

#143559 Text Font Color

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

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


#143559 Background Color

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

This div background color is #143559


#143559 Border Color

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

This div border color is #143559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143559


Comments

No comments written yet.

Please login to write comment.