color codes Logo

#155bbe color codes

#155BBE
(21,91,190)
0 Favorites   0 Comments

Color spaces of #155bbe

RGB 2191190
HSL0.600.800.41
HSV215°89°75°
CMYK 0.890.520.00   0.25
XYZ13.344611.359350.2044
Yxy11.35930.17810.1516
Hunter Lab33.703611.6941-64.7251
CIE-Lab40.179217.7202-57.6496

#155bbe color RGB value is (21,91,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011011 10111110
Octal 25 133 276
Decimal 21 91 190
Hex 15 5B BE

RGB Percentages of Color #155bbe

%6.95
%30.13
%62.91

CMYK Percentages of Color #155bbe

%89
%52
%0
%25

Triadic Colors of #155bbe

#155bbe #be155b #5bbe15

Analogous Colors of #155bbe

#155bbe #2415be #15b0be

Monochromatic Colors of #155bbe

#155bbe

Complementary Color

#155bbe #be7815

#155bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#155bbe Color CSS Codes

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

#155bbe Text Font Color

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

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


#155bbe Background Color

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

This div background color is #155bbe


#155bbe Border Color

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

This div border color is #155bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155bbe


Comments

No comments written yet.

Please login to write comment.