Color Hex Logo

#145e9f Color Hex

#145E9F
(20,94,159)
0 Favorites   0 Comments

Color spaces of #145e9f

RGB 2094159
HSL0.580.780.35
HSV208°87°62°
CMYK 0.870.410.00   0.38
XYZ10.549210.657334.3020
Yxy10.65730.19000.1920
Hunter Lab32.64550.5515-39.4466
CIE-Lab38.99723.2303-41.2642

#145e9f color RGB value is (20,94,159).

#145e9f hex color red value is 20, green value is 94 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #145e9f hue: 0.58 , saturation: 0.78 and the lightness value of 145e9f is 0.35.

The process color (four color CMYK) of #145e9f color hex is 0.87, 0.41, 0.00, 0.38. Web safe color of #145e9f is #006699. Color #145e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011110 10011111
Octal 24 136 237
Decimal 20 94 159
Hex 14 5E 9F

RGB Percentages of Color #145e9f

%7.33
%34.43
%58.24

CMYK Percentages of Color #145e9f

%87
%41
%0
%38

Triadic Colors of #145e9f

#145e9f #9f145e #5e9f14

Analogous Colors of #145e9f

#145e9f #14189f #149f9b

Monochromatic Colors of #145e9f

#145e9f

Complementary Color

#145e9f #9f5514

#145e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#145e9f Color CSS Codes

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

#145e9f Text Font Color

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

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


#145e9f Background Color

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

This div background color is #145e9f


#145e9f Border Color

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

This div border color is #145e9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145e9f

#145e9f Color Palettes


Comments

No comments written yet.

Please login to write comment.