Color Hex Logo

#151eab Color Hex

#151EAB
(21,30,171)
0 Favorites   0 Comments

Color spaces of #151eab

RGB 2130171
HSL0.660.780.38
HSV236°88°67°
CMYK 0.880.820.00   0.33
XYZ8.12424.028338.8774
Yxy4.02830.15920.0789
Hunter Lab20.070637.1297-100.7971
CIE-Lab23.764848.8508-73.3270

#151eab color RGB value is (21,30,171).

#151eab hex color red value is 21, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #151eab hue: 0.66 , saturation: 0.78 and the lightness value of 151eab is 0.38.

The process color (four color CMYK) of #151eab color hex is 0.88, 0.82, 0.00, 0.33. Web safe color of #151eab is #003399. Color #151eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011110 10101011
Octal 25 36 253
Decimal 21 30 171
Hex 15 1E AB

RGB Percentages of Color #151eab

%9.46
%13.51
%77.03

CMYK Percentages of Color #151eab

%88
%82
%0
%33

Triadic Colors of #151eab

#151eab #ab151e #1eab15

Analogous Colors of #151eab

#151eab #5715ab #1569ab

Monochromatic Colors of #151eab

#151eab

Complementary Color

#151eab #aba215

#151eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#151eab Color CSS Codes

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

#151eab Text Font Color

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

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


#151eab Background Color

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

This div background color is #151eab


#151eab Border Color

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

This div border color is #151eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151eab


Comments

No comments written yet.

Please login to write comment.