COLOR #0D104A

HEX: #0D104A
RGB: (13,16,74)

Color info

#0D104A contains mainly green and blue colors. Web safe color of #0D104A is #000033 (or #003).

RGB color model

#0D104A color RGB value is (13,16,74).

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

RGB channels and saturation

R 13 of 255 = 5%
G 16 of 255 = 6%
B 74 of 255 = 29%

13
16
74

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

Portions of RGB colors in percentages

R + G + B =
13 + 16 + 74 = 103 (100%)
R 13 of 103 ~ 12.62%
G 16 of 103 ~ 15.53%
B 74 of 103 ~ 71.84%

%12.62
%15.53
%71.84

CMYK color model

#0D104A color CMYK value is (82,78,0,71).

  • cyan value is 82.43%
  • magenta value is 78.38%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(82,78,0,71)
C82M78Y0K71 
(82%,78%,0%,71%)
(0.82/0.78/0.00/0.71)	

CMYK percentages

%82.43
%78.38
%0
%70.98

Codes

Color #0D104A in popluar color models

0D104A
RGB131674
HSL237°70.11%17.06%
HSB/HSV237°82.43%29.02%
CMYK82.43%78.38%0.00%
70.98%

Color #0D104A in popluar number systems.

HEX0D104A
Decimal131674
Binary1101100001001010
Octal1520112

Shades and tints

Shades of #0D104A

#0D104A
(13,16,74)
#0C0F44
(12,15,68)
#0B0E3E
(11,14,62)
#0A0D38
(10,13,56)
#090C32
(9,12,50)
#080B2C
(8,11,44)
#070A26
(7,10,38)
#060920
(6,9,32)
#05081A
(5,8,26)
#040714
(4,7,20)
#03060E
(3,6,14)
#000000
(0,0,0)

Tints of #0D104A

#0D104A
(13,16,74)
#23255A
(35,37,90)
#393A6A
(57,58,106)
#4F4F7A
(79,79,122)
#65648A
(101,100,138)
#7B799A
(123,121,154)
#918EAA
(145,142,170)
#A7A3BA
(167,163,186)
#BDB8CA
(189,184,202)
#D3CDDA
(211,205,218)
#E9E2EA
(233,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D104A; }

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

This text font color is #0D104A.


Background Color

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

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

This div background color is #0D104A.


Border color

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

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

This div border color is #0D104A.


Opacity

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

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

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

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

This text has shadow with #0D104A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D104A on black background.


Color preview on white background

This text has color #0D104A on white background.



Black color preview on #0D104A background

This text has black color on #0D104A background.


White color preview on #0D104A background

This text has white color on #0D104A background.