COLOR #0A115F

HEX: #0A115F
RGB: (10,17,95)

Color info

#0A115F contains mainly blue color. Web safe color of #0A115F is #000066 (or #006).

RGB color model

#0A115F color RGB value is (10,17,95).

  • red value is 10;
  • green value is 17;
  • blue value is 95.
RGB:
(10,17,95)
(4%,7%,37%)

RGB channels and saturation

R 10 of 255 = 4%
G 17 of 255 = 7%
B 95 of 255 = 37%

10
17
95

R + G + B ~ 16%. #0A115F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 17 + 95 = 122 (100%)
R 10 of 122 ~ 8.2%
G 17 of 122 ~ 13.93%
B 95 of 122 ~ 77.87%

%13.93
%77.87

CMYK color model

#0A115F color CMYK value is (89,82,0,63).

  • cyan value is 89.47%
  • magenta value is 82.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(89,82,0,63)
C89M82Y0K63 
(89%,82%,0%,63%)
(0.89/0.82/0.00/0.63)	

CMYK percentages

%89.47
%82.11
%0
%62.75

Codes

Color #0A115F in popluar color models

0A115F
RGB101795
HSL235°80.95%20.59%
HSB/HSV235°89.47%37.25%
CMYK89.47%82.11%0.00%
62.75%

Color #0A115F in popluar number systems.

HEX0A115F
Decimal101795
Binary1010100011011111
Octal1221137

Shades and tints

Shades of #0A115F

#0A115F
(10,17,95)
#0A1057
(10,16,87)
#0A0F4F
(10,15,79)
#0A0E47
(10,14,71)
#0A0D3F
(10,13,63)
#0A0C37
(10,12,55)
#0A0B2F
(10,11,47)
#0A0A27
(10,10,39)
#0A091F
(10,9,31)
#0A0817
(10,8,23)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #0A115F

#0A115F
(10,17,95)
#20266D
(32,38,109)
#363B7B
(54,59,123)
#4C5089
(76,80,137)
#626597
(98,101,151)
#787AA5
(120,122,165)
#8E8FB3
(142,143,179)
#A4A4C1
(164,164,193)
#BAB9CF
(186,185,207)
#D0CEDD
(208,206,221)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A115F color. Also use rgb(10,17,95) instead hex code.

Text Font Color

.myTextColor { color: #0A115F; }

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

This text font color is #0A115F.


Background Color

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

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

This div background color is #0A115F.


Border color

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

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

This div border color is #0A115F.


Opacity

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

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

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

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

This text has shadow with #0A115F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A115F on black background.


Color preview on white background

This text has color #0A115F on white background.



Black color preview on #0A115F background

This text has black color on #0A115F background.


White color preview on #0A115F background

This text has white color on #0A115F background.