COLOR #0D054E

HEX: #0D054E
RGB: (13,5,78)

Color info

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

RGB color model

#0D054E color RGB value is (13,5,78).

  • red value is 13;
  • green value is 5;
  • blue value is 78.
RGB:
(13,5,78)
(5%,2%,31%)

RGB channels and saturation

R 13 of 255 = 5%
G 5 of 255 = 2%
B 78 of 255 = 31%

13
5
78

R + G + B ~ 13%. #0D054E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 5 + 78 = 96 (100%)
R 13 of 96 ~ 13.54%
G 5 of 96 ~ 5.21%
B 78 of 96 ~ 81.25%

%13.54
%81.25

CMYK color model

#0D054E color CMYK value is (83,94,0,69).

  • cyan value is 83.33%
  • magenta value is 93.59%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(83,94,0,69)
C83M94Y0K69 
(83%,94%,0%,69%)
(0.83/0.94/0.00/0.69)	

CMYK percentages

%83.33
%93.59
%0
%69.41

Codes

Color #0D054E in popluar color models

0D054E
RGB13578
HSL247°87.95%16.27%
HSB/HSV247°93.59%30.59%
CMYK83.33%93.59%0.00%
69.41%

Color #0D054E in popluar number systems.

HEX0D054E
Decimal13578
Binary11011011001110
Octal155116

Shades and tints

Shades of #0D054E

#0D054E
(13,5,78)
#0C0547
(12,5,71)
#0B0540
(11,5,64)
#0A0539
(10,5,57)
#090532
(9,5,50)
#08052B
(8,5,43)
#070524
(7,5,36)
#06051D
(6,5,29)
#050516
(5,5,22)
#04050F
(4,5,15)
#030508
(3,5,8)
#000000
(0,0,0)

Tints of #0D054E

#0D054E
(13,5,78)
#231B5E
(35,27,94)
#39316E
(57,49,110)
#4F477E
(79,71,126)
#655D8E
(101,93,142)
#7B739E
(123,115,158)
#9189AE
(145,137,174)
#A79FBE
(167,159,190)
#BDB5CE
(189,181,206)
#D3CBDE
(211,203,222)
#E9E1EE
(233,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D054E color. Also use rgb(13,5,78) instead hex code.

Text Font Color

.myTextColor { color: #0D054E; }

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

This text font color is #0D054E.


Background Color

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

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

This div background color is #0D054E.


Border color

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

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

This div border color is #0D054E.


Opacity

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

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

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

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

This text has shadow with #0D054E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D054E on black background.


Color preview on white background

This text has color #0D054E on white background.



Black color preview on #0D054E background

This text has black color on #0D054E background.


White color preview on #0D054E background

This text has white color on #0D054E background.