COLOR #0D2650

HEX: #0D2650 RGB: (13,38,80)

Color info

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

RGB color model

#0D2650 color RGB value is (13,38,80).

RGB: (13,38,80) (5%, 15%, 31%)

RGB channels and saturation

R 13 of 255 = 5%
G 38 of 255 = 15%
B 80 of 255 = 31%

13
38
80

R + G + B ~ 17%. #0D2650 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 38 + 80 = 131 (100%)
R 13 of 131 ~ 9.92%
G 38 of 131 ~ 29.01%
B 80 of 131 ~ 61.07'%

%29.01
%61.07

CMYK color model

#0D2650 color CMYK value is (84,53,0,69).

  • cyan value is 83.75%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (84,53,0,69)
C84M53Y0K69 (84%, 53%, 0%, 69%)
(0.84 / 0.53 / 0.00 / 0.69)

CMYK percentages

%83.75
%52.5
%0
%68.63

Codes

Color #0D2650 in popluar color models

0D 26 50
RGB 13 38 80
HSL 218° 72.04% 18.24%
HSB/HSV 218° 83.75% 31.37%
CMYK 83.75% 52.50% 0.00%
68.63%

Color #0D2650 in popluar number systems.

HEX 0D 26 50
Decimal 13 38 80
Binary 1101 100110 1010000
Octal 15 46 120

Shades and tints

Shades of #0D2650

#0D2650
(13,38,80)
#0C2349
(12,35,73)
#0B2042
(11,32,66)
#0A1D3B
(10,29,59)
#091A34
(9,26,52)
#08172D
(8,23,45)
#071426
(7,20,38)
#06111F
(6,17,31)
#050E18
(5,14,24)
#040B11
(4,11,17)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #0D2650

#0D2650
(13,38,80)
#23395F
(35,57,95)
#394C6E
(57,76,110)
#4F5F7D
(79,95,125)
#65728C
(101,114,140)
#7B859B
(123,133,155)
#9198AA
(145,152,170)
#A7ABB9
(167,171,185)
#BDBEC8
(189,190,200)
#D3D1D7
(211,209,215)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2650 color. Also use rgb(13,38,80) instead hex code.

Text Font Color

.myTextColor { color: #0D2650; }

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

This text font color is #0D2650.

Background Color

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

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

This div background color is #0D2650.

Border color

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

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

This div border color is #0D2650.

Opacity

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

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

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

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

This text has shadow with #0D2650 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2650.

Preview

Color preview on black background

This text has color #0D2650 on black background.


Color preview on white background

This text has color #0D2650 on white background.


Black color preview on #0D2650 background

This text has black color on #0D2650 background.


White color preview on #0D2650 background

This text has white color on #0D2650 background.


Related colors

Complementary color

Complementary color for #hex is #F2D9AF.


I love getcolorcode.com

Triadic colors

1 #500D26 and #26500D with #0D2650 are triadic colors.

2 #50260D and #260D50 with #0D2650 are triadic colors.