Color Hex Logo

#1525bd Color Hex

#1525BD
(21,37,189)
0 Favorites   0 Comments

Color spaces of #1525bd

RGB 2137189
HSL0.650.800.41
HSV234°89°74°
CMYK 0.890.800.00   0.26
XYZ10.15615.156748.6042
Yxy5.15670.15890.0807
Hunter Lab22.708440.0928-111.0064
CIE-Lab27.176651.1584-78.4084

#1525bd color RGB value is (21,37,189).

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

The process color (four color CMYK) of #1525bd color hex is 0.89, 0.80, 0.00, 0.26. Web safe color of #1525bd is #0033cc. Color #1525bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100101 10111101
Octal 25 45 275
Decimal 21 37 189
Hex 15 25 BD

RGB Percentages of Color #1525bd

%8.50
%14.98
%76.52

CMYK Percentages of Color #1525bd

%89
%80
%0
%26

Triadic Colors of #1525bd

#1525bd #bd1525 #25bd15

Analogous Colors of #1525bd

#1525bd #5915bd #1579bd

Monochromatic Colors of #1525bd

#1525bd

Complementary Color

#1525bd #bdad15

#1525bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1525bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1525bd Color CSS Codes

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

#1525bd Text Font Color

<p style="color:#1525bd">Text here</p>

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


#1525bd Background Color

<div style="background-color:#1525bd">
Div content here</div>

This div background color is #1525bd


#1525bd Border Color

<div style="border:3px solid #1525bd">
Div here</div>

This div border color is #1525bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,37,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1525bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1525bd;
  -webkit-box-shadow: 1px 1px 3px 2px #1525bd;
  box-shadow:         1px 1px 3px 2px #1525bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1525bd


Comments

No comments written yet.

Please login to write comment.