Color Hex Logo

#15167c Color Hex

#15167C
(21,22,124)
0 Favorites   0 Comments

Color spaces of #15167c

RGB 2122124
HSL0.670.710.28
HSV239°83°49°
CMYK 0.830.820.00   0.51
XYZ4.23432.188519.2680
Yxy2.18850.16480.0852
Hunter Lab14.793625.2025-66.8672
CIE-Lab16.446937.3918-56.3421

#15167c color RGB value is (21,22,124).

#15167c hex color red value is 21, green value is 22 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #15167c hue: 0.67 , saturation: 0.71 and the lightness value of 15167c is 0.28.

The process color (four color CMYK) of #15167c color hex is 0.83, 0.82, 0.00, 0.51. Web safe color of #15167c is #000066. Color #15167c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010110 01111100
Octal 25 26 174
Decimal 21 22 124
Hex 15 16 7C

RGB Percentages of Color #15167c

%12.57
%13.17
%74.25

CMYK Percentages of Color #15167c

%83
%82
%0
%51

Triadic Colors of #15167c

#15167c #7c1516 #167c15

Analogous Colors of #15167c

#15167c #47157c #154a7c

Monochromatic Colors of #15167c

#15167c

Complementary Color

#15167c #7c7b15

#15167c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15167c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15167c Color CSS Codes

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

#15167c Text Font Color

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

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


#15167c Background Color

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

This div background color is #15167c


#15167c Border Color

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

This div border color is #15167c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,22,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15167c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15167c;
  -webkit-box-shadow: 1px 1px 3px 2px #15167c;
  box-shadow:         1px 1px 3px 2px #15167c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15167c


Comments

No comments written yet.

Please login to write comment.