COLOR #0D608A

HEX: #0D608A
RGB: (13,96,138)

Color info

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

RGB color model

#0D608A color RGB value is (13,96,138).

  • red value is 13;
  • green value is 96;
  • blue value is 138.
RGB:
(13,96,138)
(5%,38%,54%)

RGB channels and saturation

R 13 of 255 = 5%
G 96 of 255 = 38%
B 138 of 255 = 54%

13
96
138

R + G + B ~ 32%. #0D608A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 96 + 138 = 247 (100%)
R 13 of 247 ~ 5.26%
G 96 of 247 ~ 38.87%
B 138 of 247 ~ 55.87%

%38.87
%55.87

CMYK color model

#0D608A color CMYK value is (91,30,0,46).

  • cyan value is 90.58%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(91,30,0,46)
C91M30Y0K46 
(91%,30%,0%,46%)
(0.91/0.30/0.00/0.46)	

CMYK percentages

%90.58
%30.43
%0
%45.88

Codes

Color #0D608A in popluar color models

0D608A
RGB1396138
HSL200°82.78%29.61%
HSB/HSV200°90.58%54.12%
CMYK90.58%30.43%0.00%
45.88%

Color #0D608A in popluar number systems.

HEX0D608A
Decimal1396138
Binary1101110000010001010
Octal15140212

Shades and tints

Shades of #0D608A

#0D608A
(13,96,138)
#0C587E
(12,88,126)
#0B5072
(11,80,114)
#0A4866
(10,72,102)
#09405A
(9,64,90)
#08384E
(8,56,78)
#073042
(7,48,66)
#062836
(6,40,54)
#05202A
(5,32,42)
#04181E
(4,24,30)
#031012
(3,16,18)
#000000
(0,0,0)

Tints of #0D608A

#0D608A
(13,96,138)
#236E94
(35,110,148)
#397C9E
(57,124,158)
#4F8AA8
(79,138,168)
#6598B2
(101,152,178)
#7BA6BC
(123,166,188)
#91B4C6
(145,180,198)
#A7C2D0
(167,194,208)
#BDD0DA
(189,208,218)
#D3DEE4
(211,222,228)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D608A color. Also use rgb(13,96,138) instead hex code.

Text Font Color

.myTextColor { color: #0D608A; }

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

This text font color is #0D608A.


Background Color

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

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

This div background color is #0D608A.


Border color

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

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

This div border color is #0D608A.


Opacity

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

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

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

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

This text has shadow with #0D608A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D608A on black background.


Color preview on white background

This text has color #0D608A on white background.



Black color preview on #0D608A background

This text has black color on #0D608A background.


White color preview on #0D608A background

This text has white color on #0D608A background.