Color Hex Logo

#15649d Color Hex

#15649D
(21,100,157)
0 Favorites   0 Comments

Color spaces of #15649d

RGB 21100157
HSL0.570.760.35
HSV205°87°62°
CMYK 0.870.360.00   0.38
XYZ10.952211.708133.5809
Yxy11.70810.19470.2082
Hunter Lab34.2171-2.7457-34.2356
CIE-Lab40.7484-1.2964-37.2845

#15649d color RGB value is (21,100,157).

#15649d hex color red value is 21, green value is 100 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #15649d hue: 0.57 , saturation: 0.76 and the lightness value of 15649d is 0.35.

The process color (four color CMYK) of #15649d color hex is 0.87, 0.36, 0.00, 0.38. Web safe color of #15649d is #006699. Color #15649d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01100100 10011101
Octal 25 144 235
Decimal 21 100 157
Hex 15 64 9D

RGB Percentages of Color #15649d

%7.55
%35.97
%56.47

CMYK Percentages of Color #15649d

%87
%36
%0
%38

Triadic Colors of #15649d

#15649d #9d1564 #649d15

Analogous Colors of #15649d

#15649d #15209d #159d92

Monochromatic Colors of #15649d

#15649d

Complementary Color

#15649d #9d4e15

#15649d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15649d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15649d Color CSS Codes

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

#15649d Text Font Color

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

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


#15649d Background Color

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

This div background color is #15649d


#15649d Border Color

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

This div border color is #15649d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15649d


Comments

No comments written yet.

Please login to write comment.