Color Hex Logo

#1521ba Color Hex

#1521BA
(21,33,186)
0 Favorites   0 Comments

Color spaces of #1521ba

RGB 2133186
HSL0.650.800.41
HSV236°89°73°
CMYK 0.890.820.00   0.27
XYZ9.71604.792346.8673
Yxy4.79230.15830.0781
Hunter Lab21.891340.9136-111.6105
CIE-Lab26.134652.1718-78.3621

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

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

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

Base Numbers

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

RGB Percentages of Color #1521ba

%8.75
%13.75
%77.50

CMYK Percentages of Color #1521ba

%89
%82
%0
%27

Triadic Colors of #1521ba

#1521ba #ba1521 #21ba15

Analogous Colors of #1521ba

#1521ba #5b15ba #1574ba

Monochromatic Colors of #1521ba

#1521ba

Complementary Color

#1521ba #baae15

#1521ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1521ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1521ba Color CSS Codes

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

#1521ba Text Font Color

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

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


#1521ba Background Color

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

This div background color is #1521ba


#1521ba Border Color

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

This div border color is #1521ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,33,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 #1521ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1521ba


Comments

No comments written yet.

Please login to write comment.