COLOR #0D305F

HEX: #0D305F
RGB: (13,48,95)

Color info

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

RGB color model

#0D305F color RGB value is (13,48,95).

  • red value is 13;
  • green value is 48;
  • blue value is 95.
RGB:
(13,48,95)
(5%,19%,37%)

RGB channels and saturation

R 13 of 255 = 5%
G 48 of 255 = 19%
B 95 of 255 = 37%

13
48
95

R + G + B ~ 20%. #0D305F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 48 + 95 = 156 (100%)
R 13 of 156 ~ 8.33%
G 48 of 156 ~ 30.77%
B 95 of 156 ~ 60.9%

%30.77
%60.9

CMYK color model

#0D305F color CMYK value is (86,49,0,63).

  • cyan value is 86.32%
  • magenta value is 49.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(86,49,0,63)
C86M49Y0K63 
(86%,49%,0%,63%)
(0.86/0.49/0.00/0.63)	

CMYK percentages

%86.32
%49.47
%0
%62.75

Codes

Color #0D305F in popluar color models

0D305F
RGB134895
HSL214°75.93%21.18%
HSB/HSV214°86.32%37.25%
CMYK86.32%49.47%0.00%
62.75%

Color #0D305F in popluar number systems.

HEX0D305F
Decimal134895
Binary11011100001011111
Octal1560137

Shades and tints

Shades of #0D305F

#0D305F
(13,48,95)
#0C2C57
(12,44,87)
#0B284F
(11,40,79)
#0A2447
(10,36,71)
#09203F
(9,32,63)
#081C37
(8,28,55)
#07182F
(7,24,47)
#061427
(6,20,39)
#05101F
(5,16,31)
#040C17
(4,12,23)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #0D305F

#0D305F
(13,48,95)
#23426D
(35,66,109)
#39547B
(57,84,123)
#4F6689
(79,102,137)
#657897
(101,120,151)
#7B8AA5
(123,138,165)
#919CB3
(145,156,179)
#A7AEC1
(167,174,193)
#BDC0CF
(189,192,207)
#D3D2DD
(211,210,221)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D305F color. Also use rgb(13,48,95) instead hex code.

Text Font Color

.myTextColor { color: #0D305F; }

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

This text font color is #0D305F.


Background Color

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

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

This div background color is #0D305F.


Border color

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

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

This div border color is #0D305F.


Opacity

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

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

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

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

This text has shadow with #0D305F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D305F on black background.


Color preview on white background

This text has color #0D305F on white background.



Black color preview on #0D305F background

This text has black color on #0D305F background.


White color preview on #0D305F background

This text has white color on #0D305F background.