COLOR #0D556A

HEX: #0D556A
RGB: (13,85,106)

Color info

#0D556A contains mainly green and blue colors. Web safe color of #0D556A is #006666 (or #066).

RGB color model

#0D556A color RGB value is (13,85,106).

  • red value is 13;
  • green value is 85;
  • blue value is 106.
RGB:
(13,85,106)
(5%,33%,42%)

RGB channels and saturation

R 13 of 255 = 5%
G 85 of 255 = 33%
B 106 of 255 = 42%

13
85
106

R + G + B ~ 27%. #0D556A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 85 + 106 = 204 (100%)
R 13 of 204 ~ 6.37%
G 85 of 204 ~ 41.67%
B 106 of 204 ~ 51.96%

%41.67
%51.96

CMYK color model

#0D556A color CMYK value is (88,20,0,58).

  • cyan value is 87.74%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(88,20,0,58)
C88M20Y0K58 
(88%,20%,0%,58%)
(0.88/0.20/0.00/0.58)	

CMYK percentages

%87.74
%19.81
%0
%58.43

Codes

Color #0D556A in popluar color models

0D556A
RGB1385106
HSL194°78.15%23.33%
HSB/HSV194°87.74%41.57%
CMYK87.74%19.81%0.00%
58.43%

Color #0D556A in popluar number systems.

HEX0D556A
Decimal1385106
Binary110110101011101010
Octal15125152

Shades and tints

Shades of #0D556A

#0D556A
(13,85,106)
#0C4E61
(12,78,97)
#0B4758
(11,71,88)
#0A404F
(10,64,79)
#093946
(9,57,70)
#08323D
(8,50,61)
#072B34
(7,43,52)
#06242B
(6,36,43)
#051D22
(5,29,34)
#041619
(4,22,25)
#030F10
(3,15,16)
#000000
(0,0,0)

Tints of #0D556A

#0D556A
(13,85,106)
#236477
(35,100,119)
#397384
(57,115,132)
#4F8291
(79,130,145)
#65919E
(101,145,158)
#7BA0AB
(123,160,171)
#91AFB8
(145,175,184)
#A7BEC5
(167,190,197)
#BDCDD2
(189,205,210)
#D3DCDF
(211,220,223)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D556A color. Also use rgb(13,85,106) instead hex code.

Text Font Color

.myTextColor { color: #0D556A; }

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

This text font color is #0D556A.


Background Color

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

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

This div background color is #0D556A.


Border color

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

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

This div border color is #0D556A.


Opacity

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

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

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

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

This text has shadow with #0D556A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D556A on black background.


Color preview on white background

This text has color #0D556A on white background.



Black color preview on #0D556A background

This text has black color on #0D556A background.


White color preview on #0D556A background

This text has white color on #0D556A background.