Color Hex Logo

#142670 Color Hex

#142670
(20,38,112)
0 Favorites   0 Comments

Color spaces of #142670

RGB 2038112
HSL0.630.700.26
HSV228°82°44°
CMYK 0.820.660.00   0.56
XYZ3.90622.704815.6454
Yxy2.70480.17550.1215
Hunter Lab16.446313.6150-44.8904
CIE-Lab18.820622.4587-44.7188

#142670 color RGB value is (20,38,112).

#142670 hex color red value is 20, green value is 38 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #142670 hue: 0.63 , saturation: 0.70 and the lightness value of 142670 is 0.26.

The process color (four color CMYK) of #142670 color hex is 0.82, 0.66, 0.00, 0.56. Web safe color of #142670 is #003366. Color #142670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100110 01110000
Octal 24 46 160
Decimal 20 38 112
Hex 14 26 70

RGB Percentages of Color #142670

%11.76
%22.35
%65.88

CMYK Percentages of Color #142670

%82
%66
%0
%56

Triadic Colors of #142670

#142670 #701426 #267014

Analogous Colors of #142670

#142670 #301470 #145470

Monochromatic Colors of #142670

#142670

Complementary Color

#142670 #705e14

#142670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142670 Color CSS Codes

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

#142670 Text Font Color

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

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


#142670 Background Color

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

This div background color is #142670


#142670 Border Color

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

This div border color is #142670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142670


Comments

No comments written yet.

Please login to write comment.