Color Hex Logo

#15547f Color Hex

#15547F
(21,84,127)
0 Favorites   1 Comments

Color spaces of #15547f

RGB 2184127
HSL0.570.720.29
HSV204°83°50°
CMYK 0.830.340.00   0.50
XYZ7.31038.032421.2438
Yxy8.03240.19980.2195
Hunter Lab28.3415-3.5560-24.6027
CIE-Lab34.0503-3.0985-29.7054

#15547f color RGB value is (21,84,127).

#15547f hex color red value is 21, green value is 84 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #15547f hue: 0.57 , saturation: 0.72 and the lightness value of 15547f is 0.29.

The process color (four color CMYK) of #15547f color hex is 0.83, 0.34, 0.00, 0.50. Web safe color of #15547f is #006666. Color #15547f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010100 01111111
Octal 25 124 177
Decimal 21 84 127
Hex 15 54 7F

RGB Percentages of Color #15547f

%9.05
%36.21
%54.74

CMYK Percentages of Color #15547f

%83
%34
%0
%50

Triadic Colors of #15547f

#15547f #7f1554 #547f15

Analogous Colors of #15547f

#15547f #151f7f #157f75

Monochromatic Colors of #15547f

#15547f

Complementary Color

#15547f #7f4015

#15547f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15547f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15547f Color CSS Codes

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

#15547f Text Font Color

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

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


#15547f Background Color

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

This div background color is #15547f


#15547f Border Color

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

This div border color is #15547f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,84,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15547f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15547f;
  -webkit-box-shadow: 1px 1px 3px 2px #15547f;
  box-shadow:         1px 1px 3px 2px #15547f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15547f


Comments

25 May 2012, 10:49 (guest)

I like blue!

Please login to write comment.