COLOR #0D1C50

HEX: #0D1C50
RGB: (13,28,80)

Color info

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

RGB color model

#0D1C50 color RGB value is (13,28,80).

  • red value is 13;
  • green value is 28;
  • blue value is 80.
RGB:
(13,28,80)
(5%,11%,31%)

RGB channels and saturation

R 13 of 255 = 5%
G 28 of 255 = 11%
B 80 of 255 = 31%

13
28
80

R + G + B ~ 16%. #0D1C50 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 28 + 80 = 121 (100%)
R 13 of 121 ~ 10.74%
G 28 of 121 ~ 23.14%
B 80 of 121 ~ 66.12%

%10.74
%23.14
%66.12

CMYK color model

#0D1C50 color CMYK value is (84,65,0,69).

  • cyan value is 83.75%
  • magenta value is 65.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(84,65,0,69)
C84M65Y0K69 
(84%,65%,0%,69%)
(0.84/0.65/0.00/0.69)	

CMYK percentages

%83.75
%65
%0
%68.63

Codes

Color #0D1C50 in popluar color models

0D1C50
RGB132880
HSL227°72.04%18.24%
HSB/HSV227°83.75%31.37%
CMYK83.75%65.00%0.00%
68.63%

Color #0D1C50 in popluar number systems.

HEX0D1C50
Decimal132880
Binary1101111001010000
Octal1534120

Shades and tints

Shades of #0D1C50

#0D1C50
(13,28,80)
#0C1A49
(12,26,73)
#0B1842
(11,24,66)
#0A163B
(10,22,59)
#091434
(9,20,52)
#08122D
(8,18,45)
#071026
(7,16,38)
#060E1F
(6,14,31)
#050C18
(5,12,24)
#040A11
(4,10,17)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #0D1C50

#0D1C50
(13,28,80)
#23305F
(35,48,95)
#39446E
(57,68,110)
#4F587D
(79,88,125)
#656C8C
(101,108,140)
#7B809B
(123,128,155)
#9194AA
(145,148,170)
#A7A8B9
(167,168,185)
#BDBCC8
(189,188,200)
#D3D0D7
(211,208,215)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1C50; }

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

This text font color is #0D1C50.


Background Color

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

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

This div background color is #0D1C50.


Border color

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

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

This div border color is #0D1C50.


Opacity

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

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

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

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

This text has shadow with #0D1C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1C50 on black background.


Color preview on white background

This text has color #0D1C50 on white background.



Black color preview on #0D1C50 background

This text has black color on #0D1C50 background.


White color preview on #0D1C50 background

This text has white color on #0D1C50 background.