COLOR #0D2D62

HEX: #0D2D62 RGB: (13,45,98)

Color info

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

RGB color model

#0D2D62 color RGB value is (13,45,98).

RGB: (13,45,98) (5%, 18%, 38%)

RGB channels and saturation

R 13 of 255 = 5%
G 45 of 255 = 18%
B 98 of 255 = 38%

13
45
98

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

Portions of RGB colors in percentages

R + G + B = 13 + 45 + 98 = 156 (100%)
R 13 of 156 ~ 8.33%
G 45 of 156 ~ 28.85%
B 98 of 156 ~ 62.82'%

%28.85
%62.82

CMYK color model

#0D2D62 color CMYK value is (87,54,0,62).

  • cyan value is 86.73%
  • magenta value is 54.08%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (87,54,0,62)
C87M54Y0K62 (87%, 54%, 0%, 62%)
(0.87 / 0.54 / 0.00 / 0.62)

CMYK percentages

%86.73
%54.08
%0
%61.57

Codes

Color #0D2D62 in popluar color models

0D 2D 62
RGB 13 45 98
HSL 217° 76.58% 21.76%
HSB/HSV 217° 86.73% 38.43%
CMYK 86.73% 54.08% 0.00%
61.57%

Color #0D2D62 in popluar number systems.

HEX 0D 2D 62
Decimal 13 45 98
Binary 1101 101101 1100010
Octal 15 55 142

Shades and tints

Shades of #0D2D62

#0D2D62
(13,45,98)
#0C295A
(12,41,90)
#0B2552
(11,37,82)
#0A214A
(10,33,74)
#091D42
(9,29,66)
#08193A
(8,25,58)
#071532
(7,21,50)
#06112A
(6,17,42)
#050D22
(5,13,34)
#04091A
(4,9,26)
#030512
(3,5,18)
#000000
(0,0,0)

Tints of #0D2D62

#0D2D62
(13,45,98)
#234070
(35,64,112)
#39537E
(57,83,126)
#4F668C
(79,102,140)
#65799A
(101,121,154)
#7B8CA8
(123,140,168)
#919FB6
(145,159,182)
#A7B2C4
(167,178,196)
#BDC5D2
(189,197,210)
#D3D8E0
(211,216,224)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2D62 color. Also use rgb(13,45,98) instead hex code.

Text Font Color

.myTextColor { color: #0D2D62; }

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

This text font color is #0D2D62.

Background Color

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

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

This div background color is #0D2D62.

Border color

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

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

This div border color is #0D2D62.

Opacity

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

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

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

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

This text has shadow with #0D2D62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2D62.

Preview

Color preview on black background

This text has color #0D2D62 on black background.


Color preview on white background

This text has color #0D2D62 on white background.


Black color preview on #0D2D62 background

This text has black color on #0D2D62 background.


White color preview on #0D2D62 background

This text has white color on #0D2D62 background.


Related colors

Complementary color

Complementary color for #hex is #F2D29D.


I love getcolorcode.com

Triadic colors

1 #620D2D and #2D620D with #0D2D62 are triadic colors.

2 #622D0D and #2D0D62 with #0D2D62 are triadic colors.