Color Hex Logo

#15189f Color Hex

#15189F
(21,24,159)
0 Favorites   0 Comments

Color spaces of #15189f

RGB 2124159
HSL0.660.770.35
HSV239°87°62°
CMYK 0.870.850.00   0.38
XYZ6.89393.315933.0776
Yxy3.31590.15930.0766
Hunter Lab18.209635.7107-94.9530
CIE-Lab21.267147.8851-70.1945

#15189f color RGB value is (21,24,159).

#15189f hex color red value is 21, green value is 24 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #15189f hue: 0.66 , saturation: 0.77 and the lightness value of 15189f is 0.35.

The process color (four color CMYK) of #15189f color hex is 0.87, 0.85, 0.00, 0.38. Web safe color of #15189f is #000099. Color #15189f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011000 10011111
Octal 25 30 237
Decimal 21 24 159
Hex 15 18 9F

RGB Percentages of Color #15189f

%10.29
%11.76
%77.94

CMYK Percentages of Color #15189f

%87
%85
%0
%38

Triadic Colors of #15189f

#15189f #9f1518 #189f15

Analogous Colors of #15189f

#15189f #57159f #155d9f

Monochromatic Colors of #15189f

#15189f

Complementary Color

#15189f #9f9c15

#15189f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15189f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15189f Color CSS Codes

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

#15189f Text Font Color

<p style="color:#15189f">Text here</p>

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


#15189f Background Color

<div style="background-color:#15189f">
Div content here</div>

This div background color is #15189f


#15189f Border Color

<div style="border:3px solid #15189f">
Div here</div>

This div border color is #15189f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15189f


Comments

No comments written yet.

Please login to write comment.