Color Hex Logo

#15607e Color Hex

#15607E
(21,96,126)
1 Favorites   0 Comments

Color spaces of #15607e

RGB 2196126
HSL0.550.710.29
HSV197°83°49°
CMYK 0.830.240.00   0.51
XYZ8.258010.031521.2397
Yxy10.03150.20890.2538
Hunter Lab31.6725-8.8865-17.5893
CIE-Lab37.8989-10.8696-23.0623

#15607e color RGB value is (21,96,126).

#15607e hex color red value is 21, green value is 96 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #15607e hue: 0.55 , saturation: 0.71 and the lightness value of 15607e is 0.29.

The process color (four color CMYK) of #15607e color hex is 0.83, 0.24, 0.00, 0.51. Web safe color of #15607e is #006666. Color #15607e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01100000 01111110
Octal 25 140 176
Decimal 21 96 126
Hex 15 60 7E

RGB Percentages of Color #15607e

%8.64
%39.51
%51.85

CMYK Percentages of Color #15607e

%83
%24
%0
%51

Triadic Colors of #15607e

#15607e #7e1560 #607e15

Analogous Colors of #15607e

#15607e #152b7e #157e68

Monochromatic Colors of #15607e

#15607e

Complementary Color

#15607e #7e3315

#15607e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15607e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15607e Color CSS Codes

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

#15607e Text Font Color

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

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


#15607e Background Color

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

This div background color is #15607e


#15607e Border Color

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

This div border color is #15607e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,96,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15607e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15607e;
  -webkit-box-shadow: 1px 1px 3px 2px #15607e;
  box-shadow:         1px 1px 3px 2px #15607e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15607e


Comments

No comments written yet.

Please login to write comment.