Color Hex Logo

#153772 Color Hex

#153772
(21,55,114)
0 Favorites   0 Comments

Color spaces of #153772

RGB 2155114
HSL0.610.690.26
HSV218°82°45°
CMYK 0.820.520.00   0.55
XYZ4.71274.106716.4639
Yxy4.10670.18640.1624
Hunter Lab20.26506.0471-33.9835
CIE-Lab24.021111.1831-37.5483

#153772 color RGB value is (21,55,114).

#153772 hex color red value is 21, green value is 55 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #153772 hue: 0.61 , saturation: 0.69 and the lightness value of 153772 is 0.26.

The process color (four color CMYK) of #153772 color hex is 0.82, 0.52, 0.00, 0.55. Web safe color of #153772 is #003366. Color #153772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110111 01110010
Octal 25 67 162
Decimal 21 55 114
Hex 15 37 72

RGB Percentages of Color #153772

%11.05
%28.95
%60.00

CMYK Percentages of Color #153772

%82
%52
%0
%55

Triadic Colors of #153772

#153772 #721537 #377215

Analogous Colors of #153772

#153772 #211572 #156672

Monochromatic Colors of #153772

#153772

Complementary Color

#153772 #725015

#153772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153772 Color CSS Codes

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

#153772 Text Font Color

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

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


#153772 Background Color

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

This div background color is #153772


#153772 Border Color

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

This div border color is #153772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153772


Comments

No comments written yet.

Please login to write comment.