Color Hex Logo

#14516b Color Hex

#14516B
(20,81,107)
1 Favorites   0 Comments

Color spaces of #14516b

RGB 2081107
HSL0.550.690.25
HSV198°81°42°
CMYK 0.810.240.00   0.58
XYZ5.88487.095114.9693
Yxy7.09510.21060.2539
Hunter Lab26.6366-7.1783-14.6743
CIE-Lab32.0224-9.1895-20.4259

#14516b color RGB value is (20,81,107).

#14516b hex color red value is 20, green value is 81 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #14516b hue: 0.55 , saturation: 0.69 and the lightness value of 14516b is 0.25.

The process color (four color CMYK) of #14516b color hex is 0.81, 0.24, 0.00, 0.58. Web safe color of #14516b is #006666. Color #14516b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010001 01101011
Octal 24 121 153
Decimal 20 81 107
Hex 14 51 6B

RGB Percentages of Color #14516b

%9.62
%38.94
%51.44

CMYK Percentages of Color #14516b

%81
%24
%0
%58

Triadic Colors of #14516b

#14516b #6b1451 #516b14

Analogous Colors of #14516b

#14516b #14266b #146b59

Monochromatic Colors of #14516b

#14516b

Complementary Color

#14516b #6b2e14

#14516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14516b Color CSS Codes

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

#14516b Text Font Color

<p style="color:#14516b">Text here</p>

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


#14516b Background Color

<div style="background-color:#14516b">
Div content here</div>

This div background color is #14516b


#14516b Border Color

<div style="border:3px solid #14516b">
Div here</div>

This div border color is #14516b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,81,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14516b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14516b;
  -webkit-box-shadow: 1px 1px 3px 2px #14516b;
  box-shadow:         1px 1px 3px 2px #14516b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14516b


Comments

No comments written yet.

Please login to write comment.