Color Hex Logo

#15516b Color Hex

#15516B
(21,81,107)
0 Favorites   0 Comments

Color spaces of #15516b

RGB 2181107
HSL0.550.670.25
HSV198°80°42°
CMYK 0.800.240.00   0.58
XYZ5.90557.105814.9702
Yxy7.10580.21110.2539
Hunter Lab26.6567-7.1045-14.6371
CIE-Lab32.0466-9.0619-20.3863

#15516b color RGB value is (21,81,107).

#15516b hex color red value is 21, green value is 81 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #15516b hue: 0.55 , saturation: 0.67 and the lightness value of 15516b is 0.25.

The process color (four color CMYK) of #15516b color hex is 0.80, 0.24, 0.00, 0.58. Web safe color of #15516b is #006666. Color #15516b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010001 01101011
Octal 25 121 153
Decimal 21 81 107
Hex 15 51 6B

RGB Percentages of Color #15516b

%10.05
%38.76
%51.20

CMYK Percentages of Color #15516b

%80
%24
%0
%58

Triadic Colors of #15516b

#15516b #6b1551 #516b15

Analogous Colors of #15516b

#15516b #15266b #156b5a

Monochromatic Colors of #15516b

#15516b

Complementary Color

#15516b #6b2f15

#15516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15516b Color CSS Codes

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

#15516b Text Font Color

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

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


#15516b Background Color

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

This div background color is #15516b


#15516b Border Color

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

This div border color is #15516b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15516b


Comments

No comments written yet.

Please login to write comment.