COLOR #071D5F

HEX: #071D5F RGB: (7,29,95)

Color info

#071D5F contains mainly blue color. Web safe color of #071D5F is #003366 (or #036).

RGB color model

#071D5F color RGB value is (7,29,95).

RGB: (7,29,95) (3%, 11%, 37%)

RGB channels and saturation

R 7 of 255 = 3%
G 29 of 255 = 11%
B 95 of 255 = 37%

7
29
95

R + G + B ~ 17%. #071D5F is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 29 + 95 = 131 (100%)
R 7 of 131 ~ 5.34%
G 29 of 131 ~ 22.14%
B 95 of 131 ~ 72.52'%

%22.14
%72.52

CMYK color model

#071D5F color CMYK value is (93,69,0,63).

  • cyan value is 92.63%
  • magenta value is 69.47%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (93,69,0,63)
C93M69Y0K63 (93%, 69%, 0%, 63%)
(0.93 / 0.69 / 0.00 / 0.63)

CMYK percentages

%92.63
%69.47
%0
%62.75

Codes

Color #071D5F in popluar color models

07 1D 5F
RGB 7 29 95
HSL 225° 86.27% 20.00%
HSB/HSV 225° 92.63% 37.25%
CMYK 92.63% 69.47% 0.00%
62.75%

Color #071D5F in popluar number systems.

HEX 07 1D 5F
Decimal 7 29 95
Binary 111 11101 1011111
Octal 7 35 137

Shades and tints

Shades of #071D5F

#071D5F
(7,29,95)
#071B57
(7,27,87)
#07194F
(7,25,79)
#071747
(7,23,71)
#07153F
(7,21,63)
#071337
(7,19,55)
#07112F
(7,17,47)
#070F27
(7,15,39)
#070D1F
(7,13,31)
#070B17
(7,11,23)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #071D5F

#071D5F
(7,29,95)
#1D316D
(29,49,109)
#33457B
(51,69,123)
#495989
(73,89,137)
#5F6D97
(95,109,151)
#7581A5
(117,129,165)
#8B95B3
(139,149,179)
#A1A9C1
(161,169,193)
#B7BDCF
(183,189,207)
#CDD1DD
(205,209,221)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071D5F color. Also use rgb(7,29,95) instead hex code.

Text Font Color

.myTextColor { color: #071D5F; }

<p style="color:#071D5F">This sample text font color is #071D5F.</p>

This text font color is #071D5F.

Background Color

.myBgColor { background-color: #071D5F; }

<div style="background-color:#071D5F">Inner text</div>

This div background color is #071D5F.

Border color

.myBorderColor { border: 1px solid #071D5F; }

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

This div border color is #071D5F.

Opacity

.myOpacity80 { color: #071D5F; opacity: 0.8; }

<p style="color:#071D5F;opacity:0.8;">80%</p>

Text with #071D5F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #071D5F;}

<p style="text-shadow: 3px 3px 1px #071D5F">Text here.</p>

This text has shadow with #071D5F color.


.textShadow {text-shadow: 3px 3px 1px #071D5F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #071D5F, 5px 5px 20px red">Text here.</p>

This text has shadow with #071D5F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#071D5F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#071D5F, Direction=45, Strength=4)">Text</p>

This text has shadow with #071D5F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #071D5F;
-webkit-box-shadow: 1px 1px 3px 2px #071D5F;
box-shadow: 1px 1px 3px 2px #071D5F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #071D5F; -webkit-box-shadow: 1px 1px 3px 2px #071D5F; box-shadow:1px 1px 3px 2px #071D5F;">
Div content here
</div>

This div box has shadow with color #071D5F.

Preview

Color preview on black background

This text has color #071D5F on black background.


Color preview on white background

This text has color #071D5F on white background.


Black color preview on #071D5F background

This text has black color on #071D5F background.


White color preview on #071D5F background

This text has white color on #071D5F background.


Related colors

Complementary color

Complementary color for #hex is #F8E2A0.


I love getcolorcode.com

Triadic colors

1 #5F071D and #1D5F07 with #071D5F are triadic colors.

2 #5F1D07 and #1D075F with #071D5F are triadic colors.