Color Hex Logo

#143374 Color Hex

#143374
(20,51,116)
0 Favorites   0 Comments

Color spaces of #143374

RGB 2051116
HSL0.610.710.27
HSV221°83°45°
CMYK 0.830.560.00   0.55
XYZ4.62473.777317.0083
Yxy3.77730.18200.1487
Hunter Lab19.43538.4630-38.2815
CIE-Lab22.921114.7740-40.6065

#143374 color RGB value is (20,51,116).

#143374 hex color red value is 20, green value is 51 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #143374 hue: 0.61 , saturation: 0.71 and the lightness value of 143374 is 0.27.

The process color (four color CMYK) of #143374 color hex is 0.83, 0.56, 0.00, 0.55. Web safe color of #143374 is #003366. Color #143374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110011 01110100
Octal 24 63 164
Decimal 20 51 116
Hex 14 33 74

RGB Percentages of Color #143374

%10.70
%27.27
%62.03

CMYK Percentages of Color #143374

%83
%56
%0
%55

Triadic Colors of #143374

#143374 #741433 #337414

Analogous Colors of #143374

#143374 #251474 #146374

Monochromatic Colors of #143374

#143374

Complementary Color

#143374 #745514

#143374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143374 Color CSS Codes

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

#143374 Text Font Color

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

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


#143374 Background Color

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

This div background color is #143374


#143374 Border Color

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

This div border color is #143374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143374


Comments

No comments written yet.

Please login to write comment.