COLOR #0A4090

HEX: #0A4090 RGB: (10,64,144)

Color info

#0A4090 contains mainly blue color. Web safe color of #0A4090 is #003399 (or #039).

RGB color model

#0A4090 color RGB value is (10,64,144).

RGB: (10,64,144) (4%, 25%, 56%)

RGB channels and saturation

R 10 of 255 = 4%
G 64 of 255 = 25%
B 144 of 255 = 56%

10
64
144

R + G + B ~ 28%. #0A4090 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 64 + 144 = 218 (100%)
R 10 of 218 ~ 4.59%
G 64 of 218 ~ 29.36%
B 144 of 218 ~ 66.06'%

%29.36
%66.06

CMYK color model

#0A4090 color CMYK value is (93,56,0,44).

  • cyan value is 93.06%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (93,56,0,44) C93M56Y0K44 (93%,56%,0%,44%) (0.93/0.56/0.00/0.44) 

CMYK percentages

%93.06
%55.56
%0
%43.53

Codes

Color #0A4090 in popluar color models

0A 40 90
RGB 10 64 144
HSL 216° 87.01% 30.20%
HSB/HSV 216° 93.06% 56.47%
CMYK 93.06% 55.56% 0.00%
43.53%

Color #0A4090 in popluar number systems.

HEX 0A 40 90
Decimal 10 64 144
Binary 1010 1000000 10010000
Octal 12 100 220

Shades and tints

Shades of #0A4090

#0A4090
(10,64,144)
#0A3B83
(10,59,131)
#0A3676
(10,54,118)
#0A3169
(10,49,105)
#0A2C5C
(10,44,92)
#0A274F
(10,39,79)
#0A2242
(10,34,66)
#0A1D35
(10,29,53)
#0A1828
(10,24,40)
#0A131B
(10,19,27)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #0A4090

#0A4090
(10,64,144)
#20519A
(32,81,154)
#3662A4
(54,98,164)
#4C73AE
(76,115,174)
#6284B8
(98,132,184)
#7895C2
(120,149,194)
#8EA6CC
(142,166,204)
#A4B7D6
(164,183,214)
#BAC8E0
(186,200,224)
#D0D9EA
(208,217,234)
#E6EAF4
(230,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A4090 color. Also use rgb(10,64,144) instead hex code.

Text Font Color

.myTextColor { color: #0A4090; }

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

This text font color is #0A4090.

Background Color

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

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

This div background color is #0A4090.

Border color

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

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

This div border color is #0A4090.

Opacity

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

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

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

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

This text has shadow with #0A4090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A4090.

Preview

Color preview on black background

This text has color #0A4090 on black background.


Color preview on white background

This text has color #0A4090 on white background.


Black color preview on #0A4090 background

This text has black color on #0A4090 background.


White color preview on #0A4090 background

This text has white color on #0A4090 background.


Related colors

Complementary color

Complementary color for #hex is #F5BF6F.


I love getcolorcode.com

Triadic colors

1 #900A40 and #40900A with #0A4090 are triadic colors.

2 #90400A and #400A90 with #0A4090 are triadic colors.