COLOR #0D2472

HEX: #0D2472 RGB: (13,36,114)

Color info

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

RGB color model

#0D2472 color RGB value is (13,36,114).

RGB: (13,36,114) (5%, 14%, 45%)

RGB channels and saturation

R 13 of 255 = 5%
G 36 of 255 = 14%
B 114 of 255 = 45%

13
36
114

R + G + B ~ 21%. #0D2472 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 36 + 114 = 163 (100%)
R 13 of 163 ~ 7.98%
G 36 of 163 ~ 22.09%
B 114 of 163 ~ 69.94'%

%22.09
%69.94

CMYK color model

#0D2472 color CMYK value is (89,68,0,55).

  • cyan value is 88.60%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (89,68,0,55) C89M68Y0K55 (89%,68%,0%,55%) (0.89/0.68/0.00/0.55) 

CMYK percentages

%88.6
%68.42
%0
%55.29

Codes

Color #0D2472 in popluar color models

0D 24 72
RGB 13 36 114
HSL 226° 79.53% 24.90%
HSB/HSV 226° 88.60% 44.71%
CMYK 88.60% 68.42% 0.00%
55.29%

Color #0D2472 in popluar number systems.

HEX 0D 24 72
Decimal 13 36 114
Binary 1101 100100 1110010
Octal 15 44 162

Shades and tints

Shades of #0D2472

#0D2472
(13,36,114)
#0C2168
(12,33,104)
#0B1E5E
(11,30,94)
#0A1B54
(10,27,84)
#09184A
(9,24,74)
#081540
(8,21,64)
#071236
(7,18,54)
#060F2C
(6,15,44)
#050C22
(5,12,34)
#040918
(4,9,24)
#03060E
(3,6,14)
#000000
(0,0,0)

Tints of #0D2472

#0D2472
(13,36,114)
#23377E
(35,55,126)
#394A8A
(57,74,138)
#4F5D96
(79,93,150)
#6570A2
(101,112,162)
#7B83AE
(123,131,174)
#9196BA
(145,150,186)
#A7A9C6
(167,169,198)
#BDBCD2
(189,188,210)
#D3CFDE
(211,207,222)
#E9E2EA
(233,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2472 color. Also use rgb(13,36,114) instead hex code.

Text Font Color

.myTextColor { color: #0D2472; }

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

This text font color is #0D2472.

Background Color

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

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

This div background color is #0D2472.

Border color

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

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

This div border color is #0D2472.

Opacity

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

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

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

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

This text has shadow with #0D2472 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2472.

Preview

Color preview on black background

This text has color #0D2472 on black background.


Color preview on white background

This text has color #0D2472 on white background.


Black color preview on #0D2472 background

This text has black color on #0D2472 background.


White color preview on #0D2472 background

This text has white color on #0D2472 background.


Related colors

Complementary color

Complementary color for #hex is #F2DB8D.


I love getcolorcode.com

Triadic colors

1 #720D24 and #24720D with #0D2472 are triadic colors.

2 #72240D and #240D72 with #0D2472 are triadic colors.