COLOR #0D6C94

HEX: #0D6C94
RGB: (13,108,148)

Color info

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

RGB color model

#0D6C94 color RGB value is (13,108,148).

  • red value is 13;
  • green value is 108;
  • blue value is 148.
RGB:
(13,108,148)
(5%,42%,58%)

RGB channels and saturation

R 13 of 255 = 5%
G 108 of 255 = 42%
B 148 of 255 = 58%

13
108
148

R + G + B ~ 35%. #0D6C94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 108 + 148 = 269 (100%)
R 13 of 269 ~ 4.83%
G 108 of 269 ~ 40.15%
B 148 of 269 ~ 55.02%

%40.15
%55.02

CMYK color model

#0D6C94 color CMYK value is (91,27,0,42).

  • cyan value is 91.22%
  • magenta value is 27.03%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(91,27,0,42)
C91M27Y0K42 
(91%,27%,0%,42%)
(0.91/0.27/0.00/0.42)	

CMYK percentages

%91.22
%27.03
%0
%41.96

Codes

Color #0D6C94 in popluar color models

0D6C94
RGB13108148
HSL198°83.85%31.57%
HSB/HSV198°91.22%58.04%
CMYK91.22%27.03%0.00%
41.96%

Color #0D6C94 in popluar number systems.

HEX0D6C94
Decimal13108148
Binary1101110110010010100
Octal15154224

Shades and tints

Shades of #0D6C94

#0D6C94
(13,108,148)
#0C6387
(12,99,135)
#0B5A7A
(11,90,122)
#0A516D
(10,81,109)
#094860
(9,72,96)
#083F53
(8,63,83)
#073646
(7,54,70)
#062D39
(6,45,57)
#05242C
(5,36,44)
#041B1F
(4,27,31)
#031212
(3,18,18)
#000000
(0,0,0)

Tints of #0D6C94

#0D6C94
(13,108,148)
#23799D
(35,121,157)
#3986A6
(57,134,166)
#4F93AF
(79,147,175)
#65A0B8
(101,160,184)
#7BADC1
(123,173,193)
#91BACA
(145,186,202)
#A7C7D3
(167,199,211)
#BDD4DC
(189,212,220)
#D3E1E5
(211,225,229)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D6C94 color. Also use rgb(13,108,148) instead hex code.

Text Font Color

.myTextColor { color: #0D6C94; }

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

This text font color is #0D6C94.


Background Color

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

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

This div background color is #0D6C94.


Border color

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

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

This div border color is #0D6C94.


Opacity

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

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

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

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

This text has shadow with #0D6C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D6C94 on black background.


Color preview on white background

This text has color #0D6C94 on white background.



Black color preview on #0D6C94 background

This text has black color on #0D6C94 background.


White color preview on #0D6C94 background

This text has white color on #0D6C94 background.