COLOR #0D354E

HEX: #0D354E RGB: (13,53,78)

Color info

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

RGB color model

#0D354E color RGB value is (13,53,78).

RGB: (13,53,78) (5%, 21%, 31%)

RGB channels and saturation

R 13 of 255 = 5%
G 53 of 255 = 21%
B 78 of 255 = 31%

13
53
78

R + G + B ~ 19%. #0D354E is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 53 + 78 = 144 (100%)
R 13 of 144 ~ 9.03%
G 53 of 144 ~ 36.81%
B 78 of 144 ~ 54.17'%

%36.81
%54.17

CMYK color model

#0D354E color CMYK value is (83,32,0,69).

  • cyan value is 83.33%
  • magenta value is 32.05%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (83,32,0,69)
C83M32Y0K69 (83%, 32%, 0%, 69%)
(0.83 / 0.32 / 0.00 / 0.69)

CMYK percentages

%83.33
%32.05
%0
%69.41

Codes

Color #0D354E in popluar color models

0D 35 4E
RGB 13 53 78
HSL 203° 71.43% 17.84%
HSB/HSV 203° 83.33% 30.59%
CMYK 83.33% 32.05% 0.00%
69.41%

Color #0D354E in popluar number systems.

HEX 0D 35 4E
Decimal 13 53 78
Binary 1101 110101 1001110
Octal 15 65 116

Shades and tints

Shades of #0D354E

#0D354E
(13,53,78)
#0C3147
(12,49,71)
#0B2D40
(11,45,64)
#0A2939
(10,41,57)
#092532
(9,37,50)
#08212B
(8,33,43)
#071D24
(7,29,36)
#06191D
(6,25,29)
#051516
(5,21,22)
#04110F
(4,17,15)
#030D08
(3,13,8)
#000000
(0,0,0)

Tints of #0D354E

#0D354E
(13,53,78)
#23475E
(35,71,94)
#39596E
(57,89,110)
#4F6B7E
(79,107,126)
#657D8E
(101,125,142)
#7B8F9E
(123,143,158)
#91A1AE
(145,161,174)
#A7B3BE
(167,179,190)
#BDC5CE
(189,197,206)
#D3D7DE
(211,215,222)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D354E color. Also use rgb(13,53,78) instead hex code.

Text Font Color

.myTextColor { color: #0D354E; }

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

This text font color is #0D354E.

Background Color

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

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

This div background color is #0D354E.

Border color

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

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

This div border color is #0D354E.

Opacity

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

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

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

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

This text has shadow with #0D354E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D354E.

Preview

Color preview on black background

This text has color #0D354E on black background.


Color preview on white background

This text has color #0D354E on white background.


Black color preview on #0D354E background

This text has black color on #0D354E background.


White color preview on #0D354E background

This text has white color on #0D354E background.


Related colors

Complementary color

Complementary color for #hex is #F2CAB1.


I love getcolorcode.com

Triadic colors

1 #4E0D35 and #354E0D with #0D354E are triadic colors.

2 #4E350D and #350D4E with #0D354E are triadic colors.