COLOR #0A2370

HEX: #0A2370 RGB: (10,35,112)

Color info

#0A2370 contains mainly blue color. Web safe color of #0A2370 is #003366 (or #036).

RGB color model

#0A2370 color RGB value is (10,35,112).

RGB: (10,35,112) (4%, 14%, 44%)

RGB channels and saturation

R 10 of 255 = 4%
G 35 of 255 = 14%
B 112 of 255 = 44%

10
35
112

R + G + B ~ 21%. #0A2370 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 35 + 112 = 157 (100%)
R 10 of 157 ~ 6.37%
G 35 of 157 ~ 22.29%
B 112 of 157 ~ 71.34'%

%22.29
%71.34

CMYK color model

#0A2370 color CMYK value is (91,69,0,56).

  • cyan value is 91.07%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK: (91,69,0,56) C91M69Y0K56 (91%,69%,0%,56%) (0.91/0.69/0.00/0.56) 

CMYK percentages

%91.07
%68.75
%0
%56.08

Codes

Color #0A2370 in popluar color models

0A 23 70
RGB 10 35 112
HSL 225° 83.61% 23.92%
HSB/HSV 225° 91.07% 43.92%
CMYK 91.07% 68.75% 0.00%
56.08%

Color #0A2370 in popluar number systems.

HEX 0A 23 70
Decimal 10 35 112
Binary 1010 100011 1110000
Octal 12 43 160

Shades and tints

Shades of #0A2370

#0A2370
(10,35,112)
#0A2066
(10,32,102)
#0A1D5C
(10,29,92)
#0A1A52
(10,26,82)
#0A1748
(10,23,72)
#0A143E
(10,20,62)
#0A1134
(10,17,52)
#0A0E2A
(10,14,42)
#0A0B20
(10,11,32)
#0A0816
(10,8,22)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #0A2370

#0A2370
(10,35,112)
#20377D
(32,55,125)
#364B8A
(54,75,138)
#4C5F97
(76,95,151)
#6273A4
(98,115,164)
#7887B1
(120,135,177)
#8E9BBE
(142,155,190)
#A4AFCB
(164,175,203)
#BAC3D8
(186,195,216)
#D0D7E5
(208,215,229)
#E6EBF2
(230,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A2370 color. Also use rgb(10,35,112) instead hex code.

Text Font Color

.myTextColor { color: #0A2370; }

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

This text font color is #0A2370.

Background Color

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

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

This div background color is #0A2370.

Border color

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

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

This div border color is #0A2370.

Opacity

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

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

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

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

This text has shadow with #0A2370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2370.

Preview

Color preview on black background

This text has color #0A2370 on black background.


Color preview on white background

This text has color #0A2370 on white background.


Black color preview on #0A2370 background

This text has black color on #0A2370 background.


White color preview on #0A2370 background

This text has white color on #0A2370 background.


Related colors

Complementary color

Complementary color for #hex is #F5DC8F.


I love getcolorcode.com

Triadic colors

1 #700A23 and #23700A with #0A2370 are triadic colors.

2 #70230A and #230A70 with #0A2370 are triadic colors.