Color Hex Logo

#011921 Color Hex

#011921
(1,25,33)
0 Favorites   0 Comments

Color spaces of #011921

RGB 12533
HSL0.540.940.07
HSV195°97°13°
CMYK 0.970.240.00   0.87
XYZ0.63470.81151.5620
Yxy0.81150.21100.2698
Hunter Lab9.0083-3.1880-3.9748
CIE-Lab7.3302-5.5959-8.3718

#011921 color RGB value is (1,25,33).

#011921 hex color red value is 1, green value is 25 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #011921 hue: 0.54 , saturation: 0.94 and the lightness value of 011921 is 0.07.

The process color (four color CMYK) of #011921 color hex is 0.97, 0.24, 0.00, 0.87. Web safe color of #011921 is #000033. Color #011921 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011001 00100001
Octal 1 31 41
Decimal 1 25 33
Hex 1 19 21

RGB Percentages of Color #011921

%1.69
%42.37
%55.93

CMYK Percentages of Color #011921

%97
%24
%0
%87

Triadic Colors of #011921

#011921 #210119 #192101

Analogous Colors of #011921

#011921 #010921 #012119

Monochromatic Colors of #011921

#011921

Complementary Color

#011921 #210901

#011921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011921 Color CSS Codes

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

#011921 Text Font Color

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

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


#011921 Background Color

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

This div background color is #011921


#011921 Border Color

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

This div border color is #011921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011921


Comments

No comments written yet.

Please login to write comment.