COLOR #031B73

HEX: #031B73
RGB: (3,27,115)

Color info

#031B73 contains mainly blue color. Web safe color of #031B73 is #003366 (or #036).

RGB color model

#031B73 color RGB value is (3,27,115).

  • red value is 3;
  • green value is 27;
  • blue value is 115.
RGB:
(3,27,115)
(1%,11%,45%)

RGB channels and saturation

R 3 of 255 = 1%
G 27 of 255 = 11%
B 115 of 255 = 45%

3
27
115

R + G + B ~ 19%. #031B73 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 27 + 115 = 145 (100%)
R 3 of 145 ~ 2.07%
G 27 of 145 ~ 18.62%
B 115 of 145 ~ 79.31%

%18.62
%79.31

CMYK color model

#031B73 color CMYK value is (97,77,0,55).

  • cyan value is 97.39%
  • magenta value is 76.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(97,77,0,55)
C97M77Y0K55 
(97%,77%,0%,55%)
(0.97/0.77/0.00/0.55)	

CMYK percentages

%97.39
%76.52
%0
%54.9

Codes

Color #031B73 in popluar color models

031B73
RGB327115
HSL227°94.92%23.14%
HSB/HSV227°97.39%45.10%
CMYK97.39%76.52%0.00%
54.90%

Color #031B73 in popluar number systems.

HEX031B73
Decimal327115
Binary11110111110011
Octal333163

Shades and tints

Shades of #031B73

#031B73
(3,27,115)
#031969
(3,25,105)
#03175F
(3,23,95)
#031555
(3,21,85)
#03134B
(3,19,75)
#031141
(3,17,65)
#030F37
(3,15,55)
#030D2D
(3,13,45)
#030B23
(3,11,35)
#030919
(3,9,25)
#03070F
(3,7,15)
#000000
(0,0,0)

Tints of #031B73

#031B73
(3,27,115)
#192F7F
(25,47,127)
#2F438B
(47,67,139)
#455797
(69,87,151)
#5B6BA3
(91,107,163)
#717FAF
(113,127,175)
#8793BB
(135,147,187)
#9DA7C7
(157,167,199)
#B3BBD3
(179,187,211)
#C9CFDF
(201,207,223)
#DFE3EB
(223,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031B73 color. Also use rgb(3,27,115) instead hex code.

Text Font Color

.myTextColor { color: #031B73; }

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

This text font color is #031B73.


Background Color

.myBgColor { background-color: #031B73; }

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

This div background color is #031B73.


Border color

.myBorderColor { border: 1px solid #031B73; }

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

This div border color is #031B73.


Opacity

.myOpacity80 { color: #031B73; opacity: 0.8; }

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

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

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

This text has shadow with #031B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031B73 on black background.


Color preview on white background

This text has color #031B73 on white background.



Black color preview on #031B73 background

This text has black color on #031B73 background.


White color preview on #031B73 background

This text has white color on #031B73 background.