Color Hex Logo

#15518b Color Hex

#15518B
(21,81,139)
0 Favorites   0 Comments

Color spaces of #15518b

RGB 2181139
HSL0.580.740.31
HSV209°85°55°
CMYK 0.850.420.00   0.45
XYZ7.91197.908425.5356
Yxy7.90840.19130.1912
Hunter Lab28.12191.0065-34.1520
CIE-Lab33.79143.6972-37.4894

#15518b color RGB value is (21,81,139).

#15518b hex color red value is 21, green value is 81 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #15518b hue: 0.58 , saturation: 0.74 and the lightness value of 15518b is 0.31.

The process color (four color CMYK) of #15518b color hex is 0.85, 0.42, 0.00, 0.45. Web safe color of #15518b is #006699. Color #15518b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010001 10001011
Octal 25 121 213
Decimal 21 81 139
Hex 15 51 8B

RGB Percentages of Color #15518b

%8.71
%33.61
%57.68

CMYK Percentages of Color #15518b

%85
%42
%0
%45

Triadic Colors of #15518b

#15518b #8b1551 #518b15

Analogous Colors of #15518b

#15518b #15168b #158b8a

Monochromatic Colors of #15518b

#15518b

Complementary Color

#15518b #8b4f15

#15518b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15518b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15518b Color CSS Codes

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

#15518b Text Font Color

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

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


#15518b Background Color

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

This div background color is #15518b


#15518b Border Color

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

This div border color is #15518b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,81,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15518b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15518b;
  -webkit-box-shadow: 1px 1px 3px 2px #15518b;
  box-shadow:         1px 1px 3px 2px #15518b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15518b


Comments

No comments written yet.

Please login to write comment.