COLOR #0D1961

HEX: #0D1961 RGB: (13,25,97)

Color info

#0D1961 contains mainly blue color. Web safe color of #0D1961 is #000066 (or #006).

RGB color model

#0D1961 color RGB value is (13,25,97).

RGB: (13,25,97) (5%, 10%, 38%)

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 97 of 255 = 38%

13
25
97

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

Portions of RGB colors in percentages

R + G + B = 13 + 25 + 97 = 135 (100%)
R 13 of 135 ~ 9.63%
G 25 of 135 ~ 18.52%
B 97 of 135 ~ 71.85'%

%18.52
%71.85

CMYK color model

#0D1961 color CMYK value is (87,74,0,62).

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

CMYK: (87,74,0,62)
C87M74Y0K62 (87%, 74%, 0%, 62%)
(0.87 / 0.74 / 0.00 / 0.62)

CMYK percentages

%86.6
%74.23
%0
%61.96

Codes

Color #0D1961 in popluar color models

0D 19 61
RGB 13 25 97
HSL 231° 76.36% 21.57%
HSB/HSV 231° 86.60% 38.04%
CMYK 86.60% 74.23% 0.00%
61.96%

Color #0D1961 in popluar number systems.

HEX 0D 19 61
Decimal 13 25 97
Binary 1101 11001 1100001
Octal 15 31 141

Shades and tints

Shades of #0D1961

#0D1961
(13,25,97)
#0C1759
(12,23,89)
#0B1551
(11,21,81)
#0A1349
(10,19,73)
#091141
(9,17,65)
#080F39
(8,15,57)
#070D31
(7,13,49)
#060B29
(6,11,41)
#050921
(5,9,33)
#040719
(4,7,25)
#030511
(3,5,17)
#000000
(0,0,0)

Tints of #0D1961

#0D1961
(13,25,97)
#232D6F
(35,45,111)
#39417D
(57,65,125)
#4F558B
(79,85,139)
#656999
(101,105,153)
#7B7DA7
(123,125,167)
#9191B5
(145,145,181)
#A7A5C3
(167,165,195)
#BDB9D1
(189,185,209)
#D3CDDF
(211,205,223)
#E9E1ED
(233,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1961; }

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

This text font color is #0D1961.

Background Color

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

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

This div background color is #0D1961.

Border color

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

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

This div border color is #0D1961.

Opacity

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

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

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

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

This text has shadow with #0D1961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1961.

Preview

Color preview on black background

This text has color #0D1961 on black background.


Color preview on white background

This text has color #0D1961 on white background.


Black color preview on #0D1961 background

This text has black color on #0D1961 background.


White color preview on #0D1961 background

This text has white color on #0D1961 background.


Related colors

Complementary color

Complementary color for #hex is #F2E69E.


I love getcolorcode.com

Triadic colors

1 #610D19 and #19610D with #0D1961 are triadic colors.

2 #61190D and #190D61 with #0D1961 are triadic colors.