Color Hex Logo

#153baf Color Hex

#153BAF
(21,59,175)
0 Favorites   0 Comments

Color spaces of #153baf

RGB 2159175
HSL0.630.790.38
HSV225°88°69°
CMYK 0.880.660.00   0.31
XYZ9.61116.382541.2828
Yxy6.38250.16780.1114
Hunter Lab25.263623.6959-79.2002
CIE-Lab30.357733.1247-64.8278

#153baf color RGB value is (21,59,175).

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

The process color (four color CMYK) of #153baf color hex is 0.88, 0.66, 0.00, 0.31. Web safe color of #153baf is #003399. Color #153baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111011 10101111
Octal 25 73 257
Decimal 21 59 175
Hex 15 3B AF

RGB Percentages of Color #153baf

%8.24
%23.14
%68.63

CMYK Percentages of Color #153baf

%88
%66
%0
%31

Triadic Colors of #153baf

#153baf #af153b #3baf15

Analogous Colors of #153baf

#153baf #3c15af #1588af

Monochromatic Colors of #153baf

#153baf

Complementary Color

#153baf #af8915

#153baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#153baf Color CSS Codes

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

#153baf Text Font Color

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

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


#153baf Background Color

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

This div background color is #153baf


#153baf Border Color

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

This div border color is #153baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153baf


Comments

No comments written yet.

Please login to write comment.