Color Hex Logo

#142f55 Color Hex

#142F55
(20,47,85)
0 Favorites   0 Comments

Color spaces of #142f55

RGB 204785
HSL0.600.620.21
HSV215°76°33°
CMYK 0.760.450.00   0.67
XYZ2.94472.83768.9868
Yxy2.83760.19940.1921
Hunter Lab16.84521.7245-19.8392
CIE-Lab19.38144.5318-26.0762

#142f55 color RGB value is (20,47,85).

#142f55 hex color red value is 20, green value is 47 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #142f55 hue: 0.60 , saturation: 0.62 and the lightness value of 142f55 is 0.21.

The process color (four color CMYK) of #142f55 color hex is 0.76, 0.45, 0.00, 0.67. Web safe color of #142f55 is #003366. Color #142f55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101111 01010101
Octal 24 57 125
Decimal 20 47 85
Hex 14 2F 55

RGB Percentages of Color #142f55

%13.16
%30.92
%55.92

CMYK Percentages of Color #142f55

%76
%45
%0
%67

Triadic Colors of #142f55

#142f55 #55142f #2f5514

Analogous Colors of #142f55

#142f55 #1a1455 #145055

Monochromatic Colors of #142f55

#142f55

Complementary Color

#142f55 #553a14

#142f55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142f55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142f55 Color CSS Codes

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

#142f55 Text Font Color

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

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


#142f55 Background Color

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

This div background color is #142f55


#142f55 Border Color

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

This div border color is #142f55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142f55


Comments

No comments written yet.

Please login to write comment.