Color Hex Logo

#145f9b Color Hex

#145F9B
(20,95,155)
0 Favorites   0 Comments

Color spaces of #145f9b

RGB 2095155
HSL0.570.770.34
HSV207°87°61°
CMYK 0.870.390.00   0.39
XYZ10.297110.699732.5329
Yxy10.69970.19240.1999
Hunter Lab32.7104-1.0521-36.0710
CIE-Lab39.07000.9868-38.7577

#145f9b color RGB value is (20,95,155).

#145f9b hex color red value is 20, green value is 95 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #145f9b hue: 0.57 , saturation: 0.77 and the lightness value of 145f9b is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011111 10011011
Octal 24 137 233
Decimal 20 95 155
Hex 14 5F 9B

RGB Percentages of Color #145f9b

%7.41
%35.19
%57.41

CMYK Percentages of Color #145f9b

%87
%39
%0
%39

Triadic Colors of #145f9b

#145f9b #9b145f #5f9b14

Analogous Colors of #145f9b

#145f9b #141c9b #149b94

Monochromatic Colors of #145f9b

#145f9b

Complementary Color

#145f9b #9b5014

#145f9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145f9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#145f9b Color CSS Codes

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

#145f9b Text Font Color

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

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


#145f9b Background Color

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

This div background color is #145f9b


#145f9b Border Color

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

This div border color is #145f9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145f9b


Comments

No comments written yet.

Please login to write comment.