Color Hex Logo

#15077c Color Hex

#15077C
(21,7,124)
0 Favorites   0 Comments

Color spaces of #15077c

RGB 217124
HSL0.690.890.26
HSV247°94°49°
CMYK 0.830.940.00   0.51
XYZ4.02331.766619.1977
Yxy1.76660.16100.0707
Hunter Lab13.291430.7722-76.3331
CIE-Lab14.211444.0333-60.0598

#15077c color RGB value is (21,7,124).

#15077c hex color red value is 21, green value is 7 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #15077c hue: 0.69 , saturation: 0.89 and the lightness value of 15077c is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000111 01111100
Octal 25 7 174
Decimal 21 7 124
Hex 15 7 7C

RGB Percentages of Color #15077c

%13.82
%4.61
%81.58

CMYK Percentages of Color #15077c

%83
%94
%0
%51

Triadic Colors of #15077c

#15077c #7c1507 #077c15

Analogous Colors of #15077c

#15077c #4f077c #07347c

Monochromatic Colors of #15077c

#15077c

Complementary Color

#15077c #6e7c07

#15077c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15077c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15077c Color CSS Codes

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

#15077c Text Font Color

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

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


#15077c Background Color

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

This div background color is #15077c


#15077c Border Color

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

This div border color is #15077c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,7,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 #15077c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15077c


Comments

No comments written yet.

Please login to write comment.