COLOR #0D0F70

HEX: #0D0F70
RGB: (13,15,112)

Color info

#0D0F70 contains mainly blue color. Web safe color of #0D0F70 is #000066 (or #006).

RGB color model

#0D0F70 color RGB value is (13,15,112).

  • red value is 13;
  • green value is 15;
  • blue value is 112.
RGB:
(13,15,112)
(5%,6%,44%)

RGB channels and saturation

R 13 of 255 = 5%
G 15 of 255 = 6%
B 112 of 255 = 44%

13
15
112

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

Portions of RGB colors in percentages

R + G + B =
13 + 15 + 112 = 140 (100%)
R 13 of 140 ~ 9.29%
G 15 of 140 ~ 10.71%
B 112 of 140 ~ 80%

%10.71
%80

CMYK color model

#0D0F70 color CMYK value is (88,87,0,56).

  • cyan value is 88.39%
  • magenta value is 86.61%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(88,87,0,56)
C88M87Y0K56 
(88%,87%,0%,56%)
(0.88/0.87/0.00/0.56)	

CMYK percentages

%88.39
%86.61
%0
%56.08

Codes

Color #0D0F70 in popluar color models

0D0F70
RGB1315112
HSL239°79.20%24.51%
HSB/HSV239°88.39%43.92%
CMYK88.39%86.61%0.00%
56.08%

Color #0D0F70 in popluar number systems.

HEX0D0F70
Decimal1315112
Binary110111111110000
Octal1517160

Shades and tints

Shades of #0D0F70

#0D0F70
(13,15,112)
#0C0E66
(12,14,102)
#0B0D5C
(11,13,92)
#0A0C52
(10,12,82)
#090B48
(9,11,72)
#080A3E
(8,10,62)
#070934
(7,9,52)
#06082A
(6,8,42)
#050720
(5,7,32)
#040616
(4,6,22)
#03050C
(3,5,12)
#000000
(0,0,0)

Tints of #0D0F70

#0D0F70
(13,15,112)
#23247D
(35,36,125)
#39398A
(57,57,138)
#4F4E97
(79,78,151)
#6563A4
(101,99,164)
#7B78B1
(123,120,177)
#918DBE
(145,141,190)
#A7A2CB
(167,162,203)
#BDB7D8
(189,183,216)
#D3CCE5
(211,204,229)
#E9E1F2
(233,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D0F70 color. Also use rgb(13,15,112) instead hex code.

Text Font Color

.myTextColor { color: #0D0F70; }

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

This text font color is #0D0F70.


Background Color

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

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

This div background color is #0D0F70.


Border color

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

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

This div border color is #0D0F70.


Opacity

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

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

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

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

This text has shadow with #0D0F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0F70 on black background.


Color preview on white background

This text has color #0D0F70 on white background.



Black color preview on #0D0F70 background

This text has black color on #0D0F70 background.


White color preview on #0D0F70 background

This text has white color on #0D0F70 background.