COLOR #0D1F61

HEX: #0D1F61 RGB: (13,31,97)

Color info

#0D1F61 contains mainly blue color. Web safe color of #0D1F61 is #003366 (or #036).

RGB color model

#0D1F61 color RGB value is (13,31,97).

RGB: (13,31,97) (5%, 12%, 38%)

RGB channels and saturation

R 13 of 255 = 5%
G 31 of 255 = 12%
B 97 of 255 = 38%

13
31
97

R + G + B ~ 18%. #0D1F61 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 31 + 97 = 141 (100%)
R 13 of 141 ~ 9.22%
G 31 of 141 ~ 21.99%
B 97 of 141 ~ 68.79'%

%21.99
%68.79

CMYK color model

#0D1F61 color CMYK value is (87,68,0,62).

  • cyan value is 86.60%
  • magenta value is 68.04%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (87,68,0,62)
C87M68Y0K62 (87%, 68%, 0%, 62%)
(0.87 / 0.68 / 0.00 / 0.62)

CMYK percentages

%86.6
%68.04
%0
%61.96

Codes

Color #0D1F61 in popluar color models

0D 1F 61
RGB 13 31 97
HSL 227° 76.36% 21.57%
HSB/HSV 227° 86.60% 38.04%
CMYK 86.60% 68.04% 0.00%
61.96%

Color #0D1F61 in popluar number systems.

HEX 0D 1F 61
Decimal 13 31 97
Binary 1101 11111 1100001
Octal 15 37 141

Shades and tints

Shades of #0D1F61

#0D1F61
(13,31,97)
#0C1D59
(12,29,89)
#0B1B51
(11,27,81)
#0A1949
(10,25,73)
#091741
(9,23,65)
#081539
(8,21,57)
#071331
(7,19,49)
#061129
(6,17,41)
#050F21
(5,15,33)
#040D19
(4,13,25)
#030B11
(3,11,17)
#000000
(0,0,0)

Tints of #0D1F61

#0D1F61
(13,31,97)
#23336F
(35,51,111)
#39477D
(57,71,125)
#4F5B8B
(79,91,139)
#656F99
(101,111,153)
#7B83A7
(123,131,167)
#9197B5
(145,151,181)
#A7ABC3
(167,171,195)
#BDBFD1
(189,191,209)
#D3D3DF
(211,211,223)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1F61; }

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

This text font color is #0D1F61.

Background Color

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

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

This div background color is #0D1F61.

Border color

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

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

This div border color is #0D1F61.

Opacity

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

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

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

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

This text has shadow with #0D1F61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1F61.

Preview

Color preview on black background

This text has color #0D1F61 on black background.


Color preview on white background

This text has color #0D1F61 on white background.


Black color preview on #0D1F61 background

This text has black color on #0D1F61 background.


White color preview on #0D1F61 background

This text has white color on #0D1F61 background.


Related colors

Complementary color

Complementary color for #hex is #F2E09E.


I love getcolorcode.com

Triadic colors

1 #610D1F and #1F610D with #0D1F61 are triadic colors.

2 #611F0D and #1F0D61 with #0D1F61 are triadic colors.