COLOR #0D485B

HEX: #0D485B RGB: (13,72,91)

Color info

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

RGB color model

#0D485B color RGB value is (13,72,91).

RGB: (13,72,91) (5%, 28%, 36%)

RGB channels and saturation

R 13 of 255 = 5%
G 72 of 255 = 28%
B 91 of 255 = 36%

13
72
91

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

Portions of RGB colors in percentages

R + G + B = 13 + 72 + 91 = 176 (100%)
R 13 of 176 ~ 7.39%
G 72 of 176 ~ 40.91%
B 91 of 176 ~ 51.7'%

%40.91
%51.7

CMYK color model

#0D485B color CMYK value is (86,21,0,64).

  • cyan value is 85.71%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (86,21,0,64)
C86M21Y0K64 (86%, 21%, 0%, 64%)
(0.86 / 0.21 / 0.00 / 0.64)

CMYK percentages

%85.71
%20.88
%0
%64.31

Codes

Color #0D485B in popluar color models

0D 48 5B
RGB 13 72 91
HSL 195° 75.00% 20.39%
HSB/HSV 195° 85.71% 35.69%
CMYK 85.71% 20.88% 0.00%
64.31%

Color #0D485B in popluar number systems.

HEX 0D 48 5B
Decimal 13 72 91
Binary 1101 1001000 1011011
Octal 15 110 133

Shades and tints

Shades of #0D485B

#0D485B
(13,72,91)
#0C4253
(12,66,83)
#0B3C4B
(11,60,75)
#0A3643
(10,54,67)
#09303B
(9,48,59)
#082A33
(8,42,51)
#07242B
(7,36,43)
#061E23
(6,30,35)
#05181B
(5,24,27)
#041213
(4,18,19)
#030C0B
(3,12,11)
#000000
(0,0,0)

Tints of #0D485B

#0D485B
(13,72,91)
#235869
(35,88,105)
#396877
(57,104,119)
#4F7885
(79,120,133)
#658893
(101,136,147)
#7B98A1
(123,152,161)
#91A8AF
(145,168,175)
#A7B8BD
(167,184,189)
#BDC8CB
(189,200,203)
#D3D8D9
(211,216,217)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D485B; }

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

This text font color is #0D485B.

Background Color

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

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

This div background color is #0D485B.

Border color

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

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

This div border color is #0D485B.

Opacity

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

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

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

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

This text has shadow with #0D485B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D485B.

Preview

Color preview on black background

This text has color #0D485B on black background.


Color preview on white background

This text has color #0D485B on white background.


Black color preview on #0D485B background

This text has black color on #0D485B background.


White color preview on #0D485B background

This text has white color on #0D485B background.


Related colors

Complementary color

Complementary color for #hex is #F2B7A4.


I love getcolorcode.com

Triadic colors

1 #5B0D48 and #485B0D with #0D485B are triadic colors.

2 #5B480D and #480D5B with #0D485B are triadic colors.