Color Hex Logo

#143bbe Color Hex

#143BBE
(20,59,190)
0 Favorites   0 Comments

Color spaces of #143bbe

RGB 2059190
HSL0.630.810.41
HSV226°89°75°
CMYK 0.890.690.00   0.25
XYZ11.14676.994449.4777
Yxy6.99440.16480.1034
Hunter Lab26.446928.9510-92.4086
CIE-Lab31.794238.7313-71.3574

#143bbe color RGB value is (20,59,190).

#143bbe hex color red value is 20, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #143bbe hue: 0.63 , saturation: 0.81 and the lightness value of 143bbe is 0.41.

The process color (four color CMYK) of #143bbe color hex is 0.89, 0.69, 0.00, 0.25. Web safe color of #143bbe is #0033cc. Color #143bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111011 10111110
Octal 24 73 276
Decimal 20 59 190
Hex 14 3B BE

RGB Percentages of Color #143bbe

%7.43
%21.93
%70.63

CMYK Percentages of Color #143bbe

%89
%69
%0
%25

Triadic Colors of #143bbe

#143bbe #be143b #3bbe14

Analogous Colors of #143bbe

#143bbe #4214be #1490be

Monochromatic Colors of #143bbe

#143bbe

Complementary Color

#143bbe #be9714

#143bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#143bbe Color CSS Codes

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

#143bbe Text Font Color

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

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


#143bbe Background Color

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

This div background color is #143bbe


#143bbe Border Color

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

This div border color is #143bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,59,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #143bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #143bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #143bbe;
  box-shadow:         1px 1px 3px 2px #143bbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143bbe


Comments

No comments written yet.

Please login to write comment.