color codes Logo

#1520bb color codes

#1520BB
(21,32,187)
0 Favorites   0 Comments

Color spaces of #1520bb

RGB 2132187
HSL0.660.800.41
HSV236°89°73°
CMYK 0.890.830.00   0.27
XYZ9.79544.780347.4201
Yxy4.78030.15800.0771
Hunter Lab21.863941.7092-113.2880
CIE-Lab26.099452.9586-79.0141

#1520bb color RGB value is (21,32,187).

#1520bb hex color red value is 21, green value is 32 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1520bb hue: 0.66 , saturation: 0.80 and the lightness value of 1520bb is 0.41.

The process color (four color CMYK) of #1520bb color code is 0.89, 0.83, 0.00, 0.27. Web safe color of #1520bb is #0033cc. Color #1520bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100000 10111011
Octal 25 40 273
Decimal 21 32 187
Hex 15 20 BB

RGB Percentages of Color #1520bb

%8.75
%13.33
%77.92

CMYK Percentages of Color #1520bb

%89
%83
%0
%27

Triadic Colors of #1520bb

#1520bb #bb1520 #20bb15

Analogous Colors of #1520bb

#1520bb #5d15bb #1573bb

Monochromatic Colors of #1520bb

#1520bb

Complementary Color

#1520bb #bbb015

#1520bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1520bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1520bb Color CSS Codes

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

#1520bb Text Font Color

<p style="color:#1520bb">Text here</p>

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


#1520bb Background Color

<div style="background-color:#1520bb">
Div content here</div>

This div background color is #1520bb


#1520bb Border Color

<div style="border:3px solid #1520bb">
Div here</div>

This div border color is #1520bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,32,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1520bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1520bb;
  -webkit-box-shadow: 1px 1px 3px 2px #1520bb;
  box-shadow:         1px 1px 3px 2px #1520bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1520bb


Comments

No comments written yet.

Please login to write comment.