Color Hex Logo

#153270 Color Hex

#153270
(21,50,112)
0 Favorites   0 Comments

Color spaces of #153270

RGB 2150112
HSL0.610.680.26
HSV221°81°44°
CMYK 0.810.550.00   0.56
XYZ4.37453.610515.7956
Yxy3.61050.18400.1518
Hunter Lab19.00137.8421-35.9863
CIE-Lab22.339613.9276-38.9859

#153270 color RGB value is (21,50,112).

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

The process color (four color CMYK) of #153270 color hex is 0.81, 0.55, 0.00, 0.56. Web safe color of #153270 is #003366. Color #153270 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110010 01110000
Octal 25 62 160
Decimal 21 50 112
Hex 15 32 70

RGB Percentages of Color #153270

%11.48
%27.32
%61.20

CMYK Percentages of Color #153270

%81
%55
%0
%56

Triadic Colors of #153270

#153270 #701532 #327015

Analogous Colors of #153270

#153270 #261570 #156070

Monochromatic Colors of #153270

#153270

Complementary Color

#153270 #705315

#153270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153270 Color CSS Codes

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

#153270 Text Font Color

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

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


#153270 Background Color

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

This div background color is #153270


#153270 Border Color

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

This div border color is #153270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153270


Comments

No comments written yet.

Please login to write comment.