COLOR #0D054A

HEX: #0D054A
RGB: (13,5,74)

Color info

#0D054A contains mainly blue color. Web safe color of #0D054A is #000033 (or #003).

RGB color model

#0D054A color RGB value is (13,5,74).

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

RGB channels and saturation

R 13 of 255 = 5%
G 5 of 255 = 2%
B 74 of 255 = 29%

13
5
74

R + G + B ~ 12%. #0D054A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 5 + 74 = 92 (100%)
R 13 of 92 ~ 14.13%
G 5 of 92 ~ 5.43%
B 74 of 92 ~ 80.43%

%14.13
%80.43

CMYK color model

#0D054A color CMYK value is (82,93,0,71).

  • cyan value is 82.43%
  • magenta value is 93.24%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(82,93,0,71)
C82M93Y0K71 
(82%,93%,0%,71%)
(0.82/0.93/0.00/0.71)	

CMYK percentages

%82.43
%93.24
%0
%70.98

Codes

Color #0D054A in popluar color models

0D054A
RGB13574
HSL247°87.34%15.49%
HSB/HSV247°93.24%29.02%
CMYK82.43%93.24%0.00%
70.98%

Color #0D054A in popluar number systems.

HEX0D054A
Decimal13574
Binary11011011001010
Octal155112

Shades and tints

Shades of #0D054A

#0D054A
(13,5,74)
#0C0544
(12,5,68)
#0B053E
(11,5,62)
#0A0538
(10,5,56)
#090532
(9,5,50)
#08052C
(8,5,44)
#070526
(7,5,38)
#060520
(6,5,32)
#05051A
(5,5,26)
#040514
(4,5,20)
#03050E
(3,5,14)
#000000
(0,0,0)

Tints of #0D054A

#0D054A
(13,5,74)
#231B5A
(35,27,90)
#39316A
(57,49,106)
#4F477A
(79,71,122)
#655D8A
(101,93,138)
#7B739A
(123,115,154)
#9189AA
(145,137,170)
#A79FBA
(167,159,186)
#BDB5CA
(189,181,202)
#D3CBDA
(211,203,218)
#E9E1EA
(233,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D054A; }

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

This text font color is #0D054A.


Background Color

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

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

This div background color is #0D054A.


Border color

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

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

This div border color is #0D054A.


Opacity

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

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

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

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

This text has shadow with #0D054A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D054A on black background.


Color preview on white background

This text has color #0D054A on white background.



Black color preview on #0D054A background

This text has black color on #0D054A background.


White color preview on #0D054A background

This text has white color on #0D054A background.