Color Hex Logo

#1515ba Color Hex

#1515BA
(21,21,186)
0 Favorites   0 Comments

Color spaces of #1515ba

RGB 2121186
HSL0.670.800.41
HSV240°89°73°
CMYK 0.890.890.00   0.27
XYZ9.44044.240946.7754
Yxy4.24090.15620.0701
Hunter Lab20.593445.7890-120.2543
CIE-Lab24.452457.1912-81.1638

#1515ba color RGB value is (21,21,186).

#1515ba hex color red value is 21, green value is 21 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1515ba hue: 0.67 , saturation: 0.80 and the lightness value of 1515ba is 0.41.

The process color (four color CMYK) of #1515ba color hex is 0.89, 0.89, 0.00, 0.27. Web safe color of #1515ba is #0000cc. Color #1515ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010101 10111010
Octal 25 25 272
Decimal 21 21 186
Hex 15 15 BA

RGB Percentages of Color #1515ba

%9.21
%9.21
%81.58

CMYK Percentages of Color #1515ba

%89
%89
%0
%27

Triadic Colors of #1515ba

#1515ba #ba1515 #15ba15

Analogous Colors of #1515ba

#1515ba #6815ba #1568ba

Monochromatic Colors of #1515ba

#1515ba

Complementary Color

#1515ba #baba15

#1515ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1515ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1515ba Color CSS Codes

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

#1515ba Text Font Color

<p style="color:#1515ba">Text here</p>

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


#1515ba Background Color

<div style="background-color:#1515ba">
Div content here</div>

This div background color is #1515ba


#1515ba Border Color

<div style="border:3px solid #1515ba">
Div here</div>

This div border color is #1515ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,21,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1515ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1515ba;
  -webkit-box-shadow: 1px 1px 3px 2px #1515ba;
  box-shadow:         1px 1px 3px 2px #1515ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1515ba


Comments

No comments written yet.

Please login to write comment.