COLOR #0A2128

HEX: #0A2128 RGB: (10,33,40)

Color info

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

RGB color model

#0A2128 color RGB value is (10,33,40).

RGB: (10,33,40) (4%, 13%, 16%)

RGB channels and saturation

R 10 of 255 = 4%
G 33 of 255 = 13%
B 40 of 255 = 16%

10
33
40

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

Portions of RGB colors in percentages

R + G + B = 10 + 33 + 40 = 83 (100%)
R 10 of 83 ~ 12.05%
G 33 of 83 ~ 39.76%
B 40 of 83 ~ 48.19'%

%12.05
%39.76
%48.19

CMYK color model

#0A2128 color CMYK value is (75,18,0,84).

  • cyan value is 75.00%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (75,18,0,84)
C75M18Y0K84 (75%, 18%, 0%, 84%)
(0.75 / 0.18 / 0.00 / 0.84)

CMYK percentages

%75
%17.5
%0
%84.31

Codes

Color #0A2128 in popluar color models

0A 21 28
RGB 10 33 40
HSL 194° 60.00% 9.80%
HSB/HSV 194° 75.00% 15.69%
CMYK 75.00% 17.50% 0.00%
84.31%

Color #0A2128 in popluar number systems.

HEX 0A 21 28
Decimal 10 33 40
Binary 1010 100001 101000
Octal 12 41 50

Shades and tints

Shades of #0A2128

#0A2128
(10,33,40)
#0A1E25
(10,30,37)
#0A1B22
(10,27,34)
#0A181F
(10,24,31)
#0A151C
(10,21,28)
#0A1219
(10,18,25)
#0A0F16
(10,15,22)
#0A0C13
(10,12,19)
#0A0910
(10,9,16)
#0A060D
(10,6,13)
#0A030A
(10,3,10)
#000000
(0,0,0)

Tints of #0A2128

#0A2128
(10,33,40)
#20353B
(32,53,59)
#36494E
(54,73,78)
#4C5D61
(76,93,97)
#627174
(98,113,116)
#788587
(120,133,135)
#8E999A
(142,153,154)
#A4ADAD
(164,173,173)
#BAC1C0
(186,193,192)
#D0D5D3
(208,213,211)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2128; }

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

This text font color is #0A2128.

Background Color

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

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

This div background color is #0A2128.

Border color

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

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

This div border color is #0A2128.

Opacity

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

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

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

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

This text has shadow with #0A2128 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2128.

Preview

Color preview on black background

This text has color #0A2128 on black background.


Color preview on white background

This text has color #0A2128 on white background.


Black color preview on #0A2128 background

This text has black color on #0A2128 background.


White color preview on #0A2128 background

This text has white color on #0A2128 background.


Related colors

Complementary color

Complementary color for #hex is #F5DED7.


I love getcolorcode.com

Triadic colors

1 #280A21 and #21280A with #0A2128 are triadic colors.

2 #28210A and #210A28 with #0A2128 are triadic colors.