COLOR #031141

HEX: #031141
RGB: (3,17,65)

Color info

#031141 contains mainly green and blue colors. Web safe color of #031141 is #000033 (or #003).

RGB color model

#031141 color RGB value is (3,17,65).

  • red value is 3;
  • green value is 17;
  • blue value is 65.
RGB:
(3,17,65)
(1%,7%,25%)

RGB channels and saturation

R 3 of 255 = 1%
G 17 of 255 = 7%
B 65 of 255 = 25%

3
17
65

R + G + B ~ 11%. #031141 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 17 + 65 = 85 (100%)
R 3 of 85 ~ 3.53%
G 17 of 85 ~ 20%
B 65 of 85 ~ 76.47%

%20
%76.47

CMYK color model

#031141 color CMYK value is (95,74,0,75).

  • cyan value is 95.38%
  • magenta value is 73.85%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(95,74,0,75)
C95M74Y0K75 
(95%,74%,0%,75%)
(0.95/0.74/0.00/0.75)	

CMYK percentages

%95.38
%73.85
%0
%74.51

Codes

Color #031141 in popluar color models

031141
RGB31765
HSL226°91.18%13.33%
HSB/HSV226°95.38%25.49%
CMYK95.38%73.85%0.00%
74.51%

Color #031141 in popluar number systems.

HEX031141
Decimal31765
Binary11100011000001
Octal321101

Shades and tints

Shades of #031141

#031141
(3,17,65)
#03103C
(3,16,60)
#030F37
(3,15,55)
#030E32
(3,14,50)
#030D2D
(3,13,45)
#030C28
(3,12,40)
#030B23
(3,11,35)
#030A1E
(3,10,30)
#030919
(3,9,25)
#030814
(3,8,20)
#03070F
(3,7,15)
#000000
(0,0,0)

Tints of #031141

#031141
(3,17,65)
#192652
(25,38,82)
#2F3B63
(47,59,99)
#455074
(69,80,116)
#5B6585
(91,101,133)
#717A96
(113,122,150)
#878FA7
(135,143,167)
#9DA4B8
(157,164,184)
#B3B9C9
(179,185,201)
#C9CEDA
(201,206,218)
#DFE3EB
(223,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031141 color. Also use rgb(3,17,65) instead hex code.

Text Font Color

.myTextColor { color: #031141; }

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

This text font color is #031141.


Background Color

.myBgColor { background-color: #031141; }

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

This div background color is #031141.


Border color

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

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

This div border color is #031141.


Opacity

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

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

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

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

This text has shadow with #031141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031141 on black background.


Color preview on white background

This text has color #031141 on white background.



Black color preview on #031141 background

This text has black color on #031141 background.


White color preview on #031141 background

This text has white color on #031141 background.