Color Hex Logo

#143bbc Color Hex

#143BBC
(20,59,188)
0 Favorites   0 Comments

Color spaces of #143bbc

RGB 2059188
HSL0.630.810.41
HSV226°89°74°
CMYK 0.890.690.00   0.26
XYZ10.92966.907548.3342
Yxy6.90750.16520.1044
Hunter Lab26.282128.2367-90.6399
CIE-Lab31.595437.9887-70.5063

#143bbc color RGB value is (20,59,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111011 10111100
Octal 24 73 274
Decimal 20 59 188
Hex 14 3B BC

RGB Percentages of Color #143bbc

%7.49
%22.10
%70.41

CMYK Percentages of Color #143bbc

%89
%69
%0
%26

Triadic Colors of #143bbc

#143bbc #bc143b #3bbc14

Analogous Colors of #143bbc

#143bbc #4114bc #148fbc

Monochromatic Colors of #143bbc

#143bbc

Complementary Color

#143bbc #bc9514

#143bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#143bbc Color CSS Codes

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

#143bbc Text Font Color

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

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


#143bbc Background Color

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

This div background color is #143bbc


#143bbc Border Color

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

This div border color is #143bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143bbc


Comments

No comments written yet.

Please login to write comment.