Color Hex Logo

#15197e Color Hex

#15197E
(21,25,126)
0 Favorites   0 Comments

Color spaces of #15197e

RGB 2125126
HSL0.660.710.29
HSV238°83°49°
CMYK 0.830.800.00   0.51
XYZ4.42282.361019.9613
Yxy2.36100.16540.0883
Hunter Lab15.365524.4895-66.2674
CIE-Lab17.278036.4019-56.2402

#15197e color RGB value is (21,25,126).

#15197e hex color red value is 21, green value is 25 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #15197e hue: 0.66 , saturation: 0.71 and the lightness value of 15197e is 0.29.

The process color (four color CMYK) of #15197e color hex is 0.83, 0.80, 0.00, 0.51. Web safe color of #15197e is #000066. Color #15197e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011001 01111110
Octal 25 31 176
Decimal 21 25 126
Hex 15 19 7E

RGB Percentages of Color #15197e

%12.21
%14.53
%73.26

CMYK Percentages of Color #15197e

%83
%80
%0
%51

Triadic Colors of #15197e

#15197e #7e1519 #197e15

Analogous Colors of #15197e

#15197e #46157e #154e7e

Monochromatic Colors of #15197e

#15197e

Complementary Color

#15197e #7e7a15

#15197e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15197e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15197e Color CSS Codes

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

#15197e Text Font Color

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

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


#15197e Background Color

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

This div background color is #15197e


#15197e Border Color

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

This div border color is #15197e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15197e


Comments

No comments written yet.

Please login to write comment.