Color Hex Logo

#14173a Color Hex

#14173A
(20,23,58)
0 Favorites   0 Comments

Color spaces of #14173a

RGB 202358
HSL0.650.490.15
HSV235°66°23°
CMYK 0.660.600.00   0.77
XYZ1.35861.06704.1373
Yxy1.06700.20700.1626
Hunter Lab10.32965.4005-16.5167
CIE-Lab9.537611.2691-23.2079

#14173a color RGB value is (20,23,58).

#14173a hex color red value is 20, green value is 23 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #14173a hue: 0.65 , saturation: 0.49 and the lightness value of 14173a is 0.15.

The process color (four color CMYK) of #14173a color hex is 0.66, 0.60, 0.00, 0.77. Web safe color of #14173a is #000033. Color #14173a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010111 00111010
Octal 24 27 72
Decimal 20 23 58
Hex 14 17 3A

RGB Percentages of Color #14173a

%19.80
%22.77
%57.43

CMYK Percentages of Color #14173a

%66
%60
%0
%77

Triadic Colors of #14173a

#14173a #3a1417 #173a14

Analogous Colors of #14173a

#14173a #24143a #142a3a

Monochromatic Colors of #14173a

#14173a

Complementary Color

#14173a #3a3714

#14173a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14173a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14173a Color CSS Codes

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

#14173a Text Font Color

<p style="color:#14173a">Text here</p>

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


#14173a Background Color

<div style="background-color:#14173a">
Div content here</div>

This div background color is #14173a


#14173a Border Color

<div style="border:3px solid #14173a">
Div here</div>

This div border color is #14173a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14173a


Comments

No comments written yet.

Please login to write comment.