Color Hex Logo

#155bbd Color Hex

#155BBD
(21,91,189)
0 Favorites   0 Comments

Color spaces of #155bbd

RGB 2191189
HSL0.600.800.41
HSV215°89°74°
CMYK 0.890.520.00   0.26
XYZ13.235711.315749.6307
Yxy11.31570.17840.1525
Hunter Lab33.638811.3656-63.9293
CIE-Lab40.107217.3216-57.1829

#155bbd color RGB value is (21,91,189).

#155bbd hex color red value is 21, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #155bbd hue: 0.60 , saturation: 0.80 and the lightness value of 155bbd is 0.41.

The process color (four color CMYK) of #155bbd color hex is 0.89, 0.52, 0.00, 0.26. Web safe color of #155bbd is #0066cc. Color #155bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011011 10111101
Octal 25 133 275
Decimal 21 91 189
Hex 15 5B BD

RGB Percentages of Color #155bbd

%6.98
%30.23
%62.79

CMYK Percentages of Color #155bbd

%89
%52
%0
%26

Triadic Colors of #155bbd

#155bbd #bd155b #5bbd15

Analogous Colors of #155bbd

#155bbd #2315bd #15afbd

Monochromatic Colors of #155bbd

#155bbd

Complementary Color

#155bbd #bd7715

#155bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#155bbd Color CSS Codes

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

#155bbd Text Font Color

<p style="color:#155bbd">Text here</p>

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


#155bbd Background Color

<div style="background-color:#155bbd">
Div content here</div>

This div background color is #155bbd


#155bbd Border Color

<div style="border:3px solid #155bbd">
Div here</div>

This div border color is #155bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,91,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #155bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #155bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #155bbd;
  box-shadow:         1px 1px 3px 2px #155bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155bbd


Comments

No comments written yet.

Please login to write comment.