Color Hex Logo

#15475e Color Hex

#15475E
(21,71,94)
0 Favorites   0 Comments

Color spaces of #15475e

RGB 217194
HSL0.550.630.23
HSV199°78°37°
CMYK 0.780.240.00   0.63
XYZ4.58295.474111.4047
Yxy5.47410.21350.2551
Hunter Lab23.3968-5.9803-12.5230
CIE-Lab28.0449-7.8630-18.3373

#15475e color RGB value is (21,71,94).

#15475e hex color red value is 21, green value is 71 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #15475e hue: 0.55 , saturation: 0.63 and the lightness value of 15475e is 0.23.

The process color (four color CMYK) of #15475e color hex is 0.78, 0.24, 0.00, 0.63. Web safe color of #15475e is #003366. Color #15475e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000111 01011110
Octal 25 107 136
Decimal 21 71 94
Hex 15 47 5E

RGB Percentages of Color #15475e

%11.29
%38.17
%50.54

CMYK Percentages of Color #15475e

%78
%24
%0
%63

Triadic Colors of #15475e

#15475e #5e1547 #475e15

Analogous Colors of #15475e

#15475e #15235e #155e51

Monochromatic Colors of #15475e

#15475e

Complementary Color

#15475e #5e2c15

#15475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15475e Color CSS Codes

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

#15475e Text Font Color

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

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


#15475e Background Color

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

This div background color is #15475e


#15475e Border Color

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

This div border color is #15475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15475e


Comments

No comments written yet.

Please login to write comment.