Color Hex Logo

#145cbb Color Hex

#145CBB
(20,92,187)
0 Favorites   0 Comments

Color spaces of #145cbb

RGB 2092187
HSL0.590.810.41
HSV214°89°73°
CMYK 0.890.510.00   0.27
XYZ13.085311.390948.5227
Yxy11.39090.17930.1560
Hunter Lab33.750410.1426-61.6155
CIE-Lab40.231215.8017-55.8150

#145cbb color RGB value is (20,92,187).

#145cbb hex color red value is 20, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #145cbb hue: 0.59 , saturation: 0.81 and the lightness value of 145cbb is 0.41.

The process color (four color CMYK) of #145cbb color hex is 0.89, 0.51, 0.00, 0.27. Web safe color of #145cbb is #0066cc. Color #145cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011100 10111011
Octal 24 134 273
Decimal 20 92 187
Hex 14 5C BB

RGB Percentages of Color #145cbb

%6.69
%30.77
%62.54

CMYK Percentages of Color #145cbb

%89
%51
%0
%27

Triadic Colors of #145cbb

#145cbb #bb145c #5cbb14

Analogous Colors of #145cbb

#145cbb #2014bb #14b0bb

Monochromatic Colors of #145cbb

#145cbb

Complementary Color

#145cbb #bb7314

#145cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#145cbb Color CSS Codes

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

#145cbb Text Font Color

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

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


#145cbb Background Color

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

This div background color is #145cbb


#145cbb Border Color

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

This div border color is #145cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145cbb


Comments

No comments written yet.

Please login to write comment.