Color Hex Logo

#011315 Color Hex

#011315
(1,19,21)
0 Favorites   0 Comments

Color spaces of #011315

RGB 11921
HSL0.520.910.04
HSV186°95°
CMYK 0.950.100.00   0.92
XYZ0.38070.52630.7910
Yxy0.52630.22420.3100
Hunter Lab7.2547-3.3286-1.3863
CIE-Lab4.7540-4.8965-3.1174

#011315 color RGB value is (1,19,21).

#011315 hex color red value is 1, green value is 19 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #011315 hue: 0.52 , saturation: 0.91 and the lightness value of 011315 is 0.04.

The process color (four color CMYK) of #011315 color hex is 0.95, 0.10, 0.00, 0.92. Web safe color of #011315 is #000000. Color #011315 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010011 00010101
Octal 1 23 25
Decimal 1 19 21
Hex 1 13 15

RGB Percentages of Color #011315

%2.44
%46.34
%51.22

CMYK Percentages of Color #011315

%95
%10
%0
%92

Triadic Colors of #011315

#011315 #150113 #131501

Analogous Colors of #011315

#011315 #010915 #01150d

Monochromatic Colors of #011315

#011315

Complementary Color

#011315 #150301

#011315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011315 Color CSS Codes

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

#011315 Text Font Color

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

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


#011315 Background Color

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

This div background color is #011315


#011315 Border Color

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

This div border color is #011315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011315


Comments

No comments written yet.

Please login to write comment.