Color Hex Logo

#071f8d Color Hex

#071F8D
(7,31,141)
0 Favorites   0 Comments

Color spaces of #071f8d

RGB 731141
HSL0.640.910.29
HSV229°95°55°
CMYK 0.950.780.00   0.45
XYZ5.38532.948225.4845
Yxy2.94820.15920.0872
Hunter Lab17.170325.9367-75.9800
CIE-Lab19.835237.5787-61.4694

#071f8d color RGB value is (7,31,141).

#071f8d hex color red value is 7, green value is 31 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #071f8d hue: 0.64 , saturation: 0.91 and the lightness value of 071f8d is 0.29.

The process color (four color CMYK) of #071f8d color hex is 0.95, 0.78, 0.00, 0.45. Web safe color of #071f8d is #003399. Color #071f8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011111 10001101
Octal 7 37 215
Decimal 7 31 141
Hex 7 1F 8D

RGB Percentages of Color #071f8d

%3.91
%17.32
%78.77

CMYK Percentages of Color #071f8d

%95
%78
%0
%45

Triadic Colors of #071f8d

#071f8d #8d071f #1f8d07

Analogous Colors of #071f8d

#071f8d #32078d #07628d

Monochromatic Colors of #071f8d

#071f8d

Complementary Color

#071f8d #8d7507

#071f8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071f8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#071f8d Color CSS Codes

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

#071f8d Text Font Color

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

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


#071f8d Background Color

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

This div background color is #071f8d


#071f8d Border Color

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

This div border color is #071f8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,31,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #071f8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #071f8d;
  -webkit-box-shadow: 1px 1px 3px 2px #071f8d;
  box-shadow:         1px 1px 3px 2px #071f8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,31,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071f8d


Comments

No comments written yet.

Please login to write comment.