Color Hex Logo

#01171e Color Hex

#01171E
(1,23,30)
1 Favorites   0 Comments

Color spaces of #01171e

RGB 12330
HSL0.540.940.06
HSV194°97°12°
CMYK 0.970.230.00   0.88
XYZ0.55330.71301.3368
Yxy0.71300.21260.2739
Hunter Lab8.4439-3.0804-3.4757
CIE-Lab6.4405-5.0953-7.4482

#01171e color RGB value is (1,23,30).

#01171e hex color red value is 1, green value is 23 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #01171e hue: 0.54 , saturation: 0.94 and the lightness value of 01171e is 0.06.

The process color (four color CMYK) of #01171e color hex is 0.97, 0.23, 0.00, 0.88. Web safe color of #01171e is #000033. Color #01171e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010111 00011110
Octal 1 27 36
Decimal 1 23 30
Hex 1 17 1E

RGB Percentages of Color #01171e

%1.85
%42.59
%55.56

CMYK Percentages of Color #01171e

%97
%23
%0
%88

Triadic Colors of #01171e

#01171e #1e0117 #171e01

Analogous Colors of #01171e

#01171e #01081e #011e17

Monochromatic Colors of #01171e

#01171e

Complementary Color

#01171e #1e0801

#01171e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01171e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01171e Color CSS Codes

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

#01171e Text Font Color

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

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


#01171e Background Color

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

This div background color is #01171e


#01171e Border Color

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

This div border color is #01171e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01171e

#01171e Color Palettes


Comments

No comments written yet.

Please login to write comment.