Color Hex Logo

#155bbc Color Hex

#155BBC
(21,91,188)
0 Favorites   0 Comments

Color spaces of #155bbc

RGB 2191188
HSL0.600.800.41
HSV215°89°74°
CMYK 0.890.520.00   0.26
XYZ13.127411.272449.0609
Yxy11.27240.17870.1534
Hunter Lab33.574411.0373-63.1360
CIE-Lab40.035516.9217-56.7151

#155bbc color RGB value is (21,91,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011011 10111100
Octal 25 133 274
Decimal 21 91 188
Hex 15 5B BC

RGB Percentages of Color #155bbc

%7.00
%30.33
%62.67

CMYK Percentages of Color #155bbc

%89
%52
%0
%26

Triadic Colors of #155bbc

#155bbc #bc155b #5bbc15

Analogous Colors of #155bbc

#155bbc #2215bc #15afbc

Monochromatic Colors of #155bbc

#155bbc

Complementary Color

#155bbc #bc7615

#155bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#155bbc Color CSS Codes

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

#155bbc Text Font Color

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

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


#155bbc Background Color

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

This div background color is #155bbc


#155bbc Border Color

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

This div border color is #155bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155bbc


Comments

No comments written yet.

Please login to write comment.