COLOR #0A0D46

HEX: #0A0D46 RGB: (10,13,70)

Color info

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

RGB color model

#0A0D46 color RGB value is (10,13,70).

RGB: (10,13,70) (4%, 5%, 27%)

RGB channels and saturation

R 10 of 255 = 4%
G 13 of 255 = 5%
B 70 of 255 = 27%

10
13
70

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

Portions of RGB colors in percentages

R + G + B = 10 + 13 + 70 = 93 (100%)
R 10 of 93 ~ 10.75%
G 13 of 93 ~ 13.98%
B 70 of 93 ~ 75.27'%

%10.75
%13.98
%75.27

CMYK color model

#0A0D46 color CMYK value is (86,81,0,73).

  • cyan value is 85.71%
  • magenta value is 81.43%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (86,81,0,73)
C86M81Y0K73 (86%, 81%, 0%, 73%)
(0.86 / 0.81 / 0.00 / 0.73)

CMYK percentages

%85.71
%81.43
%0
%72.55

Codes

Color #0A0D46 in popluar color models

0A 0D 46
RGB 10 13 70
HSL 237° 75.00% 15.69%
HSB/HSV 237° 85.71% 27.45%
CMYK 85.71% 81.43% 0.00%
72.55%

Color #0A0D46 in popluar number systems.

HEX 0A 0D 46
Decimal 10 13 70
Binary 1010 1101 1000110
Octal 12 15 106

Shades and tints

Shades of #0A0D46

#0A0D46
(10,13,70)
#0A0C40
(10,12,64)
#0A0B3A
(10,11,58)
#0A0A34
(10,10,52)
#0A092E
(10,9,46)
#0A0828
(10,8,40)
#0A0722
(10,7,34)
#0A061C
(10,6,28)
#0A0516
(10,5,22)
#0A0410
(10,4,16)
#0A030A
(10,3,10)
#000000
(0,0,0)

Tints of #0A0D46

#0A0D46
(10,13,70)
#202356
(32,35,86)
#363966
(54,57,102)
#4C4F76
(76,79,118)
#626586
(98,101,134)
#787B96
(120,123,150)
#8E91A6
(142,145,166)
#A4A7B6
(164,167,182)
#BABDC6
(186,189,198)
#D0D3D6
(208,211,214)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0D46; }

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

This text font color is #0A0D46.

Background Color

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

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

This div background color is #0A0D46.

Border color

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

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

This div border color is #0A0D46.

Opacity

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

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

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

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

This text has shadow with #0A0D46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A0D46.

Preview

Color preview on black background

This text has color #0A0D46 on black background.


Color preview on white background

This text has color #0A0D46 on white background.


Black color preview on #0A0D46 background

This text has black color on #0A0D46 background.


White color preview on #0A0D46 background

This text has white color on #0A0D46 background.


Related colors

Complementary color

Complementary color for #hex is #F5F2B9.


I love getcolorcode.com

Triadic colors

1 #460A0D and #0D460A with #0A0D46 are triadic colors.

2 #460D0A and #0D0A46 with #0A0D46 are triadic colors.