Color Hex Logo

#01181c Color Hex

#01181C
(1,24,28)
0 Favorites   0 Comments

Color spaces of #01181c

RGB 12428
HSL0.520.930.06
HSV189°96°11°
CMYK 0.960.140.00   0.89
XYZ0.54880.74361.2132
Yxy0.74360.21900.2968
Hunter Lab8.6232-3.7305-2.3052
CIE-Lab6.7169-6.4711-5.5035

#01181c color RGB value is (1,24,28).

#01181c hex color red value is 1, green value is 24 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #01181c hue: 0.52 , saturation: 0.93 and the lightness value of 01181c is 0.06.

The process color (four color CMYK) of #01181c color hex is 0.96, 0.14, 0.00, 0.89. Web safe color of #01181c is #000033. Color #01181c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011000 00011100
Octal 1 30 34
Decimal 1 24 28
Hex 1 18 1C

RGB Percentages of Color #01181c

%1.89
%45.28
%52.83

CMYK Percentages of Color #01181c

%96
%14
%0
%89

Triadic Colors of #01181c

#01181c #1c0118 #181c01

Analogous Colors of #01181c

#01181c #010b1c #011c13

Monochromatic Colors of #01181c

#01181c

Complementary Color

#01181c #1c0501

#01181c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01181c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01181c Color CSS Codes

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

#01181c Text Font Color

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

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


#01181c Background Color

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

This div background color is #01181c


#01181c Border Color

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

This div border color is #01181c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,24,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01181c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01181c;
  -webkit-box-shadow: 1px 1px 3px 2px #01181c;
  box-shadow:         1px 1px 3px 2px #01181c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01181c


Comments

No comments written yet.

Please login to write comment.