Color Hex Logo

#156599 Color Hex

#156599
(21,101,153)
0 Favorites   0 Comments

Color spaces of #156599

RGB 21101153
HSL0.570.760.34
HSV204°86°60°
CMYK 0.860.340.00   0.40
XYZ10.712711.766731.8436
Yxy11.76670.19720.2166
Hunter Lab34.3026-4.2841-31.0279
CIE-Lab40.8429-3.4904-34.7499

#156599 color RGB value is (21,101,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01100101 10011001
Octal 25 145 231
Decimal 21 101 153
Hex 15 65 99

RGB Percentages of Color #156599

%7.64
%36.73
%55.64

CMYK Percentages of Color #156599

%86
%34
%0
%40

Triadic Colors of #156599

#156599 #991565 #659915

Analogous Colors of #156599

#156599 #152399 #15998b

Monochromatic Colors of #156599

#156599

Complementary Color

#156599 #994915

#156599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#156599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#156599 Color CSS Codes

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

#156599 Text Font Color

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

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


#156599 Background Color

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

This div background color is #156599


#156599 Border Color

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

This div border color is #156599


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,101,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 #156599">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #156599


Comments

No comments written yet.

Please login to write comment.