Color Hex Logo

#153aaa Color Hex

#153AAA
(21,58,170)
0 Favorites   0 Comments

Color spaces of #153aaa

RGB 2158170
HSL0.630.780.37
HSV225°88°67°
CMYK 0.880.660.00   0.33
XYZ9.07806.087838.7268
Yxy6.08780.16840.1130
Hunter Lab24.673522.4961-75.7885
CIE-Lab29.632931.8596-63.0261

#153aaa color RGB value is (21,58,170).

#153aaa hex color red value is 21, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #153aaa hue: 0.63 , saturation: 0.78 and the lightness value of 153aaa is 0.37.

The process color (four color CMYK) of #153aaa color hex is 0.88, 0.66, 0.00, 0.33. Web safe color of #153aaa is #003399. Color #153aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111010 10101010
Octal 25 72 252
Decimal 21 58 170
Hex 15 3A AA

RGB Percentages of Color #153aaa

%8.43
%23.29
%68.27

CMYK Percentages of Color #153aaa

%88
%66
%0
%33

Triadic Colors of #153aaa

#153aaa #aa153a #3aaa15

Analogous Colors of #153aaa

#153aaa #3b15aa #1585aa

Monochromatic Colors of #153aaa

#153aaa

Complementary Color

#153aaa #aa8515

#153aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#153aaa Color CSS Codes

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

#153aaa Text Font Color

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

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


#153aaa Background Color

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

This div background color is #153aaa


#153aaa Border Color

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

This div border color is #153aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153aaa


Comments

No comments written yet.

Please login to write comment.