Color Hex Logo

#15395c Color Hex

#15395C
(21,57,92)
0 Favorites   0 Comments

Color spaces of #15395c

RGB 215792
HSL0.580.630.22
HSV210°77°36°
CMYK 0.770.380.00   0.64
XYZ3.70423.858410.6747
Yxy3.85840.20310.2116
Hunter Lab19.6428-0.7138-18.4706
CIE-Lab23.19770.5649-24.6385

#15395c color RGB value is (21,57,92).

#15395c hex color red value is 21, green value is 57 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #15395c hue: 0.58 , saturation: 0.63 and the lightness value of 15395c is 0.22.

The process color (four color CMYK) of #15395c color hex is 0.77, 0.38, 0.00, 0.64. Web safe color of #15395c is #003366. Color #15395c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111001 01011100
Octal 25 71 134
Decimal 21 57 92
Hex 15 39 5C

RGB Percentages of Color #15395c

%12.35
%33.53
%54.12

CMYK Percentages of Color #15395c

%77
%38
%0
%64

Triadic Colors of #15395c

#15395c #5c1539 #395c15

Analogous Colors of #15395c

#15395c #15165c #155c5b

Monochromatic Colors of #15395c

#15395c

Complementary Color

#15395c #5c3815

#15395c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15395c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15395c Color CSS Codes

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

#15395c Text Font Color

<p style="color:#15395c">Text here</p>

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


#15395c Background Color

<div style="background-color:#15395c">
Div content here</div>

This div background color is #15395c


#15395c Border Color

<div style="border:3px solid #15395c">
Div here</div>

This div border color is #15395c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,57,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15395c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15395c;
  -webkit-box-shadow: 1px 1px 3px 2px #15395c;
  box-shadow:         1px 1px 3px 2px #15395c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15395c

#15395c Color Palettes


Comments

No comments written yet.

Please login to write comment.