COLOR #031249

HEX: #031249
RGB: (3,18,73)

Color info

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

RGB color model

#031249 color RGB value is (3,18,73).

  • red value is 3;
  • green value is 18;
  • blue value is 73.
RGB:
(3,18,73)
(1%,7%,29%)

RGB channels and saturation

R 3 of 255 = 1%
G 18 of 255 = 7%
B 73 of 255 = 29%

3
18
73

R + G + B ~ 12%. #031249 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 18 + 73 = 94 (100%)
R 3 of 94 ~ 3.19%
G 18 of 94 ~ 19.15%
B 73 of 94 ~ 77.66%

%19.15
%77.66

CMYK color model

#031249 color CMYK value is (96,75,0,71).

  • cyan value is 95.89%
  • magenta value is 75.34%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(96,75,0,71)
C96M75Y0K71 
(96%,75%,0%,71%)
(0.96/0.75/0.00/0.71)	

CMYK percentages

%95.89
%75.34
%0
%71.37

Codes

Color #031249 in popluar color models

031249
RGB31873
HSL227°92.11%14.90%
HSB/HSV227°95.89%28.63%
CMYK95.89%75.34%0.00%
71.37%

Color #031249 in popluar number systems.

HEX031249
Decimal31873
Binary11100101001001
Octal322111

Shades and tints

Shades of #031249

#031249
(3,18,73)
#031143
(3,17,67)
#03103D
(3,16,61)
#030F37
(3,15,55)
#030E31
(3,14,49)
#030D2B
(3,13,43)
#030C25
(3,12,37)
#030B1F
(3,11,31)
#030A19
(3,10,25)
#030913
(3,9,19)
#03080D
(3,8,13)
#000000
(0,0,0)

Tints of #031249

#031249
(3,18,73)
#192759
(25,39,89)
#2F3C69
(47,60,105)
#455179
(69,81,121)
#5B6689
(91,102,137)
#717B99
(113,123,153)
#8790A9
(135,144,169)
#9DA5B9
(157,165,185)
#B3BAC9
(179,186,201)
#C9CFD9
(201,207,217)
#DFE4E9
(223,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031249 color. Also use rgb(3,18,73) instead hex code.

Text Font Color

.myTextColor { color: #031249; }

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

This text font color is #031249.


Background Color

.myBgColor { background-color: #031249; }

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

This div background color is #031249.


Border color

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

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

This div border color is #031249.


Opacity

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

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

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

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

This text has shadow with #031249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031249 on black background.


Color preview on white background

This text has color #031249 on white background.



Black color preview on #031249 background

This text has black color on #031249 background.


White color preview on #031249 background

This text has white color on #031249 background.