Color Hex Logo

#153147 Color Hex

#153147
(21,49,71)
0 Favorites   0 Comments

Color spaces of #153147

RGB 214971
HSL0.570.540.18
HSV206°70°28°
CMYK 0.700.310.00   0.72
XYZ2.54492.81106.3697
Yxy2.81100.21700.2397
Hunter Lab16.7660-2.2462-10.7890
CIE-Lab19.2705-2.4455-16.8283

#153147 color RGB value is (21,49,71).

#153147 hex color red value is 21, green value is 49 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #153147 hue: 0.57 , saturation: 0.54 and the lightness value of 153147 is 0.18.

The process color (four color CMYK) of #153147 color hex is 0.70, 0.31, 0.00, 0.72. Web safe color of #153147 is #003333. Color #153147 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110001 01000111
Octal 25 61 107
Decimal 21 49 71
Hex 15 31 47

RGB Percentages of Color #153147

%14.89
%34.75
%50.35

CMYK Percentages of Color #153147

%70
%31
%0
%72

Triadic Colors of #153147

#153147 #471531 #314715

Analogous Colors of #153147

#153147 #151847 #154744

Monochromatic Colors of #153147

#153147

Complementary Color

#153147 #472b15

#153147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153147 Color CSS Codes

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

#153147 Text Font Color

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

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


#153147 Background Color

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

This div background color is #153147


#153147 Border Color

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

This div border color is #153147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153147


Comments

No comments written yet.

Please login to write comment.