COLOR #0D485E

HEX: #0D485E
RGB: (13,72,94)

Color info

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

RGB color model

#0D485E color RGB value is (13,72,94).

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

RGB channels and saturation

R 13 of 255 = 5%
G 72 of 255 = 28%
B 94 of 255 = 37%

13
72
94

R + G + B ~ 23%. #0D485E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 72 + 94 = 179 (100%)
R 13 of 179 ~ 7.26%
G 72 of 179 ~ 40.22%
B 94 of 179 ~ 52.51%

%40.22
%52.51

CMYK color model

#0D485E color CMYK value is (86,23,0,63).

  • cyan value is 86.17%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(86,23,0,63)
C86M23Y0K63 
(86%,23%,0%,63%)
(0.86/0.23/0.00/0.63)	

CMYK percentages

%86.17
%23.4
%0
%63.14

Codes

Color #0D485E in popluar color models

0D485E
RGB137294
HSL196°75.70%20.98%
HSB/HSV196°86.17%36.86%
CMYK86.17%23.40%0.00%
63.14%

Color #0D485E in popluar number systems.

HEX0D485E
Decimal137294
Binary110110010001011110
Octal15110136

Shades and tints

Shades of #0D485E

#0D485E
(13,72,94)
#0C4256
(12,66,86)
#0B3C4E
(11,60,78)
#0A3646
(10,54,70)
#09303E
(9,48,62)
#082A36
(8,42,54)
#07242E
(7,36,46)
#061E26
(6,30,38)
#05181E
(5,24,30)
#041216
(4,18,22)
#030C0E
(3,12,14)
#000000
(0,0,0)

Tints of #0D485E

#0D485E
(13,72,94)
#23586C
(35,88,108)
#39687A
(57,104,122)
#4F7888
(79,120,136)
#658896
(101,136,150)
#7B98A4
(123,152,164)
#91A8B2
(145,168,178)
#A7B8C0
(167,184,192)
#BDC8CE
(189,200,206)
#D3D8DC
(211,216,220)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D485E; }

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

This text font color is #0D485E.


Background Color

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

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

This div background color is #0D485E.


Border color

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

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

This div border color is #0D485E.


Opacity

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

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

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

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

This text has shadow with #0D485E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D485E on black background.


Color preview on white background

This text has color #0D485E on white background.



Black color preview on #0D485E background

This text has black color on #0D485E background.


White color preview on #0D485E background

This text has white color on #0D485E background.