COLOR #0A0D3F

HEX: #0A0D3F
RGB: (10,13,63)

Color info

#0A0D3F contains red, green and blue colors in about the same proportion. Web safe color of #0A0D3F is #000033 (or #003).

RGB color model

#0A0D3F color RGB value is (10,13,63).

  • red value is 10;
  • green value is 13;
  • blue value is 63.
RGB:
(10,13,63)
(4%,5%,25%)

RGB channels and saturation

R 10 of 255 = 4%
G 13 of 255 = 5%
B 63 of 255 = 25%

10
13
63

R + G + B ~ 11%. #0A0D3F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 13 + 63 = 86 (100%)
R 10 of 86 ~ 11.63%
G 13 of 86 ~ 15.12%
B 63 of 86 ~ 73.26%

%11.63
%15.12
%73.26

CMYK color model

#0A0D3F color CMYK value is (84,79,0,75).

  • cyan value is 84.13%
  • magenta value is 79.37%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(84,79,0,75)
C84M79Y0K75 
(84%,79%,0%,75%)
(0.84/0.79/0.00/0.75)	

CMYK percentages

%84.13
%79.37
%0
%75.29

Codes

Color #0A0D3F in popluar color models

0A0D3F
RGB101363
HSL237°72.60%14.31%
HSB/HSV237°84.13%24.71%
CMYK84.13%79.37%0.00%
75.29%

Color #0A0D3F in popluar number systems.

HEX0A0D3F
Decimal101363
Binary10101101111111
Octal121577

Shades and tints

Shades of #0A0D3F

#0A0D3F
(10,13,63)
#0A0C3A
(10,12,58)
#0A0B35
(10,11,53)
#0A0A30
(10,10,48)
#0A092B
(10,9,43)
#0A0826
(10,8,38)
#0A0721
(10,7,33)
#0A061C
(10,6,28)
#0A0517
(10,5,23)
#0A0412
(10,4,18)
#0A030D
(10,3,13)
#000000
(0,0,0)

Tints of #0A0D3F

#0A0D3F
(10,13,63)
#202350
(32,35,80)
#363961
(54,57,97)
#4C4F72
(76,79,114)
#626583
(98,101,131)
#787B94
(120,123,148)
#8E91A5
(142,145,165)
#A4A7B6
(164,167,182)
#BABDC7
(186,189,199)
#D0D3D8
(208,211,216)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A0D3F color. Also use rgb(10,13,63) instead hex code.

Text Font Color

.myTextColor { color: #0A0D3F; }

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

This text font color is #0A0D3F.


Background Color

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

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

This div background color is #0A0D3F.


Border color

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

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

This div border color is #0A0D3F.


Opacity

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

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

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

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

This text has shadow with #0A0D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0D3F on black background.


Color preview on white background

This text has color #0A0D3F on white background.



Black color preview on #0A0D3F background

This text has black color on #0A0D3F background.


White color preview on #0A0D3F background

This text has white color on #0A0D3F background.