Color Hex Logo

#14509f Color Hex

#14509F
(20,80,159)
0 Favorites   0 Comments

Color spaces of #14509f

RGB 2080159
HSL0.590.780.35
HSV214°87°62°
CMYK 0.870.500.00   0.38
XYZ9.41528.389233.9239
Yxy8.38920.18200.1622
Hunter Lab28.96417.3368-49.1679
CIE-Lab34.780612.4666-48.0322

#14509f color RGB value is (20,80,159).

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

The process color (four color CMYK) of #14509f color hex is 0.87, 0.50, 0.00, 0.38. Web safe color of #14509f is #006699. Color #14509f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010000 10011111
Octal 24 120 237
Decimal 20 80 159
Hex 14 50 9F

RGB Percentages of Color #14509f

%7.72
%30.89
%61.39

CMYK Percentages of Color #14509f

%87
%50
%0
%38

Triadic Colors of #14509f

#14509f #9f1450 #509f14

Analogous Colors of #14509f

#14509f #1d149f #14969f

Monochromatic Colors of #14509f

#14509f

Complementary Color

#14509f #9f6314

#14509f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14509f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14509f Color CSS Codes

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

#14509f Text Font Color

<p style="color:#14509f">Text here</p>

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


#14509f Background Color

<div style="background-color:#14509f">
Div content here</div>

This div background color is #14509f


#14509f Border Color

<div style="border:3px solid #14509f">
Div here</div>

This div border color is #14509f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,80,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 #14509f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14509f


Comments

No comments written yet.

Please login to write comment.