COLOR #0D2F60

HEX: #0D2F60
RGB: (13,47,96)

Color info

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

RGB color model

#0D2F60 color RGB value is (13,47,96).

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

RGB channels and saturation

R 13 of 255 = 5%
G 47 of 255 = 18%
B 96 of 255 = 38%

13
47
96

R + G + B ~ 20%. #0D2F60 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 47 + 96 = 156 (100%)
R 13 of 156 ~ 8.33%
G 47 of 156 ~ 30.13%
B 96 of 156 ~ 61.54%

%30.13
%61.54

CMYK color model

#0D2F60 color CMYK value is (86,51,0,62).

  • cyan value is 86.46%
  • magenta value is 51.04%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(86,51,0,62)
C86M51Y0K62 
(86%,51%,0%,62%)
(0.86/0.51/0.00/0.62)	

CMYK percentages

%86.46
%51.04
%0
%62.35

Codes

Color #0D2F60 in popluar color models

0D2F60
RGB134796
HSL215°76.15%21.37%
HSB/HSV215°86.46%37.65%
CMYK86.46%51.04%0.00%
62.35%

Color #0D2F60 in popluar number systems.

HEX0D2F60
Decimal134796
Binary11011011111100000
Octal1557140

Shades and tints

Shades of #0D2F60

#0D2F60
(13,47,96)
#0C2B58
(12,43,88)
#0B2750
(11,39,80)
#0A2348
(10,35,72)
#091F40
(9,31,64)
#081B38
(8,27,56)
#071730
(7,23,48)
#061328
(6,19,40)
#050F20
(5,15,32)
#040B18
(4,11,24)
#030710
(3,7,16)
#000000
(0,0,0)

Tints of #0D2F60

#0D2F60
(13,47,96)
#23416E
(35,65,110)
#39537C
(57,83,124)
#4F658A
(79,101,138)
#657798
(101,119,152)
#7B89A6
(123,137,166)
#919BB4
(145,155,180)
#A7ADC2
(167,173,194)
#BDBFD0
(189,191,208)
#D3D1DE
(211,209,222)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2F60; }

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

This text font color is #0D2F60.


Background Color

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

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

This div background color is #0D2F60.


Border color

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

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

This div border color is #0D2F60.


Opacity

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

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

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

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

This text has shadow with #0D2F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2F60 on black background.


Color preview on white background

This text has color #0D2F60 on white background.



Black color preview on #0D2F60 background

This text has black color on #0D2F60 background.


White color preview on #0D2F60 background

This text has white color on #0D2F60 background.