Color Hex Logo

#154dbb Color Hex

#154DBB
(21,77,187)
0 Favorites   0 Comments

Color spaces of #154dbb

RGB 2177187
HSL0.610.800.41
HSV220°89°73°
CMYK 0.890.590.00   0.27
XYZ11.93289.055048.1326
Yxy9.05500.17260.1310
Hunter Lab30.091518.1240-73.7727
CIE-Lab36.090025.8379-62.5446

#154dbb color RGB value is (21,77,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01001101 10111011
Octal 25 115 273
Decimal 21 77 187
Hex 15 4D BB

RGB Percentages of Color #154dbb

%7.37
%27.02
%65.61

CMYK Percentages of Color #154dbb

%89
%59
%0
%27

Triadic Colors of #154dbb

#154dbb #bb154d #4dbb15

Analogous Colors of #154dbb

#154dbb #3015bb #15a0bb

Monochromatic Colors of #154dbb

#154dbb

Complementary Color

#154dbb #bb8315

#154dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#154dbb Color CSS Codes

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

#154dbb Text Font Color

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

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


#154dbb Background Color

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

This div background color is #154dbb


#154dbb Border Color

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

This div border color is #154dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154dbb


Comments

No comments written yet.

Please login to write comment.