Color Hex Logo

#151a84 Color Hex

#151A84
(21,26,132)
0 Favorites   0 Comments

Color spaces of #151a84

RGB 2126132
HSL0.660.730.30
HSV237°84°52°
CMYK 0.840.800.00   0.48
XYZ4.84352.564222.0694
Yxy2.56420.16430.0870
Hunter Lab16.013125.9681-70.5047
CIE-Lab18.206537.9300-58.5059

#151a84 color RGB value is (21,26,132).

#151a84 hex color red value is 21, green value is 26 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #151a84 hue: 0.66 , saturation: 0.73 and the lightness value of 151a84 is 0.30.

The process color (four color CMYK) of #151a84 color hex is 0.84, 0.80, 0.00, 0.48. Web safe color of #151a84 is #003399. Color #151a84 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011010 10000100
Octal 25 32 204
Decimal 21 26 132
Hex 15 1A 84

RGB Percentages of Color #151a84

%11.73
%14.53
%73.74

CMYK Percentages of Color #151a84

%84
%80
%0
%48

Triadic Colors of #151a84

#151a84 #84151a #1a8415

Analogous Colors of #151a84

#151a84 #481584 #155284

Monochromatic Colors of #151a84

#151a84

Complementary Color

#151a84 #847f15

#151a84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151a84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#151a84 Color CSS Codes

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

#151a84 Text Font Color

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

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


#151a84 Background Color

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

This div background color is #151a84


#151a84 Border Color

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

This div border color is #151a84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151a84


Comments

No comments written yet.

Please login to write comment.