Color Hex Logo

#01212e Color Hex

#01212E
(1,33,46)
0 Favorites   0 Comments

Color spaces of #01212e

RGB 13346
HSL0.550.960.09
HSV197°98°18°
CMYK 0.980.280.00   0.82
XYZ1.04951.29142.7787
Yxy1.29140.20500.2522
Hunter Lab11.3640-3.4019-6.5427
CIE-Lab11.2152-5.9669-11.9603

#01212e color RGB value is (1,33,46).

#01212e hex color red value is 1, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #01212e hue: 0.55 , saturation: 0.96 and the lightness value of 01212e is 0.09.

The process color (four color CMYK) of #01212e color hex is 0.98, 0.28, 0.00, 0.82. Web safe color of #01212e is #003333. Color #01212e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100001 00101110
Octal 1 41 56
Decimal 1 33 46
Hex 1 21 2E

RGB Percentages of Color #01212e

%1.25
%41.25
%57.50

CMYK Percentages of Color #01212e

%98
%28
%0
%82

Triadic Colors of #01212e

#01212e #2e0121 #212e01

Analogous Colors of #01212e

#01212e #010b2e #012e25

Monochromatic Colors of #01212e

#01212e

Complementary Color

#01212e #2e0e01

#01212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01212e Color CSS Codes

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

#01212e Text Font Color

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

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


#01212e Background Color

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

This div background color is #01212e


#01212e Border Color

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

This div border color is #01212e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01212e


Comments

No comments written yet.

Please login to write comment.