COLOR #0D3360

HEX: #0D3360
RGB: (13,51,96)

Color info

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

RGB color model

#0D3360 color RGB value is (13,51,96).

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

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 96 of 255 = 38%

13
51
96

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

Portions of RGB colors in percentages

R + G + B =
13 + 51 + 96 = 160 (100%)
R 13 of 160 ~ 8.13%
G 51 of 160 ~ 31.88%
B 96 of 160 ~ 60%

%31.88
%60

CMYK color model

#0D3360 color CMYK value is (86,47,0,62).

  • cyan value is 86.46%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK: (86,47,0,62) C86M47Y0K62 (86%,47%,0%,62%) (0.86/0.47/0.00/0.62)

CMYK percentages

%86.46
%46.88
%0
%62.35

Codes

Color #0D3360 in popluar color models

0D3360
RGB135196
HSL213°76.15%21.37%
HSB/HSV213°86.46%37.65%
CMYK86.46%46.88%0.00%
62.35%

Color #0D3360 in popluar number systems.

HEX0D3360
Decimal135196
Binary11011100111100000
Octal1563140

Shades and tints

Shades of #0D3360

#0D3360
(13,51,96)
#0C2F58
(12,47,88)
#0B2B50
(11,43,80)
#0A2748
(10,39,72)
#092340
(9,35,64)
#081F38
(8,31,56)
#071B30
(7,27,48)
#061728
(6,23,40)
#051320
(5,19,32)
#040F18
(4,15,24)
#030B10
(3,11,16)
#000000
(0,0,0)

Tints of #0D3360

#0D3360
(13,51,96)
#23456E
(35,69,110)
#39577C
(57,87,124)
#4F698A
(79,105,138)
#657B98
(101,123,152)
#7B8DA6
(123,141,166)
#919FB4
(145,159,180)
#A7B1C2
(167,177,194)
#BDC3D0
(189,195,208)
#D3D5DE
(211,213,222)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3360; }

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

This text font color is #0D3360.


Background Color

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

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

This div background color is #0D3360.


Border color

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

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

This div border color is #0D3360.


Opacity

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

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

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

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

This text has shadow with #0D3360 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0D3360 on black background.


Color preview on white background

This text has color #0D3360 on white background.



Black color preview on #0D3360 background

This text has black color on #0D3360 background.


White color preview on #0D3360 background

This text has white color on #0D3360 background.