Color Hex Logo

#001032 Color Hex

#001032
(0,16,50)
0 Favorites   0 Comments

Color spaces of #001032

RGB 01650
HSL0.611.000.10
HSV221°100°20°
CMYK 1.000.680.00   0.80
XYZ0.76100.60093.0935
Yxy0.60090.17080.1349
Hunter Lab7.75183.9579-18.2346
CIE-Lab5.42797.7775-24.0830

#001032 color RGB value is (0,16,50).

#001032 hex color red value is 0, green value is 16 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #001032 hue: 0.61 , saturation: 1.00 and the lightness value of 001032 is 0.10.

The process color (four color CMYK) of #001032 color hex is 1.00, 0.68, 0.00, 0.80. Web safe color of #001032 is #000033. Color #001032 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010000 00110010
Octal 0 20 62
Decimal 0 16 50
Hex 0 10 32

RGB Percentages of Color #001032

%0.00
%24.24
%75.76

CMYK Percentages of Color #001032

%100
%68
%0
%80

Triadic Colors of #001032

#001032 #320010 #103200

Analogous Colors of #001032

#001032 #090032 #002932

Monochromatic Colors of #001032

#001032

Complementary Color

#001032 #322200

#001032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001032 Color CSS Codes

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

#001032 Text Font Color

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

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


#001032 Background Color

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

This div background color is #001032


#001032 Border Color

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

This div border color is #001032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001032


Comments

No comments written yet.

Please login to write comment.