Color Hex Logo

#153597 Color Hex

#153597
(21,53,151)
0 Favorites   0 Comments

Color spaces of #153597

RGB 2153151
HSL0.630.760.34
HSV225°86°59°
CMYK 0.860.650.00   0.41
XYZ7.16834.940029.8539
Yxy4.94000.17080.1177
Hunter Lab22.226118.6736-64.0795
CIE-Lab26.563127.7878-56.5455

#153597 color RGB value is (21,53,151).

#153597 hex color red value is 21, green value is 53 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #153597 hue: 0.63 , saturation: 0.76 and the lightness value of 153597 is 0.34.

The process color (four color CMYK) of #153597 color hex is 0.86, 0.65, 0.00, 0.41. Web safe color of #153597 is #003399. Color #153597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110101 10010111
Octal 25 65 227
Decimal 21 53 151
Hex 15 35 97

RGB Percentages of Color #153597

%9.33
%23.56
%67.11

CMYK Percentages of Color #153597

%86
%65
%0
%41

Triadic Colors of #153597

#153597 #971535 #359715

Analogous Colors of #153597

#153597 #361597 #157697

Monochromatic Colors of #153597

#153597

Complementary Color

#153597 #977715

#153597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153597 Color CSS Codes

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

#153597 Text Font Color

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

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


#153597 Background Color

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

This div background color is #153597


#153597 Border Color

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

This div border color is #153597


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,53,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #153597; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #153597;
  -webkit-box-shadow: 1px 1px 3px 2px #153597;
  box-shadow:         1px 1px 3px 2px #153597; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153597


Comments

No comments written yet.

Please login to write comment.