Color Hex Logo

#000128 Color Hex

#000128
(0,1,40)
0 Favorites   0 Comments

Color spaces of #000128

RGB 0140
HSL0.661.000.08
HSV239°100°16°
CMYK 1.000.980.00   0.84
XYZ0.39390.17492.0205
Yxy0.17490.15210.0675
Hunter Lab4.18219.4937-25.7173
CIE-Lab1.57999.3260-22.6395

#000128 color RGB value is (0,1,40).

#000128 hex color red value is 0, green value is 1 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #000128 hue: 0.66 , saturation: 1.00 and the lightness value of 000128 is 0.08.

The process color (four color CMYK) of #000128 color hex is 1.00, 0.98, 0.00, 0.84. Web safe color of #000128 is #000033. Color #000128 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000001 00101000
Octal 0 1 50
Decimal 0 1 40
Hex 0 1 28

RGB Percentages of Color #000128

%0.00
%2.44
%97.56

CMYK Percentages of Color #000128

%100
%98
%0
%84

Triadic Colors of #000128

#000128 #280001 #012800

Analogous Colors of #000128

#000128 #130028 #001528

Monochromatic Colors of #000128

#000128

Complementary Color

#000128 #282700

#000128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000128 Color CSS Codes

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

#000128 Text Font Color

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

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


#000128 Background Color

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

This div background color is #000128


#000128 Border Color

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

This div border color is #000128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000128

#000128 Color Palettes


Comments

No comments written yet.

Please login to write comment.