COLOR #0D1D7C

HEX: #0D1D7C
RGB: (13,29,124)

Color info

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

RGB color model

#0D1D7C color RGB value is (13,29,124).

  • red value is 13;
  • green value is 29;
  • blue value is 124.
RGB:
(13,29,124)
(5%,11%,49%)

RGB channels and saturation

R 13 of 255 = 5%
G 29 of 255 = 11%
B 124 of 255 = 49%

13
29
124

R + G + B ~ 22%. #0D1D7C is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 29 + 124 = 166 (100%)
R 13 of 166 ~ 7.83%
G 29 of 166 ~ 17.47%
B 124 of 166 ~ 74.7%

%17.47
%74.7

CMYK color model

#0D1D7C color CMYK value is (90,77,0,51).

  • cyan value is 89.52%
  • magenta value is 76.61%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(90,77,0,51)
C90M77Y0K51 
(90%,77%,0%,51%)
(0.90/0.77/0.00/0.51)	

CMYK percentages

%89.52
%76.61
%0
%51.37

Codes

Color #0D1D7C in popluar color models

0D1D7C
RGB1329124
HSL231°81.02%26.86%
HSB/HSV231°89.52%48.63%
CMYK89.52%76.61%0.00%
51.37%

Color #0D1D7C in popluar number systems.

HEX0D1D7C
Decimal1329124
Binary1101111011111100
Octal1535174

Shades and tints

Shades of #0D1D7C

#0D1D7C
(13,29,124)
#0C1B71
(12,27,113)
#0B1966
(11,25,102)
#0A175B
(10,23,91)
#091550
(9,21,80)
#081345
(8,19,69)
#07113A
(7,17,58)
#060F2F
(6,15,47)
#050D24
(5,13,36)
#040B19
(4,11,25)
#03090E
(3,9,14)
#000000
(0,0,0)

Tints of #0D1D7C

#0D1D7C
(13,29,124)
#233187
(35,49,135)
#394592
(57,69,146)
#4F599D
(79,89,157)
#656DA8
(101,109,168)
#7B81B3
(123,129,179)
#9195BE
(145,149,190)
#A7A9C9
(167,169,201)
#BDBDD4
(189,189,212)
#D3D1DF
(211,209,223)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1D7C color. Also use rgb(13,29,124) instead hex code.

Text Font Color

.myTextColor { color: #0D1D7C; }

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

This text font color is #0D1D7C.


Background Color

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

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

This div background color is #0D1D7C.


Border color

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

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

This div border color is #0D1D7C.


Opacity

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

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

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

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

This text has shadow with #0D1D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1D7C on black background.


Color preview on white background

This text has color #0D1D7C on white background.



Black color preview on #0D1D7C background

This text has black color on #0D1D7C background.


White color preview on #0D1D7C background

This text has white color on #0D1D7C background.