COLOR #0D5182

HEX: #0D5182
RGB: (13,81,130)

Color info

#0D5182 contains mainly green and blue colors. Web safe color of #0D5182 is #006699 (or #069).

RGB color model

#0D5182 color RGB value is (13,81,130).

  • red value is 13;
  • green value is 81;
  • blue value is 130.
RGB:
(13,81,130)
(5%,32%,51%)

RGB channels and saturation

R 13 of 255 = 5%
G 81 of 255 = 32%
B 130 of 255 = 51%

13
81
130

R + G + B ~ 29%. #0D5182 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 81 + 130 = 224 (100%)
R 13 of 224 ~ 5.8%
G 81 of 224 ~ 36.16%
B 130 of 224 ~ 58.04%

%36.16
%58.04

CMYK color model

#0D5182 color CMYK value is (90,38,0,49).

  • cyan value is 90.00%
  • magenta value is 37.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(90,38,0,49)
C90M38Y0K49 
(90%,38%,0%,49%)
(0.90/0.38/0.00/0.49)	

CMYK percentages

%90
%37.69
%0
%49.02

Codes

Color #0D5182 in popluar color models

0D5182
RGB1381130
HSL205°81.82%28.04%
HSB/HSV205°90.00%50.98%
CMYK90.00%37.69%0.00%
49.02%

Color #0D5182 in popluar number systems.

HEX0D5182
Decimal1381130
Binary1101101000110000010
Octal15121202

Shades and tints

Shades of #0D5182

#0D5182
(13,81,130)
#0C4A77
(12,74,119)
#0B436C
(11,67,108)
#0A3C61
(10,60,97)
#093556
(9,53,86)
#082E4B
(8,46,75)
#072740
(7,39,64)
#062035
(6,32,53)
#05192A
(5,25,42)
#04121F
(4,18,31)
#030B14
(3,11,20)
#000000
(0,0,0)

Tints of #0D5182

#0D5182
(13,81,130)
#23608D
(35,96,141)
#396F98
(57,111,152)
#4F7EA3
(79,126,163)
#658DAE
(101,141,174)
#7B9CB9
(123,156,185)
#91ABC4
(145,171,196)
#A7BACF
(167,186,207)
#BDC9DA
(189,201,218)
#D3D8E5
(211,216,229)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5182 color. Also use rgb(13,81,130) instead hex code.

Text Font Color

.myTextColor { color: #0D5182; }

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

This text font color is #0D5182.


Background Color

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

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

This div background color is #0D5182.


Border color

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

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

This div border color is #0D5182.


Opacity

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

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

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

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

This text has shadow with #0D5182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5182 on black background.


Color preview on white background

This text has color #0D5182 on white background.



Black color preview on #0D5182 background

This text has black color on #0D5182 background.


White color preview on #0D5182 background

This text has white color on #0D5182 background.