Color Hex Logo

#14417d Color Hex

#14417D
(20,65,125)
0 Favorites   0 Comments

Color spaces of #14417d

RGB 2065125
HSL0.600.720.28
HSV214°84°49°
CMYK 0.840.480.00   0.51
XYZ5.88055.410020.1363
Yxy5.41000.18710.1721
Hunter Lab23.25944.4248-35.0474
CIE-Lab27.87238.6508-38.3052

#14417d color RGB value is (20,65,125).

#14417d hex color red value is 20, green value is 65 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #14417d hue: 0.60 , saturation: 0.72 and the lightness value of 14417d is 0.28.

The process color (four color CMYK) of #14417d color hex is 0.84, 0.48, 0.00, 0.51. Web safe color of #14417d is #003366. Color #14417d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000001 01111101
Octal 24 101 175
Decimal 20 65 125
Hex 14 41 7D

RGB Percentages of Color #14417d

%9.52
%30.95
%59.52

CMYK Percentages of Color #14417d

%84
%48
%0
%51

Triadic Colors of #14417d

#14417d #7d1441 #417d14

Analogous Colors of #14417d

#14417d #1c147d #14767d

Monochromatic Colors of #14417d

#14417d

Complementary Color

#14417d #7d5014

#14417d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14417d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14417d Color CSS Codes

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

#14417d Text Font Color

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

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


#14417d Background Color

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

This div background color is #14417d


#14417d Border Color

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

This div border color is #14417d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14417d


Comments

No comments written yet.

Please login to write comment.