Color Hex Logo

#001046 Color Hex

#001046
(0,16,70)
0 Favorites   0 Comments

Color spaces of #001046

RGB 01670
HSL0.631.000.14
HSV226°100°27°
CMYK 1.000.770.00   0.73
XYZ1.29080.81285.8832
Yxy0.81280.16160.1018
Hunter Lab9.01559.7795-32.3795
CIE-Lab7.342018.6798-35.3656

#001046 color RGB value is (0,16,70).

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

The process color (four color CMYK) of #001046 color hex is 1.00, 0.77, 0.00, 0.73. Web safe color of #001046 is #000033. Color #001046 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010000 01000110
Octal 0 20 106
Decimal 0 16 70
Hex 0 10 46

RGB Percentages of Color #001046

%0.00
%18.60
%81.40

CMYK Percentages of Color #001046

%100
%77
%0
%73

Triadic Colors of #001046

#001046 #460010 #104600

Analogous Colors of #001046

#001046 #130046 #003346

Monochromatic Colors of #001046

#001046

Complementary Color

#001046 #463600

#001046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001046 Color CSS Codes

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

#001046 Text Font Color

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

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


#001046 Background Color

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

This div background color is #001046


#001046 Border Color

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

This div border color is #001046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001046


Comments

No comments written yet.

Please login to write comment.