Color Hex Logo

#142337 Color Hex

#142337
(20,35,55)
0 Favorites   0 Comments

Color spaces of #142337

RGB 203555
HSL0.600.470.15
HSV214°64°22°
CMYK 0.640.360.00   0.78
XYZ1.57911.62663.8452
Yxy1.62660.22400.2307
Hunter Lab12.7538-0.2184-8.9479
CIE-Lab13.39130.8968-14.9424

#142337 color RGB value is (20,35,55).

#142337 hex color red value is 20, green value is 35 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #142337 hue: 0.60 , saturation: 0.47 and the lightness value of 142337 is 0.15.

The process color (four color CMYK) of #142337 color hex is 0.64, 0.36, 0.00, 0.78. Web safe color of #142337 is #003333. Color #142337 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100011 00110111
Octal 24 43 67
Decimal 20 35 55
Hex 14 23 37

RGB Percentages of Color #142337

%18.18
%31.82
%50.00

CMYK Percentages of Color #142337

%64
%36
%0
%78

Triadic Colors of #142337

#142337 #371423 #233714

Analogous Colors of #142337

#142337 #171437 #143537

Monochromatic Colors of #142337

#142337

Complementary Color

#142337 #372814

#142337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142337 Color CSS Codes

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

#142337 Text Font Color

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

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


#142337 Background Color

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

This div background color is #142337


#142337 Border Color

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

This div border color is #142337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142337


Comments

No comments written yet.

Please login to write comment.