Color Hex Logo

#153bbe Color Hex

#153BBE
(21,59,190)
0 Favorites   0 Comments

Color spaces of #153bbe

RGB 2159190
HSL0.630.800.41
HSV227°89°75°
CMYK 0.890.690.00   0.25
XYZ11.16757.005149.4787
Yxy7.00510.16510.1035
Hunter Lab26.467128.9984-92.3120
CIE-Lab31.818538.7784-71.3164

#153bbe color RGB value is (21,59,190).

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

The process color (four color CMYK) of #153bbe color hex is 0.89, 0.69, 0.00, 0.25. Web safe color of #153bbe is #0033cc. Color #153bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111011 10111110
Octal 25 73 276
Decimal 21 59 190
Hex 15 3B BE

RGB Percentages of Color #153bbe

%7.78
%21.85
%70.37

CMYK Percentages of Color #153bbe

%89
%69
%0
%25

Triadic Colors of #153bbe

#153bbe #be153b #3bbe15

Analogous Colors of #153bbe

#153bbe #4415be #1590be

Monochromatic Colors of #153bbe

#153bbe

Complementary Color

#153bbe #be9815

#153bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#153bbe Color CSS Codes

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

#153bbe Text Font Color

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

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


#153bbe Background Color

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

This div background color is #153bbe


#153bbe Border Color

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

This div border color is #153bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153bbe


Comments

No comments written yet.

Please login to write comment.