Color Hex Logo

#145bcb Color Hex

#145BCB
(20,91,203)
0 Favorites   0 Comments

Color spaces of #145bcb

RGB 2091203
HSL0.600.820.44
HSV217°90°80°
CMYK 0.900.550.00   0.20
XYZ14.809111.942758.0246
Yxy11.94270.17470.1409
Hunter Lab34.558216.0151-75.3595
CIE-Lab41.124922.8222-63.6577

#145bcb color RGB value is (20,91,203).

#145bcb hex color red value is 20, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #145bcb hue: 0.60 , saturation: 0.82 and the lightness value of 145bcb is 0.44.

The process color (four color CMYK) of #145bcb color hex is 0.90, 0.55, 0.00, 0.20. Web safe color of #145bcb is #0066cc. Color #145bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011011 11001011
Octal 24 133 313
Decimal 20 91 203
Hex 14 5B CB

RGB Percentages of Color #145bcb

%6.37
%28.98
%64.65

CMYK Percentages of Color #145bcb

%90
%55
%0
%20

Triadic Colors of #145bcb

#145bcb #cb145b #5bcb14

Analogous Colors of #145bcb

#145bcb #2814cb #14b7cb

Monochromatic Colors of #145bcb

#145bcb

Complementary Color

#145bcb #cb8414

#145bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#145bcb Color CSS Codes

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

#145bcb Text Font Color

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

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


#145bcb Background Color

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

This div background color is #145bcb


#145bcb Border Color

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

This div border color is #145bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,91,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #145bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #145bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #145bcb;
  box-shadow:         1px 1px 3px 2px #145bcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145bcb


Comments

No comments written yet.

Please login to write comment.