COLOR #0A2137

HEX: #0A2137
RGB: (10,33,55)

Color info

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

RGB color model

#0A2137 color RGB value is (10,33,55).

  • red value is 10;
  • green value is 33;
  • blue value is 55.
RGB:
(10,33,55)
(4%,13%,22%)

RGB channels and saturation

R 10 of 255 = 4%
G 33 of 255 = 13%
B 55 of 255 = 22%

10
33
55

R + G + B ~ 13%. #0A2137 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 33 + 55 = 98 (100%)
R 10 of 98 ~ 10.2%
G 33 of 98 ~ 33.67%
B 55 of 98 ~ 56.12%

%10.2
%33.67
%56.12

CMYK color model

#0A2137 color CMYK value is (82,40,0,78).

  • cyan value is 81.82%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(82,40,0,78)
C82M40Y0K78 
(82%,40%,0%,78%)
(0.82/0.40/0.00/0.78)	

CMYK percentages

%81.82
%40
%0
%78.43

Codes

Color #0A2137 in popluar color models

0A2137
RGB103355
HSL209°69.23%12.75%
HSB/HSV209°81.82%21.57%
CMYK81.82%40.00%0.00%
78.43%

Color #0A2137 in popluar number systems.

HEX0A2137
Decimal103355
Binary1010100001110111
Octal124167

Shades and tints

Shades of #0A2137

#0A2137
(10,33,55)
#0A1E32
(10,30,50)
#0A1B2D
(10,27,45)
#0A1828
(10,24,40)
#0A1523
(10,21,35)
#0A121E
(10,18,30)
#0A0F19
(10,15,25)
#0A0C14
(10,12,20)
#0A090F
(10,9,15)
#0A060A
(10,6,10)
#0A0305
(10,3,5)
#000000
(0,0,0)

Tints of #0A2137

#0A2137
(10,33,55)
#203549
(32,53,73)
#36495B
(54,73,91)
#4C5D6D
(76,93,109)
#62717F
(98,113,127)
#788591
(120,133,145)
#8E99A3
(142,153,163)
#A4ADB5
(164,173,181)
#BAC1C7
(186,193,199)
#D0D5D9
(208,213,217)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2137; }

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

This text font color is #0A2137.


Background Color

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

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

This div background color is #0A2137.


Border color

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

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

This div border color is #0A2137.


Opacity

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

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

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

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

This text has shadow with #0A2137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2137 on black background.


Color preview on white background

This text has color #0A2137 on white background.



Black color preview on #0A2137 background

This text has black color on #0A2137 background.


White color preview on #0A2137 background

This text has white color on #0A2137 background.