Color Hex Logo

#143287 Color Hex

#143287
(20,50,135)
1 Favorites   0 Comments

Color spaces of #143287

RGB 2050135
HSL0.620.740.30
HSV224°85°53°
CMYK 0.850.630.00   0.47
XYZ5.80234.179223.4225
Yxy4.17920.17370.1251
Hunter Lab20.443114.8877-53.6209
CIE-Lab24.255223.3611-50.4305

#143287 color RGB value is (20,50,135).

#143287 hex color red value is 20, green value is 50 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #143287 hue: 0.62 , saturation: 0.74 and the lightness value of 143287 is 0.30.

The process color (four color CMYK) of #143287 color hex is 0.85, 0.63, 0.00, 0.47. Web safe color of #143287 is #003399. Color #143287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110010 10000111
Octal 24 62 207
Decimal 20 50 135
Hex 14 32 87

RGB Percentages of Color #143287

%9.76
%24.39
%65.85

CMYK Percentages of Color #143287

%85
%63
%0
%47

Triadic Colors of #143287

#143287 #871432 #328714

Analogous Colors of #143287

#143287 #301487 #146c87

Monochromatic Colors of #143287

#143287

Complementary Color

#143287 #876914

#143287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143287 Color CSS Codes

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

#143287 Text Font Color

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

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


#143287 Background Color

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

This div background color is #143287


#143287 Border Color

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

This div border color is #143287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143287


Comments

No comments written yet.

Please login to write comment.