Color Hex Logo

#143392 Color Hex

#143392
(20,51,146)
0 Favorites   0 Comments

Color spaces of #143392

RGB 2051146
HSL0.630.760.33
HSV225°86°57°
CMYK 0.860.650.00   0.43
XYZ6.66064.591727.7294
Yxy4.59170.17090.1178
Hunter Lab21.428317.9842-61.7249
CIE-Lab25.538327.0951-55.1542

#143392 color RGB value is (20,51,146).

#143392 hex color red value is 20, green value is 51 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #143392 hue: 0.63 , saturation: 0.76 and the lightness value of 143392 is 0.33.

The process color (four color CMYK) of #143392 color hex is 0.86, 0.65, 0.00, 0.43. Web safe color of #143392 is #003399. Color #143392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110011 10010010
Octal 24 63 222
Decimal 20 51 146
Hex 14 33 92

RGB Percentages of Color #143392

%9.22
%23.50
%67.28

CMYK Percentages of Color #143392

%86
%65
%0
%43

Triadic Colors of #143392

#143392 #921433 #339214

Analogous Colors of #143392

#143392 #341492 #147292

Monochromatic Colors of #143392

#143392

Complementary Color

#143392 #927314

#143392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143392 Color CSS Codes

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

#143392 Text Font Color

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

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


#143392 Background Color

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

This div background color is #143392


#143392 Border Color

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

This div border color is #143392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143392


Comments

No comments written yet.

Please login to write comment.