Color Hex Logo

#14366b Color Hex

#14366B
(20,54,107)
0 Favorites   0 Comments

Color spaces of #14366b

RGB 2054107
HSL0.600.690.25
HSV217°81°42°
CMYK 0.810.500.00   0.58
XYZ4.26153.848614.4282
Yxy3.84860.18910.1708
Hunter Lab19.61784.4435-29.8731
CIE-Lab23.16458.8156-34.4392

#14366b color RGB value is (20,54,107).

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

The process color (four color CMYK) of #14366b color hex is 0.81, 0.50, 0.00, 0.58. Web safe color of #14366b is #003366. Color #14366b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110110 01101011
Octal 24 66 153
Decimal 20 54 107
Hex 14 36 6B

RGB Percentages of Color #14366b

%11.05
%29.83
%59.12

CMYK Percentages of Color #14366b

%81
%50
%0
%58

Triadic Colors of #14366b

#14366b #6b1436 #366b14

Analogous Colors of #14366b

#14366b #1e146b #14616b

Monochromatic Colors of #14366b

#14366b

Complementary Color

#14366b #6b4914

#14366b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14366b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14366b Color CSS Codes

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

#14366b Text Font Color

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

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


#14366b Background Color

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

This div background color is #14366b


#14366b Border Color

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

This div border color is #14366b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,54,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 #14366b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14366b


Comments

No comments written yet.

Please login to write comment.