COLOR #0D1F85

HEX: #0D1F85
RGB: (13,31,133)

Color info

#0D1F85 contains mainly blue color. Web safe color of #0D1F85 is #003399 (or #039).

RGB color model

#0D1F85 color RGB value is (13,31,133).

  • red value is 13;
  • green value is 31;
  • blue value is 133.
RGB:
(13,31,133)
(5%,12%,52%)

RGB channels and saturation

R 13 of 255 = 5%
G 31 of 255 = 12%
B 133 of 255 = 52%

13
31
133

R + G + B ~ 23%. #0D1F85 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 31 + 133 = 177 (100%)
R 13 of 177 ~ 7.34%
G 31 of 177 ~ 17.51%
B 133 of 177 ~ 75.14%

%17.51
%75.14

CMYK color model

#0D1F85 color CMYK value is (90,77,0,48).

  • cyan value is 90.23%
  • magenta value is 76.69%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(90,77,0,48)
C90M77Y0K48 
(90%,77%,0%,48%)
(0.90/0.77/0.00/0.48)	

CMYK percentages

%90.23
%76.69
%0
%47.84

Codes

Color #0D1F85 in popluar color models

0D1F85
RGB1331133
HSL231°82.19%28.63%
HSB/HSV231°90.23%52.16%
CMYK90.23%76.69%0.00%
47.84%

Color #0D1F85 in popluar number systems.

HEX0D1F85
Decimal1331133
Binary11011111110000101
Octal1537205

Shades and tints

Shades of #0D1F85

#0D1F85
(13,31,133)
#0C1D79
(12,29,121)
#0B1B6D
(11,27,109)
#0A1961
(10,25,97)
#091755
(9,23,85)
#081549
(8,21,73)
#07133D
(7,19,61)
#061131
(6,17,49)
#050F25
(5,15,37)
#040D19
(4,13,25)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #0D1F85

#0D1F85
(13,31,133)
#233390
(35,51,144)
#39479B
(57,71,155)
#4F5BA6
(79,91,166)
#656FB1
(101,111,177)
#7B83BC
(123,131,188)
#9197C7
(145,151,199)
#A7ABD2
(167,171,210)
#BDBFDD
(189,191,221)
#D3D3E8
(211,211,232)
#E9E7F3
(233,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1F85 color. Also use rgb(13,31,133) instead hex code.

Text Font Color

.myTextColor { color: #0D1F85; }

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

This text font color is #0D1F85.


Background Color

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

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

This div background color is #0D1F85.


Border color

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

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

This div border color is #0D1F85.


Opacity

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

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

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

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

This text has shadow with #0D1F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1F85 on black background.


Color preview on white background

This text has color #0D1F85 on white background.



Black color preview on #0D1F85 background

This text has black color on #0D1F85 background.


White color preview on #0D1F85 background

This text has white color on #0D1F85 background.