COLOR #0D3775

HEX: #0D3775 RGB: (13,55,117)

Color info

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

RGB color model

#0D3775 color RGB value is (13,55,117).

RGB: (13,55,117) (5%, 22%, 46%)

RGB channels and saturation

R 13 of 255 = 5%
G 55 of 255 = 22%
B 117 of 255 = 46%

13
55
117

R + G + B ~ 24%. #0D3775 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 55 + 117 = 185 (100%)
R 13 of 185 ~ 7.03%
G 55 of 185 ~ 29.73%
B 117 of 185 ~ 63.24'%

%29.73
%63.24

CMYK color model

#0D3775 color CMYK value is (89,53,0,54).

  • cyan value is 88.89%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (89,53,0,54)
C89M53Y0K54 (89%, 53%, 0%, 54%)
(0.89 / 0.53 / 0.00 / 0.54)

CMYK percentages

%88.89
%52.99
%0
%54.12

Codes

Color #0D3775 in popluar color models

0D 37 75
RGB 13 55 117
HSL 216° 80.00% 25.49%
HSB/HSV 216° 88.89% 45.88%
CMYK 88.89% 52.99% 0.00%
54.12%

Color #0D3775 in popluar number systems.

HEX 0D 37 75
Decimal 13 55 117
Binary 1101 110111 1110101
Octal 15 67 165

Shades and tints

Shades of #0D3775

#0D3775
(13,55,117)
#0C326B
(12,50,107)
#0B2D61
(11,45,97)
#0A2857
(10,40,87)
#09234D
(9,35,77)
#081E43
(8,30,67)
#071939
(7,25,57)
#06142F
(6,20,47)
#050F25
(5,15,37)
#040A1B
(4,10,27)
#030511
(3,5,17)
#000000
(0,0,0)

Tints of #0D3775

#0D3775
(13,55,117)
#234981
(35,73,129)
#395B8D
(57,91,141)
#4F6D99
(79,109,153)
#657FA5
(101,127,165)
#7B91B1
(123,145,177)
#91A3BD
(145,163,189)
#A7B5C9
(167,181,201)
#BDC7D5
(189,199,213)
#D3D9E1
(211,217,225)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3775 color. Also use rgb(13,55,117) instead hex code.

Text Font Color

.myTextColor { color: #0D3775; }

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

This text font color is #0D3775.

Background Color

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

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

This div background color is #0D3775.

Border color

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

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

This div border color is #0D3775.

Opacity

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

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

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

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

This text has shadow with #0D3775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3775.

Preview

Color preview on black background

This text has color #0D3775 on black background.


Color preview on white background

This text has color #0D3775 on white background.


Black color preview on #0D3775 background

This text has black color on #0D3775 background.


White color preview on #0D3775 background

This text has white color on #0D3775 background.


Related colors

Complementary color

Complementary color for #hex is #F2C88A.


I love getcolorcode.com

Triadic colors

1 #750D37 and #37750D with #0D3775 are triadic colors.

2 #75370D and #370D75 with #0D3775 are triadic colors.