Color Hex Logo

#012027 Color Hex

#012027
(1,32,39)
0 Favorites   0 Comments

Color spaces of #012027

RGB 13239
HSL0.530.950.08
HSV191°97°15°
CMYK 0.970.180.00   0.85
XYZ0.89521.18602.1012
Yxy1.18600.21400.2836
Hunter Lab10.8904-4.3852-3.8162
CIE-Lab10.4537-8.4326-8.0356

#012027 color RGB value is (1,32,39).

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

The process color (four color CMYK) of #012027 color hex is 0.97, 0.18, 0.00, 0.85. Web safe color of #012027 is #003333. Color #012027 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100000 00100111
Octal 1 40 47
Decimal 1 32 39
Hex 1 20 27

RGB Percentages of Color #012027

%1.39
%44.44
%54.17

CMYK Percentages of Color #012027

%97
%18
%0
%85

Triadic Colors of #012027

#012027 #270120 #202701

Analogous Colors of #012027

#012027 #010d27 #01271b

Monochromatic Colors of #012027

#012027

Complementary Color

#012027 #270801

#012027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012027 Color CSS Codes

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

#012027 Text Font Color

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

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


#012027 Background Color

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

This div background color is #012027


#012027 Border Color

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

This div border color is #012027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012027


Comments

No comments written yet.

Please login to write comment.