Color Hex Logo

#01070b Color Hex

#01070B
(1,7,11)
0 Favorites   0 Comments

Color spaces of #01070b

RGB 1711
HSL0.570.830.02
HSV204°91°
CMYK 0.910.360.00   0.96
XYZ0.14890.18260.3440
Yxy0.18260.22040.2703
Hunter Lab4.2732-1.2582-1.7818
CIE-Lab1.6494-1.0100-2.0766

#01070b color RGB value is (1,7,11).

#01070b hex color red value is 1, green value is 7 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #01070b hue: 0.57 , saturation: 0.83 and the lightness value of 01070b is 0.02.

The process color (four color CMYK) of #01070b color hex is 0.91, 0.36, 0.00, 0.96. Web safe color of #01070b is #000000. Color #01070b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000111 00001011
Octal 1 7 13
Decimal 1 7 11
Hex 1 7 B

RGB Percentages of Color #01070b

%5.26
%36.84
%57.89

CMYK Percentages of Color #01070b

%91
%36
%0
%96

Triadic Colors of #01070b

#01070b #0b0107 #070b01

Analogous Colors of #01070b

#01070b #01020b #010b0a

Monochromatic Colors of #01070b

#01070b

Complementary Color

#01070b #0b0501

#01070b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01070b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01070b Color CSS Codes

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

#01070b Text Font Color

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

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


#01070b Background Color

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

This div background color is #01070b


#01070b Border Color

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

This div border color is #01070b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,7,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01070b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01070b;
  -webkit-box-shadow: 1px 1px 3px 2px #01070b;
  box-shadow:         1px 1px 3px 2px #01070b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01070b


Comments

No comments written yet.

Please login to write comment.