Color Hex Logo

#152687 Color Hex

#152687
(21,38,135)
0 Favorites   0 Comments

Color spaces of #152687

RGB 2138135
HSL0.640.730.31
HSV231°84°53°
CMYK 0.840.720.00   0.47
XYZ5.37553.294923.2743
Yxy3.29490.16830.1031
Hunter Lab18.151921.0953-63.3153
CIE-Lab21.188231.6303-55.4652

#152687 color RGB value is (21,38,135).

#152687 hex color red value is 21, green value is 38 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #152687 hue: 0.64 , saturation: 0.73 and the lightness value of 152687 is 0.31.

The process color (four color CMYK) of #152687 color hex is 0.84, 0.72, 0.00, 0.47. Web safe color of #152687 is #003399. Color #152687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100110 10000111
Octal 25 46 207
Decimal 21 38 135
Hex 15 26 87

RGB Percentages of Color #152687

%10.82
%19.59
%69.59

CMYK Percentages of Color #152687

%84
%72
%0
%47

Triadic Colors of #152687

#152687 #871526 #268715

Analogous Colors of #152687

#152687 #3d1587 #155f87

Monochromatic Colors of #152687

#152687

Complementary Color

#152687 #877615

#152687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#152687 Color CSS Codes

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

#152687 Text Font Color

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

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


#152687 Background Color

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

This div background color is #152687


#152687 Border Color

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

This div border color is #152687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152687


Comments

No comments written yet.

Please login to write comment.