Color Hex Logo

#151241 Color Hex

#151241
(21,18,65)
0 Favorites   0 Comments

Color spaces of #151241

RGB 211865
HSL0.680.570.16
HSV244°72°25°
CMYK 0.680.720.00   0.75
XYZ1.47970.97375.1110
Yxy0.97370.19560.1287
Hunter Lab9.86769.4986-23.8023
CIE-Lab8.770418.0791-29.4384

#151241 color RGB value is (21,18,65).

#151241 hex color red value is 21, green value is 18 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #151241 hue: 0.68 , saturation: 0.57 and the lightness value of 151241 is 0.16.

The process color (four color CMYK) of #151241 color hex is 0.68, 0.72, 0.00, 0.75. Web safe color of #151241 is #000033. Color #151241 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010010 01000001
Octal 25 22 101
Decimal 21 18 65
Hex 15 12 41

RGB Percentages of Color #151241

%20.19
%17.31
%62.50

CMYK Percentages of Color #151241

%68
%72
%0
%75

Triadic Colors of #151241

#151241 #411512 #124115

Analogous Colors of #151241

#151241 #2d1241 #122641

Monochromatic Colors of #151241

#151241

Complementary Color

#151241 #3e4112

#151241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#151241 Color CSS Codes

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

#151241 Text Font Color

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

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


#151241 Background Color

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

This div background color is #151241


#151241 Border Color

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

This div border color is #151241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151241


Comments

No comments written yet.

Please login to write comment.