COLOR #0A428A

HEX: #0A428A RGB: (10,66,138)

Color info

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

RGB color model

#0A428A color RGB value is (10,66,138).

RGB: (10,66,138) (4%, 26%, 54%)

RGB channels and saturation

R 10 of 255 = 4%
G 66 of 255 = 26%
B 138 of 255 = 54%

10
66
138

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

Portions of RGB colors in percentages

R + G + B = 10 + 66 + 138 = 214 (100%)
R 10 of 214 ~ 4.67%
G 66 of 214 ~ 30.84%
B 138 of 214 ~ 64.49'%

%30.84
%64.49

CMYK color model

#0A428A color CMYK value is (93,52,0,46).

  • cyan value is 92.75%
  • magenta value is 52.17%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (93,52,0,46)
C93M52Y0K46 (93%, 52%, 0%, 46%)
(0.93 / 0.52 / 0.00 / 0.46)

CMYK percentages

%92.75
%52.17
%0
%45.88

Codes

Color #0A428A in popluar color models

0A 42 8A
RGB 10 66 138
HSL 214° 86.49% 29.02%
HSB/HSV 214° 92.75% 54.12%
CMYK 92.75% 52.17% 0.00%
45.88%

Color #0A428A in popluar number systems.

HEX 0A 42 8A
Decimal 10 66 138
Binary 1010 1000010 10001010
Octal 12 102 212

Shades and tints

Shades of #0A428A

#0A428A
(10,66,138)
#0A3C7E
(10,60,126)
#0A3672
(10,54,114)
#0A3066
(10,48,102)
#0A2A5A
(10,42,90)
#0A244E
(10,36,78)
#0A1E42
(10,30,66)
#0A1836
(10,24,54)
#0A122A
(10,18,42)
#0A0C1E
(10,12,30)
#0A0612
(10,6,18)
#000000
(0,0,0)

Tints of #0A428A

#0A428A
(10,66,138)
#205394
(32,83,148)
#36649E
(54,100,158)
#4C75A8
(76,117,168)
#6286B2
(98,134,178)
#7897BC
(120,151,188)
#8EA8C6
(142,168,198)
#A4B9D0
(164,185,208)
#BACADA
(186,202,218)
#D0DBE4
(208,219,228)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A428A color. Also use rgb(10,66,138) instead hex code.

Text Font Color

.myTextColor { color: #0A428A; }

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

This text font color is #0A428A.

Background Color

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

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

This div background color is #0A428A.

Border color

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

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

This div border color is #0A428A.

Opacity

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

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

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

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

This text has shadow with #0A428A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A428A.

Preview

Color preview on black background

This text has color #0A428A on black background.


Color preview on white background

This text has color #0A428A on white background.


Black color preview on #0A428A background

This text has black color on #0A428A background.


White color preview on #0A428A background

This text has white color on #0A428A background.


Related colors

Complementary color

Complementary color for #0A428A is #F5BD75.


I love getcolorcode.com

Triadic colors

1 #8A0A42 and #428A0A with #0A428A are triadic colors.

2 #8A420A and #420A8A with #0A428A are triadic colors.