COLOR #0D3759

HEX: #0D3759
RGB: (13,55,89)

Color info

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

RGB color model

#0D3759 color RGB value is (13,55,89).

  • red value is 13;
  • green value is 55;
  • blue value is 89.
RGB:
(13,55,89)
(5%,22%,35%)

RGB channels and saturation

R 13 of 255 = 5%
G 55 of 255 = 22%
B 89 of 255 = 35%

13
55
89

R + G + B ~ 21%. #0D3759 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 55 + 89 = 157 (100%)
R 13 of 157 ~ 8.28%
G 55 of 157 ~ 35.03%
B 89 of 157 ~ 56.69%

%35.03
%56.69

CMYK color model

#0D3759 color CMYK value is (85,38,0,65).

  • cyan value is 85.39%
  • magenta value is 38.20%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(85,38,0,65)
C85M38Y0K65 
(85%,38%,0%,65%)
(0.85/0.38/0.00/0.65)	

CMYK percentages

%85.39
%38.2
%0
%65.1

Codes

Color #0D3759 in popluar color models

0D3759
RGB135589
HSL207°74.51%20.00%
HSB/HSV207°85.39%34.90%
CMYK85.39%38.20%0.00%
65.10%

Color #0D3759 in popluar number systems.

HEX0D3759
Decimal135589
Binary11011101111011001
Octal1567131

Shades and tints

Shades of #0D3759

#0D3759
(13,55,89)
#0C3251
(12,50,81)
#0B2D49
(11,45,73)
#0A2841
(10,40,65)
#092339
(9,35,57)
#081E31
(8,30,49)
#071929
(7,25,41)
#061421
(6,20,33)
#050F19
(5,15,25)
#040A11
(4,10,17)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #0D3759

#0D3759
(13,55,89)
#234968
(35,73,104)
#395B77
(57,91,119)
#4F6D86
(79,109,134)
#657F95
(101,127,149)
#7B91A4
(123,145,164)
#91A3B3
(145,163,179)
#A7B5C2
(167,181,194)
#BDC7D1
(189,199,209)
#D3D9E0
(211,217,224)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3759 color. Also use rgb(13,55,89) instead hex code.

Text Font Color

.myTextColor { color: #0D3759; }

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

This text font color is #0D3759.


Background Color

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

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

This div background color is #0D3759.


Border color

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

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

This div border color is #0D3759.


Opacity

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

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

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

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

This text has shadow with #0D3759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3759 on black background.


Color preview on white background

This text has color #0D3759 on white background.



Black color preview on #0D3759 background

This text has black color on #0D3759 background.


White color preview on #0D3759 background

This text has white color on #0D3759 background.