Color Hex Logo

#010918 Color Hex

#010918
(1,9,24)
0 Favorites   0 Comments

Color spaces of #010918

RGB 1924
HSL0.610.920.05
HSV219°96°
CMYK 0.960.630.00   0.91
XYZ0.27510.26780.9013
Yxy0.26780.19050.1854
Hunter Lab5.17490.4329-6.7039
CIE-Lab2.41900.8424-8.7210

#010918 color RGB value is (1,9,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001001 00011000
Octal 1 11 30
Decimal 1 9 24
Hex 1 9 18

RGB Percentages of Color #010918

%2.94
%26.47
%70.59

CMYK Percentages of Color #010918

%96
%63
%0
%91

Triadic Colors of #010918

#010918 #180109 #091801

Analogous Colors of #010918

#010918 #040118 #011518

Monochromatic Colors of #010918

#010918

Complementary Color

#010918 #181001

#010918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#010918 Color CSS Codes

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

#010918 Text Font Color

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

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


#010918 Background Color

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

This div background color is #010918


#010918 Border Color

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

This div border color is #010918


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,9,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 #010918">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010918


Comments

No comments written yet.

Please login to write comment.