Color Hex Logo

#012131 Color Hex

#012131
(1,33,49)
0 Favorites   0 Comments

Color spaces of #012131

RGB 13349
HSL0.560.960.10
HSV200°98°19°
CMYK 0.980.330.00   0.81
XYZ1.11081.31593.1012
Yxy1.31590.20090.2380
Hunter Lab11.4713-2.7900-7.9989
CIE-Lab11.3862-4.5772-13.8606

#012131 color RGB value is (1,33,49).

#012131 hex color red value is 1, green value is 33 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #012131 hue: 0.56 , saturation: 0.96 and the lightness value of 012131 is 0.10.

The process color (four color CMYK) of #012131 color hex is 0.98, 0.33, 0.00, 0.81. Web safe color of #012131 is #003333. Color #012131 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100001 00110001
Octal 1 41 61
Decimal 1 33 49
Hex 1 21 31

RGB Percentages of Color #012131

%1.20
%39.76
%59.04

CMYK Percentages of Color #012131

%98
%33
%0
%81

Triadic Colors of #012131

#012131 #310121 #213101

Analogous Colors of #012131

#012131 #010931 #013129

Monochromatic Colors of #012131

#012131

Complementary Color

#012131 #311101

#012131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012131 Color CSS Codes

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

#012131 Text Font Color

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

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


#012131 Background Color

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

This div background color is #012131


#012131 Border Color

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

This div border color is #012131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012131


Comments

No comments written yet.

Please login to write comment.