Color Hex Logo

#012129 Color Hex

#012129
(1,33,41)
0 Favorites   0 Comments

Color spaces of #012129

RGB 13341
HSL0.530.950.08
HSV192°98°16°
CMYK 0.980.200.00   0.84
XYZ0.95661.25432.2895
Yxy1.25430.21260.2787
Hunter Lab11.1996-4.3528-4.2808
CIE-Lab10.9520-8.2198-8.7332

#012129 color RGB value is (1,33,41).

#012129 hex color red value is 1, green value is 33 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #012129 hue: 0.53 , saturation: 0.95 and the lightness value of 012129 is 0.08.

The process color (four color CMYK) of #012129 color hex is 0.98, 0.20, 0.00, 0.84. Web safe color of #012129 is #003333. Color #012129 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100001 00101001
Octal 1 41 51
Decimal 1 33 41
Hex 1 21 29

RGB Percentages of Color #012129

%1.33
%44.00
%54.67

CMYK Percentages of Color #012129

%98
%20
%0
%84

Triadic Colors of #012129

#012129 #290121 #212901

Analogous Colors of #012129

#012129 #010d29 #01291d

Monochromatic Colors of #012129

#012129

Complementary Color

#012129 #290901

#012129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012129 Color CSS Codes

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

#012129 Text Font Color

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

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


#012129 Background Color

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

This div background color is #012129


#012129 Border Color

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

This div border color is #012129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012129


Comments

No comments written yet.

Please login to write comment.