Color Hex Logo

#142c9f Color Hex

#142C9F
(20,44,159)
0 Favorites   0 Comments

Color spaces of #142c9f

RGB 2044159
HSL0.640.780.35
HSV230°87°62°
CMYK 0.870.720.00   0.38
XYZ7.44724.453333.2679
Yxy4.45330.16490.0986
Hunter Lab21.102826.0627-78.6966
CIE-Lab25.116736.7272-63.8145

#142c9f color RGB value is (20,44,159).

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

The process color (four color CMYK) of #142c9f color hex is 0.87, 0.72, 0.00, 0.38. Web safe color of #142c9f is #003399. Color #142c9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101100 10011111
Octal 24 54 237
Decimal 20 44 159
Hex 14 2C 9F

RGB Percentages of Color #142c9f

%8.97
%19.73
%71.30

CMYK Percentages of Color #142c9f

%87
%72
%0
%38

Triadic Colors of #142c9f

#142c9f #9f142c #2c9f14

Analogous Colors of #142c9f

#142c9f #41149f #14729f

Monochromatic Colors of #142c9f

#142c9f

Complementary Color

#142c9f #9f8714

#142c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#142c9f Color CSS Codes

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

#142c9f Text Font Color

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

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


#142c9f Background Color

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

This div background color is #142c9f


#142c9f Border Color

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

This div border color is #142c9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142c9f


Comments

No comments written yet.

Please login to write comment.