Color Hex Logo

#14699d Color Hex

#14699D
(20,105,157)
0 Favorites   0 Comments

Color spaces of #14699d

RGB 20105157
HSL0.560.770.35
HSV203°87°62°
CMYK 0.870.330.00   0.38
XYZ11.425912.686233.7448
Yxy12.68620.19750.2193
Hunter Lab35.6177-5.0694-31.2400
CIE-Lab42.2866-4.4681-34.8520

#14699d color RGB value is (20,105,157).

#14699d hex color red value is 20, green value is 105 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #14699d hue: 0.56 , saturation: 0.77 and the lightness value of 14699d is 0.35.

The process color (four color CMYK) of #14699d color hex is 0.87, 0.33, 0.00, 0.38. Web safe color of #14699d is #006699. Color #14699d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101001 10011101
Octal 24 151 235
Decimal 20 105 157
Hex 14 69 9D

RGB Percentages of Color #14699d

%7.09
%37.23
%55.67

CMYK Percentages of Color #14699d

%87
%33
%0
%38

Triadic Colors of #14699d

#14699d #9d1469 #699d14

Analogous Colors of #14699d

#14699d #14249d #149d8d

Monochromatic Colors of #14699d

#14699d

Complementary Color

#14699d #9d4814

#14699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14699d Color CSS Codes

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

#14699d Text Font Color

<p style="color:#14699d">Text here</p>

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


#14699d Background Color

<div style="background-color:#14699d">
Div content here</div>

This div background color is #14699d


#14699d Border Color

<div style="border:3px solid #14699d">
Div here</div>

This div border color is #14699d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,105,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14699d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14699d;
  -webkit-box-shadow: 1px 1px 3px 2px #14699d;
  box-shadow:         1px 1px 3px 2px #14699d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14699d


Comments

No comments written yet.

Please login to write comment.