Color Hex Logo

#15012e Color Hex

#15012E
(21,1,46)
0 Favorites   0 Comments

Color spaces of #15012e

RGB 21146
HSL0.740.960.09
HSV267°98°18°
CMYK 0.540.980.00   0.82
XYZ0.81330.37842.6149
Yxy0.37840.21370.0994
Hunter Lab6.151412.8351-20.8975
CIE-Lab3.418118.5830-24.2231

#15012e color RGB value is (21,1,46).

#15012e hex color red value is 21, green value is 1 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #15012e hue: 0.74 , saturation: 0.96 and the lightness value of 15012e is 0.09.

The process color (four color CMYK) of #15012e color hex is 0.54, 0.98, 0.00, 0.82. Web safe color of #15012e is #000033. Color #15012e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000001 00101110
Octal 25 1 56
Decimal 21 1 46
Hex 15 1 2E

RGB Percentages of Color #15012e

%30.88
%1.47
%67.65

CMYK Percentages of Color #15012e

%54
%98
%0
%82

Triadic Colors of #15012e

#15012e #2e1501 #012e15

Analogous Colors of #15012e

#15012e #2b012e #01042e

Monochromatic Colors of #15012e

#15012e

Complementary Color

#15012e #1a2e01

#15012e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15012e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15012e Color CSS Codes

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

#15012e Text Font Color

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

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


#15012e Background Color

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

This div background color is #15012e


#15012e Border Color

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

This div border color is #15012e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15012e


Comments

No comments written yet.

Please login to write comment.