COLOR #0D2494

HEX: #0D2494
RGB: (13,36,148)

Color info

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

RGB color model

#0D2494 color RGB value is (13,36,148).

  • red value is 13;
  • green value is 36;
  • blue value is 148.
RGB:
(13,36,148)
(5%,14%,58%)

RGB channels and saturation

R 13 of 255 = 5%
G 36 of 255 = 14%
B 148 of 255 = 58%

13
36
148

R + G + B ~ 26%. #0D2494 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 36 + 148 = 197 (100%)
R 13 of 197 ~ 6.6%
G 36 of 197 ~ 18.27%
B 148 of 197 ~ 75.13%

%18.27
%75.13

CMYK color model

#0D2494 color CMYK value is (91,76,0,42).

  • cyan value is 91.22%
  • magenta value is 75.68%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(91,76,0,42)
C91M76Y0K42 
(91%,76%,0%,42%)
(0.91/0.76/0.00/0.42)	

CMYK percentages

%91.22
%75.68
%0
%41.96

Codes

Color #0D2494 in popluar color models

0D2494
RGB1336148
HSL230°83.85%31.57%
HSB/HSV230°91.22%58.04%
CMYK91.22%75.68%0.00%
41.96%

Color #0D2494 in popluar number systems.

HEX0D2494
Decimal1336148
Binary110110010010010100
Octal1544224

Shades and tints

Shades of #0D2494

#0D2494
(13,36,148)
#0C2187
(12,33,135)
#0B1E7A
(11,30,122)
#0A1B6D
(10,27,109)
#091860
(9,24,96)
#081553
(8,21,83)
#071246
(7,18,70)
#060F39
(6,15,57)
#050C2C
(5,12,44)
#04091F
(4,9,31)
#030612
(3,6,18)
#000000
(0,0,0)

Tints of #0D2494

#0D2494
(13,36,148)
#23379D
(35,55,157)
#394AA6
(57,74,166)
#4F5DAF
(79,93,175)
#6570B8
(101,112,184)
#7B83C1
(123,131,193)
#9196CA
(145,150,202)
#A7A9D3
(167,169,211)
#BDBCDC
(189,188,220)
#D3CFE5
(211,207,229)
#E9E2EE
(233,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2494; }

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

This text font color is #0D2494.


Background Color

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

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

This div background color is #0D2494.


Border color

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

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

This div border color is #0D2494.


Opacity

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

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

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

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

This text has shadow with #0D2494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2494 on black background.


Color preview on white background

This text has color #0D2494 on white background.



Black color preview on #0D2494 background

This text has black color on #0D2494 background.


White color preview on #0D2494 background

This text has white color on #0D2494 background.