COLOR #0031C6

HEX: #0031C6
RGB: (0,49,198)

Color info

#0031C6 contains mainly blue color. Web safe color of #0031C6 is #0033CC (or #03C).

RGB color model

#0031C6 color RGB value is (0,49,198).

  • red value is 0;
  • green value is 49;
  • blue value is 198.
RGB:
(0,49,198)
(0%,19%,78%)

RGB channels and saturation

R 0 of 255 = 0%
G 49 of 255 = 19%
B 198 of 255 = 78%

0
49
198

R + G + B ~ 32%. #0031C6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 49 + 198 = 247 (100%)
R 0 of 247 ~ 0%
G 49 of 247 ~ 19.84%
B 198 of 247 ~ 80.16%

%19.84
%80.16

CMYK color model

#0031C6 color CMYK value is (100,75,0,22).

  • cyan value is 100.00%
  • magenta value is 75.25%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(100,75,0,22)
C100M75Y0K22 
(100%,75%,0%,22%)
(1.00/0.75/0.00/0.22)	

CMYK percentages

%100
%75.25
%0
%22.35

Codes

Color #0031C6 in popluar color models

0031C6
RGB049198
HSL225°100.00%38.82%
HSB/HSV225°100.00%77.65%
CMYK100.00%75.25%0.00%
22.35%

Color #0031C6 in popluar number systems.

HEX0031C6
Decimal049198
Binary011000111000110
Octal061306

Shades and tints

Shades of #0031C6

#0031C6
(0,49,198)
#002DB4
(0,45,180)
#0029A2
(0,41,162)
#002590
(0,37,144)
#00217E
(0,33,126)
#001D6C
(0,29,108)
#00195A
(0,25,90)
#001548
(0,21,72)
#001136
(0,17,54)
#000D24
(0,13,36)
#000912
(0,9,18)
#000000
(0,0,0)

Tints of #0031C6

#0031C6
(0,49,198)
#1743CB
(23,67,203)
#2E55D0
(46,85,208)
#4567D5
(69,103,213)
#5C79DA
(92,121,218)
#738BDF
(115,139,223)
#8A9DE4
(138,157,228)
#A1AFE9
(161,175,233)
#B8C1EE
(184,193,238)
#CFD3F3
(207,211,243)
#E6E5F8
(230,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0031C6 color. Also use rgb(0,49,198) instead hex code.

Text Font Color

.myTextColor { color: #0031C6; }

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

This text font color is #0031C6.


Background Color

.myBgColor { background-color: #0031C6; }

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

This div background color is #0031C6.


Border color

.myBorderColor { border: 1px solid #0031C6; }

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

This div border color is #0031C6.


Opacity

.myOpacity80 { color: #0031C6; opacity: 0.8; }

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

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

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

This text has shadow with #0031C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0031C6 on black background.


Color preview on white background

This text has color #0031C6 on white background.



Black color preview on #0031C6 background

This text has black color on #0031C6 background.


White color preview on #0031C6 background

This text has white color on #0031C6 background.