COLOR #0D0F8C

HEX: #0D0F8C
RGB: (13,15,140)

Color info

#0D0F8C contains mainly blue color. Web safe color of #0D0F8C is #000099 (or #009).

RGB color model

#0D0F8C color RGB value is (13,15,140).

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

RGB channels and saturation

R 13 of 255 = 5%
G 15 of 255 = 6%
B 140 of 255 = 55%

13
15
140

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

Portions of RGB colors in percentages

R + G + B =
13 + 15 + 140 = 168 (100%)
R 13 of 168 ~ 7.74%
G 15 of 168 ~ 8.93%
B 140 of 168 ~ 83.33%

%83.33

CMYK color model

#0D0F8C color CMYK value is (91,89,0,45).

  • cyan value is 90.71%
  • magenta value is 89.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(91,89,0,45)
C91M89Y0K45 
(91%,89%,0%,45%)
(0.91/0.89/0.00/0.45)	

CMYK percentages

%90.71
%89.29
%0
%45.1

Codes

Color #0D0F8C in popluar color models

0D0F8C
RGB1315140
HSL239°83.01%30.00%
HSB/HSV239°90.71%54.90%
CMYK90.71%89.29%0.00%
45.10%

Color #0D0F8C in popluar number systems.

HEX0D0F8C
Decimal1315140
Binary1101111110001100
Octal1517214

Shades and tints

Shades of #0D0F8C

#0D0F8C
(13,15,140)
#0C0E80
(12,14,128)
#0B0D74
(11,13,116)
#0A0C68
(10,12,104)
#090B5C
(9,11,92)
#080A50
(8,10,80)
#070944
(7,9,68)
#060838
(6,8,56)
#05072C
(5,7,44)
#040620
(4,6,32)
#030514
(3,5,20)
#000000
(0,0,0)

Tints of #0D0F8C

#0D0F8C
(13,15,140)
#232496
(35,36,150)
#3939A0
(57,57,160)
#4F4EAA
(79,78,170)
#6563B4
(101,99,180)
#7B78BE
(123,120,190)
#918DC8
(145,141,200)
#A7A2D2
(167,162,210)
#BDB7DC
(189,183,220)
#D3CCE6
(211,204,230)
#E9E1F0
(233,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0F8C; }

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

This text font color is #0D0F8C.


Background Color

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

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

This div background color is #0D0F8C.


Border color

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

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

This div border color is #0D0F8C.


Opacity

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

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

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

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

This text has shadow with #0D0F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0F8C on black background.


Color preview on white background

This text has color #0D0F8C on white background.



Black color preview on #0D0F8C background

This text has black color on #0D0F8C background.


White color preview on #0D0F8C background

This text has white color on #0D0F8C background.