Color Hex Logo

#010915 Color Hex

#010915
(1,9,21)
0 Favorites   0 Comments

Color spaces of #010915

RGB 1921
HSL0.600.910.04
HSV216°95°
CMYK 0.950.570.00   0.92
XYZ0.24560.25600.7459
Yxy0.25600.19690.2052
Hunter Lab5.0596-0.1898-5.1989
CIE-Lab2.31240.0934-6.6820

#010915 color RGB value is (1,9,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001001 00010101
Octal 1 11 25
Decimal 1 9 21
Hex 1 9 15

RGB Percentages of Color #010915

%3.23
%29.03
%67.74

CMYK Percentages of Color #010915

%95
%57
%0
%92

Triadic Colors of #010915

#010915 #150109 #091501

Analogous Colors of #010915

#010915 #030115 #011315

Monochromatic Colors of #010915

#010915

Complementary Color

#010915 #150d01

#010915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#010915 Color CSS Codes

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

#010915 Text Font Color

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

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


#010915 Background Color

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

This div background color is #010915


#010915 Border Color

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

This div border color is #010915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010915


Comments

No comments written yet.

Please login to write comment.