Color Hex Logo

#0001a7 Color Hex

#0001A7
(0,1,167)
0 Favorites   0 Comments

Color spaces of #0001a7

RGB 01167
HSL0.671.000.33
HSV240°100°65°
CMYK 1.000.990.00   0.35
XYZ6.98592.811736.7337
Yxy2.81170.15010.0604
Hunter Lab16.768145.0221-118.1481
CIE-Lab19.273457.4018-78.4133

#0001a7 color RGB value is (0,1,167).

#0001a7 hex color red value is 0, green value is 1 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #0001a7 hue: 0.67 , saturation: 1.00 and the lightness value of 0001a7 is 0.33.

The process color (four color CMYK) of #0001a7 color hex is 1.00, 0.99, 0.00, 0.35. Web safe color of #0001a7 is #000099. Color #0001a7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000001 10100111
Octal 0 1 247
Decimal 0 1 167
Hex 0 1 A7

RGB Percentages of Color #0001a7

%0.00
%0.60
%99.40

CMYK Percentages of Color #0001a7

%100
%99
%0
%35

Triadic Colors of #0001a7

#0001a7 #a70001 #01a700

Analogous Colors of #0001a7

#0001a7 #5300a7 #0055a7

Monochromatic Colors of #0001a7

#0001a7

Complementary Color

#0001a7 #a7a600

#0001a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0001a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0001a7 Color CSS Codes

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

#0001a7 Text Font Color

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

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


#0001a7 Background Color

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

This div background color is #0001a7


#0001a7 Border Color

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

This div border color is #0001a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0001a7


Comments

No comments written yet.

Please login to write comment.