Color Hex Logo

#151cb4 Color Hex

#151CB4
(21,28,180)
0 Favorites   0 Comments

Color spaces of #151cb4

RGB 2128180
HSL0.660.790.39
HSV237°88°71°
CMYK 0.880.840.00   0.29
XYZ8.96274.285243.5348
Yxy4.28520.15780.0755
Hunter Lab20.700741.0581-110.1997
CIE-Lab24.592752.6127-77.3530

#151cb4 color RGB value is (21,28,180).

#151cb4 hex color red value is 21, green value is 28 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #151cb4 hue: 0.66 , saturation: 0.79 and the lightness value of 151cb4 is 0.39.

The process color (four color CMYK) of #151cb4 color hex is 0.88, 0.84, 0.00, 0.29. Web safe color of #151cb4 is #0033cc. Color #151cb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011100 10110100
Octal 25 34 264
Decimal 21 28 180
Hex 15 1C B4

RGB Percentages of Color #151cb4

%9.17
%12.23
%78.60

CMYK Percentages of Color #151cb4

%88
%84
%0
%29

Triadic Colors of #151cb4

#151cb4 #b4151c #1cb415

Analogous Colors of #151cb4

#151cb4 #5d15b4 #156cb4

Monochromatic Colors of #151cb4

#151cb4

Complementary Color

#151cb4 #b4ad15

#151cb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151cb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#151cb4 Color CSS Codes

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

#151cb4 Text Font Color

<p style="color:#151cb4">Text here</p>

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


#151cb4 Background Color

<div style="background-color:#151cb4">
Div content here</div>

This div background color is #151cb4


#151cb4 Border Color

<div style="border:3px solid #151cb4">
Div here</div>

This div border color is #151cb4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,28,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #151cb4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #151cb4;
  -webkit-box-shadow: 1px 1px 3px 2px #151cb4;
  box-shadow:         1px 1px 3px 2px #151cb4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151cb4


Comments

No comments written yet.

Please login to write comment.