Color Hex Logo

#153599 Color Hex

#153599
(21,53,153)
0 Favorites   0 Comments

Color spaces of #153599

RGB 2153153
HSL0.630.760.34
HSV225°86°60°
CMYK 0.860.650.00   0.40
XYZ7.33215.005530.7167
Yxy5.00550.17030.1163
Hunter Lab22.373019.3455-65.7404
CIE-Lab26.750428.5775-57.4625

#153599 color RGB value is (21,53,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110101 10011001
Octal 25 65 231
Decimal 21 53 153
Hex 15 35 99

RGB Percentages of Color #153599

%9.25
%23.35
%67.40

CMYK Percentages of Color #153599

%86
%65
%0
%40

Triadic Colors of #153599

#153599 #991535 #359915

Analogous Colors of #153599

#153599 #371599 #157799

Monochromatic Colors of #153599

#153599

Complementary Color

#153599 #997915

#153599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153599 Color CSS Codes

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

#153599 Text Font Color

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

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


#153599 Background Color

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

This div background color is #153599


#153599 Border Color

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

This div border color is #153599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153599


Comments

No comments written yet.

Please login to write comment.