Color Hex Logo

#14174b Color Hex

#14174B
(20,23,75)
0 Favorites   0 Comments

Color spaces of #14174b

RGB 202375
HSL0.660.580.19
HSV237°73°29°
CMYK 0.730.690.00   0.71
XYZ1.86491.26956.8034
Yxy1.26950.18770.1277
Hunter Lab11.26729.8269-27.9136
CIE-Lab11.060518.2177-32.7071

#14174b color RGB value is (20,23,75).

#14174b hex color red value is 20, green value is 23 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #14174b hue: 0.66 , saturation: 0.58 and the lightness value of 14174b is 0.19.

The process color (four color CMYK) of #14174b color hex is 0.73, 0.69, 0.00, 0.71. Web safe color of #14174b is #000033. Color #14174b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010111 01001011
Octal 24 27 113
Decimal 20 23 75
Hex 14 17 4B

RGB Percentages of Color #14174b

%16.95
%19.49
%63.56

CMYK Percentages of Color #14174b

%73
%69
%0
%71

Triadic Colors of #14174b

#14174b #4b1417 #174b14

Analogous Colors of #14174b

#14174b #2d144b #14334b

Monochromatic Colors of #14174b

#14174b

Complementary Color

#14174b #4b4814

#14174b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14174b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14174b Color CSS Codes

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

#14174b Text Font Color

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

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


#14174b Background Color

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

This div background color is #14174b


#14174b Border Color

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

This div border color is #14174b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14174b


Comments

No comments written yet.

Please login to write comment.