Color Hex Logo

#151476 Color Hex

#151476
(21,20,118)
0 Favorites   0 Comments

Color spaces of #151476

RGB 2120118
HSL0.670.710.27
HSV241°83°46°
CMYK 0.820.830.00   0.54
XYZ3.82941.967717.3175
Yxy1.96770.16570.0851
Hunter Lab14.027524.1811-63.3767
CIE-Lab15.316836.4229-54.3662

#151476 color RGB value is (21,20,118).

#151476 hex color red value is 21, green value is 20 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #151476 hue: 0.67 , saturation: 0.71 and the lightness value of 151476 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010100 01110110
Octal 25 24 166
Decimal 21 20 118
Hex 15 14 76

RGB Percentages of Color #151476

%13.21
%12.58
%74.21

CMYK Percentages of Color #151476

%82
%83
%0
%54

Triadic Colors of #151476

#151476 #761514 #147615

Analogous Colors of #151476

#151476 #461476 #144476

Monochromatic Colors of #151476

#151476

Complementary Color

#151476 #757614

#151476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#151476 Color CSS Codes

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

#151476 Text Font Color

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

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


#151476 Background Color

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

This div background color is #151476


#151476 Border Color

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

This div border color is #151476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151476


Comments

No comments written yet.

Please login to write comment.