COLOR #0D3F6B

HEX: #0D3F6B
RGB: (13,63,107)

Color info

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

RGB color model

#0D3F6B color RGB value is (13,63,107).

  • red value is 13;
  • green value is 63;
  • blue value is 107.
RGB:
(13,63,107)
(5%,25%,42%)

RGB channels and saturation

R 13 of 255 = 5%
G 63 of 255 = 25%
B 107 of 255 = 42%

13
63
107

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

Portions of RGB colors in percentages

R + G + B =
13 + 63 + 107 = 183 (100%)
R 13 of 183 ~ 7.1%
G 63 of 183 ~ 34.43%
B 107 of 183 ~ 58.47%

%34.43
%58.47

CMYK color model

#0D3F6B color CMYK value is (88,41,0,58).

  • cyan value is 87.85%
  • magenta value is 41.12%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(88,41,0,58)
C88M41Y0K58 
(88%,41%,0%,58%)
(0.88/0.41/0.00/0.58)	

CMYK percentages

%87.85
%41.12
%0
%58.04

Codes

Color #0D3F6B in popluar color models

0D3F6B
RGB1363107
HSL208°78.33%23.53%
HSB/HSV208°87.85%41.96%
CMYK87.85%41.12%0.00%
58.04%

Color #0D3F6B in popluar number systems.

HEX0D3F6B
Decimal1363107
Binary11011111111101011
Octal1577153

Shades and tints

Shades of #0D3F6B

#0D3F6B
(13,63,107)
#0C3A62
(12,58,98)
#0B3559
(11,53,89)
#0A3050
(10,48,80)
#092B47
(9,43,71)
#08263E
(8,38,62)
#072135
(7,33,53)
#061C2C
(6,28,44)
#051723
(5,23,35)
#04121A
(4,18,26)
#030D11
(3,13,17)
#000000
(0,0,0)

Tints of #0D3F6B

#0D3F6B
(13,63,107)
#235078
(35,80,120)
#396185
(57,97,133)
#4F7292
(79,114,146)
#65839F
(101,131,159)
#7B94AC
(123,148,172)
#91A5B9
(145,165,185)
#A7B6C6
(167,182,198)
#BDC7D3
(189,199,211)
#D3D8E0
(211,216,224)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3F6B color. Also use rgb(13,63,107) instead hex code.

Text Font Color

.myTextColor { color: #0D3F6B; }

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

This text font color is #0D3F6B.


Background Color

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

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

This div background color is #0D3F6B.


Border color

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

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

This div border color is #0D3F6B.


Opacity

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

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

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

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

This text has shadow with #0D3F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3F6B on black background.


Color preview on white background

This text has color #0D3F6B on white background.



Black color preview on #0D3F6B background

This text has black color on #0D3F6B background.


White color preview on #0D3F6B background

This text has white color on #0D3F6B background.