Color Hex Logo

#142e4f Color Hex

#142E4F
(20,46,79)
0 Favorites   0 Comments

Color spaces of #142e4f

RGB 204679
HSL0.590.600.19
HSV214°75°31°
CMYK 0.750.420.00   0.69
XYZ2.67682.66727.7709
Yxy2.66720.20410.2034
Hunter Lab16.33160.6765-16.7793
CIE-Lab18.65852.7332-23.2036

#142e4f color RGB value is (20,46,79).

#142e4f hex color red value is 20, green value is 46 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #142e4f hue: 0.59 , saturation: 0.60 and the lightness value of 142e4f is 0.19.

The process color (four color CMYK) of #142e4f color hex is 0.75, 0.42, 0.00, 0.69. Web safe color of #142e4f is #003366. Color #142e4f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101110 01001111
Octal 24 56 117
Decimal 20 46 79
Hex 14 2E 4F

RGB Percentages of Color #142e4f

%13.79
%31.72
%54.48

CMYK Percentages of Color #142e4f

%75
%42
%0
%69

Triadic Colors of #142e4f

#142e4f #4f142e #2e4f14

Analogous Colors of #142e4f

#142e4f #18144f #144c4f

Monochromatic Colors of #142e4f

#142e4f

Complementary Color

#142e4f #4f3514

#142e4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142e4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#142e4f Color CSS Codes

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

#142e4f Text Font Color

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

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


#142e4f Background Color

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

This div background color is #142e4f


#142e4f Border Color

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

This div border color is #142e4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142e4f


Comments

No comments written yet.

Please login to write comment.