COLOR #0A2446

HEX: #0A2446 RGB: (10,36,70)

Color info

#0A2446 contains mainly green and blue colors. Web safe color of #0A2446 is #003333 (or #033).

RGB color model

#0A2446 color RGB value is (10,36,70).

RGB: (10,36,70) (4%, 14%, 27%)

RGB channels and saturation

R 10 of 255 = 4%
G 36 of 255 = 14%
B 70 of 255 = 27%

10
36
70

R + G + B ~ 15%. #0A2446 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 36 + 70 = 116 (100%)
R 10 of 116 ~ 8.62%
G 36 of 116 ~ 31.03%
B 70 of 116 ~ 60.34'%

%31.03
%60.34

CMYK color model

#0A2446 color CMYK value is (86,49,0,73).

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

CMYK: (86,49,0,73)
C86M49Y0K73 (86%, 49%, 0%, 73%)
(0.86 / 0.49 / 0.00 / 0.73)

CMYK percentages

%85.71
%48.57
%0
%72.55

Codes

Color #0A2446 in popluar color models

0A 24 46
RGB 10 36 70
HSL 214° 75.00% 15.69%
HSB/HSV 214° 85.71% 27.45%
CMYK 85.71% 48.57% 0.00%
72.55%

Color #0A2446 in popluar number systems.

HEX 0A 24 46
Decimal 10 36 70
Binary 1010 100100 1000110
Octal 12 44 106

Shades and tints

Shades of #0A2446

#0A2446
(10,36,70)
#0A2140
(10,33,64)
#0A1E3A
(10,30,58)
#0A1B34
(10,27,52)
#0A182E
(10,24,46)
#0A1528
(10,21,40)
#0A1222
(10,18,34)
#0A0F1C
(10,15,28)
#0A0C16
(10,12,22)
#0A0910
(10,9,16)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #0A2446

#0A2446
(10,36,70)
#203756
(32,55,86)
#364A66
(54,74,102)
#4C5D76
(76,93,118)
#627086
(98,112,134)
#788396
(120,131,150)
#8E96A6
(142,150,166)
#A4A9B6
(164,169,182)
#BABCC6
(186,188,198)
#D0CFD6
(208,207,214)
#E6E2E6
(230,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2446; }

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

This text font color is #0A2446.

Background Color

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

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

This div background color is #0A2446.

Border color

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

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

This div border color is #0A2446.

Opacity

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

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

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

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

This text has shadow with #0A2446 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2446.

Preview

Color preview on black background

This text has color #0A2446 on black background.


Color preview on white background

This text has color #0A2446 on white background.


Black color preview on #0A2446 background

This text has black color on #0A2446 background.


White color preview on #0A2446 background

This text has white color on #0A2446 background.


Related colors

Complementary color

Complementary color for #hex is #F5DBB9.


I love getcolorcode.com

Triadic colors

1 #460A24 and #24460A with #0A2446 are triadic colors.

2 #46240A and #240A46 with #0A2446 are triadic colors.