COLOR #0A083F

HEX: #0A083F RGB: (10,8,63)

Color info

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

RGB color model

#0A083F color RGB value is (10,8,63).

RGB: (10,8,63) (4%, 3%, 25%)

RGB channels and saturation

R 10 of 255 = 4%
G 8 of 255 = 3%
B 63 of 255 = 25%

10
8
63

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

Portions of RGB colors in percentages

R + G + B = 10 + 8 + 63 = 81 (100%)
R 10 of 81 ~ 12.35%
G 8 of 81 ~ 9.88%
B 63 of 81 ~ 77.78'%

%12.35
%77.78

CMYK color model

#0A083F color CMYK value is (84,87,0,75).

  • cyan value is 84.13%
  • magenta value is 87.30%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (84,87,0,75)
C84M87Y0K75 (84%, 87%, 0%, 75%)
(0.84 / 0.87 / 0.00 / 0.75)

CMYK percentages

%84.13
%87.3
%0
%75.29

Codes

Color #0A083F in popluar color models

0A 08 3F
RGB 10 8 63
HSL 242° 77.46% 13.92%
HSB/HSV 242° 87.30% 24.71%
CMYK 84.13% 87.30% 0.00%
75.29%

Color #0A083F in popluar number systems.

HEX 0A 08 3F
Decimal 10 8 63
Binary 1010 1000 111111
Octal 12 10 77

Shades and tints

Shades of #0A083F

#0A083F
(10,8,63)
#0A083A
(10,8,58)
#0A0835
(10,8,53)
#0A0830
(10,8,48)
#0A082B
(10,8,43)
#0A0826
(10,8,38)
#0A0821
(10,8,33)
#0A081C
(10,8,28)
#0A0817
(10,8,23)
#0A0812
(10,8,18)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #0A083F

#0A083F
(10,8,63)
#201E50
(32,30,80)
#363461
(54,52,97)
#4C4A72
(76,74,114)
#626083
(98,96,131)
#787694
(120,118,148)
#8E8CA5
(142,140,165)
#A4A2B6
(164,162,182)
#BAB8C7
(186,184,199)
#D0CED8
(208,206,216)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A083F; }

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

This text font color is #0A083F.

Background Color

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

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

This div background color is #0A083F.

Border color

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

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

This div border color is #0A083F.

Opacity

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

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

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

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

This text has shadow with #0A083F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A083F.

Preview

Color preview on black background

This text has color #0A083F on black background.


Color preview on white background

This text has color #0A083F on white background.


Black color preview on #0A083F background

This text has black color on #0A083F background.


White color preview on #0A083F background

This text has white color on #0A083F background.


Related colors

Complementary color

Complementary color for #hex is #F5F7C0.


I love getcolorcode.com

Triadic colors

1 #3F0A08 and #083F0A with #0A083F are triadic colors.

2 #3F080A and #080A3F with #0A083F are triadic colors.