COLOR #0D0F7A

HEX: #0D0F7A
RGB: (13,15,122)

Color info

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

RGB color model

#0D0F7A color RGB value is (13,15,122).

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

RGB channels and saturation

R 13 of 255 = 5%
G 15 of 255 = 6%
B 122 of 255 = 48%

13
15
122

R + G + B ~ 20%. #0D0F7A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 15 + 122 = 150 (100%)
R 13 of 150 ~ 8.67%
G 15 of 150 ~ 10%
B 122 of 150 ~ 81.33%

%10
%81.33

CMYK color model

#0D0F7A color CMYK value is (89,88,0,52).

  • cyan value is 89.34%
  • magenta value is 87.70%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(89,88,0,52)
C89M88Y0K52 
(89%,88%,0%,52%)
(0.89/0.88/0.00/0.52)	

CMYK percentages

%89.34
%87.7
%0
%52.16

Codes

Color #0D0F7A in popluar color models

0D0F7A
RGB1315122
HSL239°80.74%26.47%
HSB/HSV239°89.34%47.84%
CMYK89.34%87.70%0.00%
52.16%

Color #0D0F7A in popluar number systems.

HEX0D0F7A
Decimal1315122
Binary110111111111010
Octal1517172

Shades and tints

Shades of #0D0F7A

#0D0F7A
(13,15,122)
#0C0E6F
(12,14,111)
#0B0D64
(11,13,100)
#0A0C59
(10,12,89)
#090B4E
(9,11,78)
#080A43
(8,10,67)
#070938
(7,9,56)
#06082D
(6,8,45)
#050722
(5,7,34)
#040617
(4,6,23)
#03050C
(3,5,12)
#000000
(0,0,0)

Tints of #0D0F7A

#0D0F7A
(13,15,122)
#232486
(35,36,134)
#393992
(57,57,146)
#4F4E9E
(79,78,158)
#6563AA
(101,99,170)
#7B78B6
(123,120,182)
#918DC2
(145,141,194)
#A7A2CE
(167,162,206)
#BDB7DA
(189,183,218)
#D3CCE6
(211,204,230)
#E9E1F2
(233,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0F7A; }

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

This text font color is #0D0F7A.


Background Color

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

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

This div background color is #0D0F7A.


Border color

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

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

This div border color is #0D0F7A.


Opacity

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

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

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

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

This text has shadow with #0D0F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0F7A on black background.


Color preview on white background

This text has color #0D0F7A on white background.



Black color preview on #0D0F7A background

This text has black color on #0D0F7A background.


White color preview on #0D0F7A background

This text has white color on #0D0F7A background.