Color Hex Logo

#15375e Color Hex

#15375E
(21,55,94)
0 Favorites   0 Comments

Color spaces of #15375e

RGB 215594
HSL0.590.630.23
HSV212°78°37°
CMYK 0.780.410.00   0.63
XYZ3.69583.700011.1090
Yxy3.70000.19970.1999
Hunter Lab19.23540.6343-20.7769
CIE-Lab22.65382.7811-26.8104

#15375e color RGB value is (21,55,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110111 01011110
Octal 25 67 136
Decimal 21 55 94
Hex 15 37 5E

RGB Percentages of Color #15375e

%12.35
%32.35
%55.29

CMYK Percentages of Color #15375e

%78
%41
%0
%63

Triadic Colors of #15375e

#15375e #5e1537 #375e15

Analogous Colors of #15375e

#15375e #18155e #155c5e

Monochromatic Colors of #15375e

#15375e

Complementary Color

#15375e #5e3c15

#15375e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15375e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15375e Color CSS Codes

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

#15375e Text Font Color

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

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


#15375e Background Color

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

This div background color is #15375e


#15375e Border Color

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

This div border color is #15375e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15375e


Comments

No comments written yet.

Please login to write comment.