Color Hex Logo

#011018 Color Hex

#011018
(1,16,24)
0 Favorites   0 Comments

Color spaces of #011018

RGB 11624
HSL0.560.920.05
HSV201°96°
CMYK 0.960.330.00   0.91
XYZ0.36270.44300.9305
Yxy0.44300.20890.2552
Hunter Lab6.6558-1.9206-3.6298
CIE-Lab4.0016-2.3906-6.4101

#011018 color RGB value is (1,16,24).

#011018 hex color red value is 1, green value is 16 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #011018 hue: 0.56 , saturation: 0.92 and the lightness value of 011018 is 0.05.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010000 00011000
Octal 1 20 30
Decimal 1 16 24
Hex 1 10 18

RGB Percentages of Color #011018

%2.44
%39.02
%58.54

CMYK Percentages of Color #011018

%96
%33
%0
%91

Triadic Colors of #011018

#011018 #180110 #101801

Analogous Colors of #011018

#011018 #010418 #011815

Monochromatic Colors of #011018

#011018

Complementary Color

#011018 #180901

#011018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011018 Color CSS Codes

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

#011018 Text Font Color

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

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


#011018 Background Color

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

This div background color is #011018


#011018 Border Color

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

This div border color is #011018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011018


Comments

No comments written yet.

Please login to write comment.