COLOR #0D077C

HEX: #0D077C
RGB: (13,7,124)

Color info

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

RGB color model

#0D077C color RGB value is (13,7,124).

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

RGB channels and saturation

R 13 of 255 = 5%
G 7 of 255 = 3%
B 124 of 255 = 49%

13
7
124

R + G + B ~ 19%. #0D077C is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 7 + 124 = 144 (100%)
R 13 of 144 ~ 9.03%
G 7 of 144 ~ 4.86%
B 124 of 144 ~ 86.11%

%86.11

CMYK color model

#0D077C color CMYK value is (90,94,0,51).

  • cyan value is 89.52%
  • magenta value is 94.35%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(90,94,0,51)
C90M94Y0K51 
(90%,94%,0%,51%)
(0.90/0.94/0.00/0.51)	

CMYK percentages

%89.52
%94.35
%0
%51.37

Codes

Color #0D077C in popluar color models

0D077C
RGB137124
HSL243°89.31%25.69%
HSB/HSV243°94.35%48.63%
CMYK89.52%94.35%0.00%
51.37%

Color #0D077C in popluar number systems.

HEX0D077C
Decimal137124
Binary11011111111100
Octal157174

Shades and tints

Shades of #0D077C

#0D077C
(13,7,124)
#0C0771
(12,7,113)
#0B0766
(11,7,102)
#0A075B
(10,7,91)
#090750
(9,7,80)
#080745
(8,7,69)
#07073A
(7,7,58)
#06072F
(6,7,47)
#050724
(5,7,36)
#040719
(4,7,25)
#03070E
(3,7,14)
#000000
(0,0,0)

Tints of #0D077C

#0D077C
(13,7,124)
#231D87
(35,29,135)
#393392
(57,51,146)
#4F499D
(79,73,157)
#655FA8
(101,95,168)
#7B75B3
(123,117,179)
#918BBE
(145,139,190)
#A7A1C9
(167,161,201)
#BDB7D4
(189,183,212)
#D3CDDF
(211,205,223)
#E9E3EA
(233,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D077C; }

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

This text font color is #0D077C.


Background Color

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

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

This div background color is #0D077C.


Border color

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

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

This div border color is #0D077C.


Opacity

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

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

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

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

This text has shadow with #0D077C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D077C on black background.


Color preview on white background

This text has color #0D077C on white background.



Black color preview on #0D077C background

This text has black color on #0D077C background.


White color preview on #0D077C background

This text has white color on #0D077C background.