COLOR #0D31D2

HEX: #0D31D2 RGB: (13,49,210)

Color info

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

RGB color model

#0D31D2 color RGB value is (13,49,210).

RGB: (13,49,210) (5%, 19%, 82%)

RGB channels and saturation

R 13 of 255 = 5%
G 49 of 255 = 19%
B 210 of 255 = 82%

13
49
210

R + G + B ~ 35%. #0D31D2 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 49 + 210 = 272 (100%)
R 13 of 272 ~ 4.78%
G 49 of 272 ~ 18.01%
B 210 of 272 ~ 77.21'%

%18.01
%77.21

CMYK color model

#0D31D2 color CMYK value is (94,77,0,18).

  • cyan value is 93.81%
  • magenta value is 76.67%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (94,77,0,18)
C94M77Y0K18 (94%, 77%, 0%, 18%)
(0.94 / 0.77 / 0.00 / 0.18)

CMYK percentages

%93.81
%76.67
%0
%17.65

Codes

Color #0D31D2 in popluar color models

0D 31 D2
RGB 13 49 210
HSL 229° 88.34% 43.73%
HSB/HSV 229° 93.81% 82.35%
CMYK 93.81% 76.67% 0.00%
17.65%

Color #0D31D2 in popluar number systems.

HEX 0D 31 D2
Decimal 13 49 210
Binary 1101 110001 11010010
Octal 15 61 322

Shades and tints

Shades of #0D31D2

#0D31D2
(13,49,210)
#0C2DBF
(12,45,191)
#0B29AC
(11,41,172)
#0A2599
(10,37,153)
#092186
(9,33,134)
#081D73
(8,29,115)
#071960
(7,25,96)
#06154D
(6,21,77)
#05113A
(5,17,58)
#040D27
(4,13,39)
#030914
(3,9,20)
#000000
(0,0,0)

Tints of #0D31D2

#0D31D2
(13,49,210)
#2343D6
(35,67,214)
#3955DA
(57,85,218)
#4F67DE
(79,103,222)
#6579E2
(101,121,226)
#7B8BE6
(123,139,230)
#919DEA
(145,157,234)
#A7AFEE
(167,175,238)
#BDC1F2
(189,193,242)
#D3D3F6
(211,211,246)
#E9E5FA
(233,229,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D31D2 color. Also use rgb(13,49,210) instead hex code.

Text Font Color

.myTextColor { color: #0D31D2; }

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

This text font color is #0D31D2.

Background Color

.myBgColor { background-color: #0D31D2; }

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

This div background color is #0D31D2.

Border color

.myBorderColor { border: 1px solid #0D31D2; }

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

This div border color is #0D31D2.

Opacity

.myOpacity80 { color: #0D31D2; opacity: 0.8; }

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

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

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

This text has shadow with #0D31D2 color.


.textShadow {text-shadow: 3px 3px 1px #0D31D2', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0D31D2; -webkit-box-shadow: 1px 1px 3px 2px #0D31D2; box-shadow:1px 1px 3px 2px #0D31D2;">
Div content here
</div>

This div box has shadow with color #0D31D2.

Preview

Color preview on black background

This text has color #0D31D2 on black background.


Color preview on white background

This text has color #0D31D2 on white background.


Black color preview on #0D31D2 background

This text has black color on #0D31D2 background.


White color preview on #0D31D2 background

This text has white color on #0D31D2 background.


Related colors

Complementary color

Complementary color for #hex is #F2CE2D.


I love getcolorcode.com

Triadic colors

1 #D20D31 and #31D20D with #0D31D2 are triadic colors.

2 #D2310D and #310DD2 with #0D31D2 are triadic colors.