Color Hex Logo

#143358 Color Hex

#143358
(20,51,88)
1 Favorites   0 Comments

Color spaces of #143358

RGB 205188
HSL0.590.630.21
HSV213°77°35°
CMYK 0.770.420.00   0.65
XYZ3.23383.22109.6838
Yxy3.22100.20040.1996
Hunter Lab17.94710.7555-19.4283
CIE-Lab20.90812.9308-25.6394

#143358 color RGB value is (20,51,88).

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

The process color (four color CMYK) of #143358 color hex is 0.77, 0.42, 0.00, 0.65. Web safe color of #143358 is #003366. Color #143358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110011 01011000
Octal 24 63 130
Decimal 20 51 88
Hex 14 33 58

RGB Percentages of Color #143358

%12.58
%32.08
%55.35

CMYK Percentages of Color #143358

%77
%42
%0
%65

Triadic Colors of #143358

#143358 #581433 #335814

Analogous Colors of #143358

#143358 #171458 #145558

Monochromatic Colors of #143358

#143358

Complementary Color

#143358 #583914

#143358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143358 Color CSS Codes

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

#143358 Text Font Color

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

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


#143358 Background Color

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

This div background color is #143358


#143358 Border Color

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

This div border color is #143358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143358


Comments

No comments written yet.

Please login to write comment.