COLOR #0A2142

HEX: #0A2142 RGB: (10,33,66)

Color info

#0A2142 contains red, green and blue colors in about the same proportion. Web safe color of #0A2142 is #003333 (or #033).

RGB color model

#0A2142 color RGB value is (10,33,66).

RGB: (10,33,66) (4%, 13%, 26%)

RGB channels and saturation

R 10 of 255 = 4%
G 33 of 255 = 13%
B 66 of 255 = 26%

10
33
66

R + G + B ~ 14%. #0A2142 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 33 + 66 = 109 (100%)
R 10 of 109 ~ 9.17%
G 33 of 109 ~ 30.28%
B 66 of 109 ~ 60.55'%

%30.28
%60.55

CMYK color model

#0A2142 color CMYK value is (85,50,0,74).

  • cyan value is 84.85%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (85,50,0,74)
C85M50Y0K74 (85%, 50%, 0%, 74%)
(0.85 / 0.50 / 0.00 / 0.74)

CMYK percentages

%84.85
%50
%0
%74.12

Codes

Color #0A2142 in popluar color models

0A 21 42
RGB 10 33 66
HSL 215° 73.68% 14.90%
HSB/HSV 215° 84.85% 25.88%
CMYK 84.85% 50.00% 0.00%
74.12%

Color #0A2142 in popluar number systems.

HEX 0A 21 42
Decimal 10 33 66
Binary 1010 100001 1000010
Octal 12 41 102

Shades and tints

Shades of #0A2142

#0A2142
(10,33,66)
#0A1E3C
(10,30,60)
#0A1B36
(10,27,54)
#0A1830
(10,24,48)
#0A152A
(10,21,42)
#0A1224
(10,18,36)
#0A0F1E
(10,15,30)
#0A0C18
(10,12,24)
#0A0912
(10,9,18)
#0A060C
(10,6,12)
#0A0306
(10,3,6)
#000000
(0,0,0)

Tints of #0A2142

#0A2142
(10,33,66)
#203553
(32,53,83)
#364964
(54,73,100)
#4C5D75
(76,93,117)
#627186
(98,113,134)
#788597
(120,133,151)
#8E99A8
(142,153,168)
#A4ADB9
(164,173,185)
#BAC1CA
(186,193,202)
#D0D5DB
(208,213,219)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2142; }

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

This text font color is #0A2142.

Background Color

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

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

This div background color is #0A2142.

Border color

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

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

This div border color is #0A2142.

Opacity

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

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

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

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

This text has shadow with #0A2142 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2142.

Preview

Color preview on black background

This text has color #0A2142 on black background.


Color preview on white background

This text has color #0A2142 on white background.


Black color preview on #0A2142 background

This text has black color on #0A2142 background.


White color preview on #0A2142 background

This text has white color on #0A2142 background.


Related colors

Complementary color

Complementary color for #hex is #F5DEBD.


I love getcolorcode.com

Triadic colors

1 #420A21 and #21420A with #0A2142 are triadic colors.

2 #42210A and #210A42 with #0A2142 are triadic colors.