Color Hex Logo

#151dbb Color Hex

#151DBB
(21,29,187)
0 Favorites   0 Comments

Color spaces of #151dbb

RGB 2129187
HSL0.660.800.41
HSV237°89°73°
CMYK 0.890.840.00   0.27
XYZ9.71834.626047.3944
Yxy4.62600.15740.0749
Hunter Lab21.508143.0147-115.5932
CIE-Lab25.641554.3158-79.7763

#151dbb color RGB value is (21,29,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011101 10111011
Octal 25 35 273
Decimal 21 29 187
Hex 15 1D BB

RGB Percentages of Color #151dbb

%8.86
%12.24
%78.90

CMYK Percentages of Color #151dbb

%89
%84
%0
%27

Triadic Colors of #151dbb

#151dbb #bb151d #1dbb15

Analogous Colors of #151dbb

#151dbb #6015bb #1570bb

Monochromatic Colors of #151dbb

#151dbb

Complementary Color

#151dbb #bbb315

#151dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#151dbb Color CSS Codes

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

#151dbb Text Font Color

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

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


#151dbb Background Color

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

This div background color is #151dbb


#151dbb Border Color

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

This div border color is #151dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,29,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 #151dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151dbb


Comments

No comments written yet.

Please login to write comment.