COLOR #0A073F

HEX: #0A073F RGB: (10,7,63)

Color info

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

RGB color model

#0A073F color RGB value is (10,7,63).

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

RGB channels and saturation

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

10
7
63

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

Portions of RGB colors in percentages

R + G + B = 10 + 7 + 63 = 80 (100%)
R 10 of 80 ~ 12.5%
G 7 of 80 ~ 8.75%
B 63 of 80 ~ 78.75'%

%12.5
%78.75

CMYK color model

#0A073F color CMYK value is (84,89,0,75).

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

CMYK: (84,89,0,75)
C84M89Y0K75 (84%, 89%, 0%, 75%)
(0.84 / 0.89 / 0.00 / 0.75)

CMYK percentages

%84.13
%88.89
%0
%75.29

Codes

Color #0A073F in popluar color models

0A 07 3F
RGB 10 7 63
HSL 243° 80.00% 13.73%
HSB/HSV 243° 88.89% 24.71%
CMYK 84.13% 88.89% 0.00%
75.29%

Color #0A073F in popluar number systems.

HEX 0A 07 3F
Decimal 10 7 63
Binary 1010 111 111111
Octal 12 7 77

Shades and tints

Shades of #0A073F

#0A073F
(10,7,63)
#0A073A
(10,7,58)
#0A0735
(10,7,53)
#0A0730
(10,7,48)
#0A072B
(10,7,43)
#0A0726
(10,7,38)
#0A0721
(10,7,33)
#0A071C
(10,7,28)
#0A0717
(10,7,23)
#0A0712
(10,7,18)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #0A073F

#0A073F
(10,7,63)
#201D50
(32,29,80)
#363361
(54,51,97)
#4C4972
(76,73,114)
#625F83
(98,95,131)
#787594
(120,117,148)
#8E8BA5
(142,139,165)
#A4A1B6
(164,161,182)
#BAB7C7
(186,183,199)
#D0CDD8
(208,205,216)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A073F; }

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

This text font color is #0A073F.

Background Color

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

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

This div background color is #0A073F.

Border color

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

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

This div border color is #0A073F.

Opacity

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

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

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

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

This text has shadow with #0A073F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A073F.

Preview

Color preview on black background

This text has color #0A073F on black background.


Color preview on white background

This text has color #0A073F on white background.


Black color preview on #0A073F background

This text has black color on #0A073F background.


White color preview on #0A073F background

This text has white color on #0A073F background.


Related colors

Complementary color

Complementary color for #hex is #F5F8C0.


I love getcolorcode.com

Triadic colors

1 #3F0A07 and #073F0A with #0A073F are triadic colors.

2 #3F070A and #070A3F with #0A073F are triadic colors.