Color Hex Logo

#155fb7 Color Hex

#155FB7
(21,95,183)
0 Favorites   0 Comments

Color spaces of #155fb7

RGB 2195183
HSL0.590.790.40
HSV213°89°72°
CMYK 0.890.480.00   0.28
XYZ12.948711.762746.3877
Yxy11.76270.18210.1654
Hunter Lab34.29687.3730-56.1842
CIE-Lab40.836512.2913-52.4972

#155fb7 color RGB value is (21,95,183).

#155fb7 hex color red value is 21, green value is 95 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #155fb7 hue: 0.59 , saturation: 0.79 and the lightness value of 155fb7 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011111 10110111
Octal 25 137 267
Decimal 21 95 183
Hex 15 5F B7

RGB Percentages of Color #155fb7

%7.02
%31.77
%61.20

CMYK Percentages of Color #155fb7

%89
%48
%0
%28

Triadic Colors of #155fb7

#155fb7 #b7155f #5fb715

Analogous Colors of #155fb7

#155fb7 #1c15b7 #15b0b7

Monochromatic Colors of #155fb7

#155fb7

Complementary Color

#155fb7 #b76d15

#155fb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155fb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155fb7 Color CSS Codes

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

#155fb7 Text Font Color

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

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


#155fb7 Background Color

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

This div background color is #155fb7


#155fb7 Border Color

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

This div border color is #155fb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155fb7


Comments

No comments written yet.

Please login to write comment.