Color Hex Logo

#142ba3 Color Hex

#142BA3
(20,43,163)
0 Favorites   0 Comments

Color spaces of #142ba3

RGB 2043163
HSL0.640.780.36
HSV230°88°64°
CMYK 0.880.740.00   0.36
XYZ7.76324.520835.1138
Yxy4.52080.16380.0954
Hunter Lab21.262227.9647-83.0320
CIE-Lab25.323438.8207-65.9048

#142ba3 color RGB value is (20,43,163).

#142ba3 hex color red value is 20, green value is 43 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #142ba3 hue: 0.64 , saturation: 0.78 and the lightness value of 142ba3 is 0.36.

The process color (four color CMYK) of #142ba3 color hex is 0.88, 0.74, 0.00, 0.36. Web safe color of #142ba3 is #003399. Color #142ba3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101011 10100011
Octal 24 53 243
Decimal 20 43 163
Hex 14 2B A3

RGB Percentages of Color #142ba3

%8.85
%19.03
%72.12

CMYK Percentages of Color #142ba3

%88
%74
%0
%36

Triadic Colors of #142ba3

#142ba3 #a3142b #2ba314

Analogous Colors of #142ba3

#142ba3 #4514a3 #1473a3

Monochromatic Colors of #142ba3

#142ba3

Complementary Color

#142ba3 #a38c14

#142ba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142ba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142ba3 Color CSS Codes

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

#142ba3 Text Font Color

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

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


#142ba3 Background Color

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

This div background color is #142ba3


#142ba3 Border Color

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

This div border color is #142ba3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,43,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #142ba3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #142ba3;
  -webkit-box-shadow: 1px 1px 3px 2px #142ba3;
  box-shadow:         1px 1px 3px 2px #142ba3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142ba3


Comments

No comments written yet.

Please login to write comment.