COLOR #071955

HEX: #071955
RGB: (7,25,85)

Color info

#071955 contains mainly blue color. Web safe color of #071955 is #000066 (or #006).

RGB color model

#071955 color RGB value is (7,25,85).

  • red value is 7;
  • green value is 25;
  • blue value is 85.
RGB:
(7,25,85)
(3%,10%,33%)

RGB channels and saturation

R 7 of 255 = 3%
G 25 of 255 = 10%
B 85 of 255 = 33%

7
25
85

R + G + B ~ 15%. #071955 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 25 + 85 = 117 (100%)
R 7 of 117 ~ 5.98%
G 25 of 117 ~ 21.37%
B 85 of 117 ~ 72.65%

%21.37
%72.65

CMYK color model

#071955 color CMYK value is (92,71,0,67).

  • cyan value is 91.76%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(92,71,0,67)
C92M71Y0K67 
(92%,71%,0%,67%)
(0.92/0.71/0.00/0.67)	

CMYK percentages

%91.76
%70.59
%0
%66.67

Codes

Color #071955 in popluar color models

071955
RGB72585
HSL226°84.78%18.04%
HSB/HSV226°91.76%33.33%
CMYK91.76%70.59%0.00%
66.67%

Color #071955 in popluar number systems.

HEX071955
Decimal72585
Binary111110011010101
Octal731125

Shades and tints

Shades of #071955

#071955
(7,25,85)
#07174E
(7,23,78)
#071547
(7,21,71)
#071340
(7,19,64)
#071139
(7,17,57)
#070F32
(7,15,50)
#070D2B
(7,13,43)
#070B24
(7,11,36)
#07091D
(7,9,29)
#070716
(7,7,22)
#07050F
(7,5,15)
#000000
(0,0,0)

Tints of #071955

#071955
(7,25,85)
#1D2D64
(29,45,100)
#334173
(51,65,115)
#495582
(73,85,130)
#5F6991
(95,105,145)
#757DA0
(117,125,160)
#8B91AF
(139,145,175)
#A1A5BE
(161,165,190)
#B7B9CD
(183,185,205)
#CDCDDC
(205,205,220)
#E3E1EB
(227,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071955 color. Also use rgb(7,25,85) instead hex code.

Text Font Color

.myTextColor { color: #071955; }

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

This text font color is #071955.


Background Color

.myBgColor { background-color: #071955; }

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

This div background color is #071955.


Border color

.myBorderColor { border: 1px solid #071955; }

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

This div border color is #071955.


Opacity

.myOpacity80 { color: #071955; opacity: 0.8; }

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

Text with #071955 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 #071955;}

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

This text has shadow with #071955 color.

.textShadow {text-shadow: 3px 3px 1px #071955, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #071955;
-webkit-box-shadow: 1px 1px 3px 2px #071955;
box-shadow:1px 1px 3px 2px #071955;">
Div content here</div>
This div box has shadow with color #071955.

Preview

Color preview on black background

This text has color #071955 on black background.


Color preview on white background

This text has color #071955 on white background.



Black color preview on #071955 background

This text has black color on #071955 background.


White color preview on #071955 background

This text has white color on #071955 background.