Color Hex Logo

#157b99 Color Hex

#157B99
(21,123,153)
0 Favorites   0 Comments

Color spaces of #157b99

RGB 21123153
HSL0.540.760.34
HSV194°86°60°
CMYK 0.860.200.00   0.40
XYZ13.142016.625332.6533
Yxy16.62530.21050.2663
Hunter Lab40.7741-13.8220-18.9395
CIE-Lab47.7844-16.3829-23.8976

#157b99 color RGB value is (21,123,153).

#157b99 hex color red value is 21, green value is 123 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #157b99 hue: 0.54 , saturation: 0.76 and the lightness value of 157b99 is 0.34.

The process color (four color CMYK) of #157b99 color hex is 0.86, 0.20, 0.00, 0.40. Web safe color of #157b99 is #006699. Color #157b99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111011 10011001
Octal 25 173 231
Decimal 21 123 153
Hex 15 7B 99

RGB Percentages of Color #157b99

%7.07
%41.41
%51.52

CMYK Percentages of Color #157b99

%86
%20
%0
%40

Triadic Colors of #157b99

#157b99 #99157b #7b9915

Analogous Colors of #157b99

#157b99 #153999 #159975

Monochromatic Colors of #157b99

#157b99

Complementary Color

#157b99 #993315

#157b99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157b99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#157b99 Color CSS Codes

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

#157b99 Text Font Color

<p style="color:#157b99">Text here</p>

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


#157b99 Background Color

<div style="background-color:#157b99">
Div content here</div>

This div background color is #157b99


#157b99 Border Color

<div style="border:3px solid #157b99">
Div here</div>

This div border color is #157b99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,123,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #157b99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #157b99;
  -webkit-box-shadow: 1px 1px 3px 2px #157b99;
  box-shadow:         1px 1px 3px 2px #157b99; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157b99


Comments

No comments written yet.

Please login to write comment.