COLOR #0D1B60

HEX: #0D1B60
RGB: (13,27,96)

Color info

#0D1B60 contains mainly blue color. Web safe color of #0D1B60 is #003366 (or #036).

RGB color model

#0D1B60 color RGB value is (13,27,96).

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

RGB channels and saturation

R 13 of 255 = 5%
G 27 of 255 = 11%
B 96 of 255 = 38%

13
27
96

R + G + B ~ 18%. #0D1B60 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 27 + 96 = 136 (100%)
R 13 of 136 ~ 9.56%
G 27 of 136 ~ 19.85%
B 96 of 136 ~ 70.59%

%9.56
%19.85
%70.59

CMYK color model

#0D1B60 color CMYK value is (86,72,0,62).

  • cyan value is 86.46%
  • magenta value is 71.88%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(86,72,0,62)
C86M72Y0K62 
(86%,72%,0%,62%)
(0.86/0.72/0.00/0.62)	

CMYK percentages

%86.46
%71.88
%0
%62.35

Codes

Color #0D1B60 in popluar color models

0D1B60
RGB132796
HSL230°76.15%21.37%
HSB/HSV230°86.46%37.65%
CMYK86.46%71.88%0.00%
62.35%

Color #0D1B60 in popluar number systems.

HEX0D1B60
Decimal132796
Binary1101110111100000
Octal1533140

Shades and tints

Shades of #0D1B60

#0D1B60
(13,27,96)
#0C1958
(12,25,88)
#0B1750
(11,23,80)
#0A1548
(10,21,72)
#091340
(9,19,64)
#081138
(8,17,56)
#070F30
(7,15,48)
#060D28
(6,13,40)
#050B20
(5,11,32)
#040918
(4,9,24)
#030710
(3,7,16)
#000000
(0,0,0)

Tints of #0D1B60

#0D1B60
(13,27,96)
#232F6E
(35,47,110)
#39437C
(57,67,124)
#4F578A
(79,87,138)
#656B98
(101,107,152)
#7B7FA6
(123,127,166)
#9193B4
(145,147,180)
#A7A7C2
(167,167,194)
#BDBBD0
(189,187,208)
#D3CFDE
(211,207,222)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1B60; }

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

This text font color is #0D1B60.


Background Color

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

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

This div background color is #0D1B60.


Border color

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

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

This div border color is #0D1B60.


Opacity

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

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

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

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

This text has shadow with #0D1B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1B60 on black background.


Color preview on white background

This text has color #0D1B60 on white background.



Black color preview on #0D1B60 background

This text has black color on #0D1B60 background.


White color preview on #0D1B60 background

This text has white color on #0D1B60 background.