COLOR #0D486E

HEX: #0D486E
RGB: (13,72,110)

Color info

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

RGB color model

#0D486E color RGB value is (13,72,110).

  • red value is 13;
  • green value is 72;
  • blue value is 110.
RGB:
(13,72,110)
(5%,28%,43%)

RGB channels and saturation

R 13 of 255 = 5%
G 72 of 255 = 28%
B 110 of 255 = 43%

13
72
110

R + G + B ~ 25%. #0D486E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 72 + 110 = 195 (100%)
R 13 of 195 ~ 6.67%
G 72 of 195 ~ 36.92%
B 110 of 195 ~ 56.41%

%36.92
%56.41

CMYK color model

#0D486E color CMYK value is (88,35,0,57).

  • cyan value is 88.18%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(88,35,0,57)
C88M35Y0K57 
(88%,35%,0%,57%)
(0.88/0.35/0.00/0.57)	

CMYK percentages

%88.18
%34.55
%0
%56.86

Codes

Color #0D486E in popluar color models

0D486E
RGB1372110
HSL204°78.86%24.12%
HSB/HSV204°88.18%43.14%
CMYK88.18%34.55%0.00%
56.86%

Color #0D486E in popluar number systems.

HEX0D486E
Decimal1372110
Binary110110010001101110
Octal15110156

Shades and tints

Shades of #0D486E

#0D486E
(13,72,110)
#0C4264
(12,66,100)
#0B3C5A
(11,60,90)
#0A3650
(10,54,80)
#093046
(9,48,70)
#082A3C
(8,42,60)
#072432
(7,36,50)
#061E28
(6,30,40)
#05181E
(5,24,30)
#041214
(4,18,20)
#030C0A
(3,12,10)
#000000
(0,0,0)

Tints of #0D486E

#0D486E
(13,72,110)
#23587B
(35,88,123)
#396888
(57,104,136)
#4F7895
(79,120,149)
#6588A2
(101,136,162)
#7B98AF
(123,152,175)
#91A8BC
(145,168,188)
#A7B8C9
(167,184,201)
#BDC8D6
(189,200,214)
#D3D8E3
(211,216,227)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D486E color. Also use rgb(13,72,110) instead hex code.

Text Font Color

.myTextColor { color: #0D486E; }

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

This text font color is #0D486E.


Background Color

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

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

This div background color is #0D486E.


Border color

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

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

This div border color is #0D486E.


Opacity

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

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

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

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

This text has shadow with #0D486E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D486E on black background.


Color preview on white background

This text has color #0D486E on white background.



Black color preview on #0D486E background

This text has black color on #0D486E background.


White color preview on #0D486E background

This text has white color on #0D486E background.