COLOR #0D2E8C

HEX: #0D2E8C
RGB: (13,46,140)

Color info

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

RGB color model

#0D2E8C color RGB value is (13,46,140).

  • red value is 13;
  • green value is 46;
  • blue value is 140.
RGB:
(13,46,140)
(5%,18%,55%)

RGB channels and saturation

R 13 of 255 = 5%
G 46 of 255 = 18%
B 140 of 255 = 55%

13
46
140

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

Portions of RGB colors in percentages

R + G + B =
13 + 46 + 140 = 199 (100%)
R 13 of 199 ~ 6.53%
G 46 of 199 ~ 23.12%
B 140 of 199 ~ 70.35%

%23.12
%70.35

CMYK color model

#0D2E8C color CMYK value is (91,67,0,45).

  • cyan value is 90.71%
  • magenta value is 67.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(91,67,0,45)
C91M67Y0K45 
(91%,67%,0%,45%)
(0.91/0.67/0.00/0.45)	

CMYK percentages

%90.71
%67.14
%0
%45.1

Codes

Color #0D2E8C in popluar color models

0D2E8C
RGB1346140
HSL224°83.01%30.00%
HSB/HSV224°90.71%54.90%
CMYK90.71%67.14%0.00%
45.10%

Color #0D2E8C in popluar number systems.

HEX0D2E8C
Decimal1346140
Binary110110111010001100
Octal1556214

Shades and tints

Shades of #0D2E8C

#0D2E8C
(13,46,140)
#0C2A80
(12,42,128)
#0B2674
(11,38,116)
#0A2268
(10,34,104)
#091E5C
(9,30,92)
#081A50
(8,26,80)
#071644
(7,22,68)
#061238
(6,18,56)
#050E2C
(5,14,44)
#040A20
(4,10,32)
#030614
(3,6,20)
#000000
(0,0,0)

Tints of #0D2E8C

#0D2E8C
(13,46,140)
#234196
(35,65,150)
#3954A0
(57,84,160)
#4F67AA
(79,103,170)
#657AB4
(101,122,180)
#7B8DBE
(123,141,190)
#91A0C8
(145,160,200)
#A7B3D2
(167,179,210)
#BDC6DC
(189,198,220)
#D3D9E6
(211,217,230)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2E8C color. Also use rgb(13,46,140) instead hex code.

Text Font Color

.myTextColor { color: #0D2E8C; }

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

This text font color is #0D2E8C.


Background Color

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

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

This div background color is #0D2E8C.


Border color

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

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

This div border color is #0D2E8C.


Opacity

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

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

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

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

This text has shadow with #0D2E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2E8C on black background.


Color preview on white background

This text has color #0D2E8C on white background.



Black color preview on #0D2E8C background

This text has black color on #0D2E8C background.


White color preview on #0D2E8C background

This text has white color on #0D2E8C background.