Color Hex Logo

#003161 Color Hex

#003161
(0,49,97)
1 Favorites   0 Comments

Color spaces of #003161

RGB 04997
HSL0.581.000.19
HSV210°100°38°
CMYK 1.000.490.00   0.62
XYZ3.25603.059711.7282
Yxy3.05970.18040.1696
Hunter Lab17.49202.6154-27.5089
CIE-Lab20.28146.0018-32.6057

#003161 color RGB value is (0,49,97).

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

The process color (four color CMYK) of #003161 color hex is 1.00, 0.49, 0.00, 0.62. Web safe color of #003161 is #003366. Color #003161 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110001 01100001
Octal 0 61 141
Decimal 0 49 97
Hex 0 31 61

RGB Percentages of Color #003161

%0.00
%33.56
%66.44

CMYK Percentages of Color #003161

%100
%49
%0
%62

Triadic Colors of #003161

#003161 #610031 #316100

Analogous Colors of #003161

#003161 #000061 #006161

Monochromatic Colors of #003161

#003161

Complementary Color

#003161 #613000

#003161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003161 Color CSS Codes

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

#003161 Text Font Color

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

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


#003161 Background Color

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

This div background color is #003161


#003161 Border Color

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

This div border color is #003161


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,49,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 #003161">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003161


Comments

No comments written yet.

Please login to write comment.