Color Hex Logo

#15186a Color Hex

#15186A
(21,24,106)
0 Favorites   0 Comments

Color spaces of #15186a

RGB 2124106
HSL0.660.670.25
HSV238°80°42°
CMYK 0.800.770.00   0.58
XYZ3.23741.853313.8228
Yxy1.85330.17120.0980
Hunter Lab13.613618.6246-50.6716
CIE-Lab14.697829.7596-47.5904

#15186a color RGB value is (21,24,106).

#15186a hex color red value is 21, green value is 24 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #15186a hue: 0.66 , saturation: 0.67 and the lightness value of 15186a is 0.25.

The process color (four color CMYK) of #15186a color hex is 0.80, 0.77, 0.00, 0.58. Web safe color of #15186a is #000066. Color #15186a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011000 01101010
Octal 25 30 152
Decimal 21 24 106
Hex 15 18 6A

RGB Percentages of Color #15186a

%13.91
%15.89
%70.20

CMYK Percentages of Color #15186a

%80
%77
%0
%58

Triadic Colors of #15186a

#15186a #6a1518 #186a15

Analogous Colors of #15186a

#15186a #3d156a #15436a

Monochromatic Colors of #15186a

#15186a

Complementary Color

#15186a #6a6715

#15186a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15186a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15186a Color CSS Codes

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

#15186a Text Font Color

<p style="color:#15186a">Text here</p>

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


#15186a Background Color

<div style="background-color:#15186a">
Div content here</div>

This div background color is #15186a


#15186a Border Color

<div style="border:3px solid #15186a">
Div here</div>

This div border color is #15186a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,24,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15186a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15186a;
  -webkit-box-shadow: 1px 1px 3px 2px #15186a;
  box-shadow:         1px 1px 3px 2px #15186a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15186a


Comments

No comments written yet.

Please login to write comment.