Color Hex Logo

#000161 Color Hex

#000161
(0,1,97)
0 Favorites   0 Comments

Color spaces of #000161

RGB 0197
HSL0.661.000.19
HSV239°100°38°
CMYK 1.000.990.00   0.62
XYZ2.16850.884811.3657
Yxy0.88480.15040.0614
Hunter Lab9.406424.6893-65.0555
CIE-Lab7.992338.3959-52.8031

#000161 color RGB value is (0,1,97).

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

The process color (four color CMYK) of #000161 color hex is 1.00, 0.99, 0.00, 0.62. Web safe color of #000161 is #000066. Color #000161 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000001 01100001
Octal 0 1 141
Decimal 0 1 97
Hex 0 1 61

RGB Percentages of Color #000161

%0.00
%1.02
%98.98

CMYK Percentages of Color #000161

%100
%99
%0
%62

Triadic Colors of #000161

#000161 #610001 #016100

Analogous Colors of #000161

#000161 #300061 #003261

Monochromatic Colors of #000161

#000161

Complementary Color

#000161 #616000

#000161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000161 Color CSS Codes

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

#000161 Text Font Color

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

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


#000161 Background Color

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

This div background color is #000161


#000161 Border Color

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

This div border color is #000161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000161


Comments

No comments written yet.

Please login to write comment.