COLOR #0D3469

HEX: #0D3469
RGB: (13,52,105)

Color info

#0D3469 contains mainly green and blue colors. Web safe color of #0D3469 is #003366 (or #036).

RGB color model

#0D3469 color RGB value is (13,52,105).

  • red value is 13;
  • green value is 52;
  • blue value is 105.
RGB:
(13,52,105)
(5%,20%,41%)

RGB channels and saturation

R 13 of 255 = 5%
G 52 of 255 = 20%
B 105 of 255 = 41%

13
52
105

R + G + B ~ 22%. #0D3469 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 52 + 105 = 170 (100%)
R 13 of 170 ~ 7.65%
G 52 of 170 ~ 30.59%
B 105 of 170 ~ 61.76%

%30.59
%61.76

CMYK color model

#0D3469 color CMYK value is (88,50,0,59).

  • cyan value is 87.62%
  • magenta value is 50.48%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(88,50,0,59)
C88M50Y0K59 
(88%,50%,0%,59%)
(0.88/0.50/0.00/0.59)	

CMYK percentages

%87.62
%50.48
%0
%58.82

Codes

Color #0D3469 in popluar color models

0D3469
RGB1352105
HSL215°77.97%23.14%
HSB/HSV215°87.62%41.18%
CMYK87.62%50.48%0.00%
58.82%

Color #0D3469 in popluar number systems.

HEX0D3469
Decimal1352105
Binary11011101001101001
Octal1564151

Shades and tints

Shades of #0D3469

#0D3469
(13,52,105)
#0C3060
(12,48,96)
#0B2C57
(11,44,87)
#0A284E
(10,40,78)
#092445
(9,36,69)
#08203C
(8,32,60)
#071C33
(7,28,51)
#06182A
(6,24,42)
#051421
(5,20,33)
#041018
(4,16,24)
#030C0F
(3,12,15)
#000000
(0,0,0)

Tints of #0D3469

#0D3469
(13,52,105)
#234676
(35,70,118)
#395883
(57,88,131)
#4F6A90
(79,106,144)
#657C9D
(101,124,157)
#7B8EAA
(123,142,170)
#91A0B7
(145,160,183)
#A7B2C4
(167,178,196)
#BDC4D1
(189,196,209)
#D3D6DE
(211,214,222)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3469 color. Also use rgb(13,52,105) instead hex code.

Text Font Color

.myTextColor { color: #0D3469; }

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

This text font color is #0D3469.


Background Color

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

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

This div background color is #0D3469.


Border color

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

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

This div border color is #0D3469.


Opacity

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

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

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

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

This text has shadow with #0D3469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3469 on black background.


Color preview on white background

This text has color #0D3469 on white background.



Black color preview on #0D3469 background

This text has black color on #0D3469 background.


White color preview on #0D3469 background

This text has white color on #0D3469 background.