color codes Logo

#15389c color codes

#15389C
(21,56,156)
0 Favorites   0 Comments

Color spaces of #15389c

RGB 2156156
HSL0.620.760.35
HSV224°87°61°
CMYK 0.870.640.00   0.39
XYZ7.72425.388132.0854
Yxy5.38810.17090.1192
Hunter Lab23.212318.7768-65.7056
CIE-Lab27.813027.7258-57.5504

#15389c color RGB value is (21,56,156).

#15389c hex color red value is 21, green value is 56 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #15389c hue: 0.62 , saturation: 0.76 and the lightness value of 15389c is 0.35.

The process color (four color CMYK) of #15389c color code is 0.87, 0.64, 0.00, 0.39. Web safe color of #15389c is #003399. Color #15389c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111000 10011100
Octal 25 70 234
Decimal 21 56 156
Hex 15 38 9C

RGB Percentages of Color #15389c

%9.01
%24.03
%66.95

CMYK Percentages of Color #15389c

%87
%64
%0
%39

Triadic Colors of #15389c

#15389c #9c1538 #389c15

Analogous Colors of #15389c

#15389c #36159c #157c9c

Monochromatic Colors of #15389c

#15389c

Complementary Color

#15389c #9c7915

#15389c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15389c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15389c Color CSS Codes

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

#15389c Text Font Color

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

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


#15389c Background Color

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

This div background color is #15389c


#15389c Border Color

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

This div border color is #15389c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15389c


Comments

No comments written yet.

Please login to write comment.