Color Hex Logo

#14557b Color Hex

#14557B
(20,85,123)
0 Favorites   0 Comments

Color spaces of #14557b

RGB 2085123
HSL0.560.720.28
HSV202°84°48°
CMYK 0.840.310.00   0.52
XYZ7.11218.075819.9228
Yxy8.07580.20260.2300
Hunter Lab28.4180-5.0586-21.6735
CIE-Lab34.1403-5.4257-27.0942

#14557b color RGB value is (20,85,123).

#14557b hex color red value is 20, green value is 85 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #14557b hue: 0.56 , saturation: 0.72 and the lightness value of 14557b is 0.28.

The process color (four color CMYK) of #14557b color hex is 0.84, 0.31, 0.00, 0.52. Web safe color of #14557b is #006666. Color #14557b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010101 01111011
Octal 24 125 173
Decimal 20 85 123
Hex 14 55 7B

RGB Percentages of Color #14557b

%8.77
%37.28
%53.95

CMYK Percentages of Color #14557b

%84
%31
%0
%52

Triadic Colors of #14557b

#14557b #7b1455 #557b14

Analogous Colors of #14557b

#14557b #14227b #147b6e

Monochromatic Colors of #14557b

#14557b

Complementary Color

#14557b #7b3a14

#14557b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14557b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14557b Color CSS Codes

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

#14557b Text Font Color

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

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


#14557b Background Color

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

This div background color is #14557b


#14557b Border Color

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

This div border color is #14557b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14557b


Comments

No comments written yet.

Please login to write comment.