COLOR #0A113D

HEX: #0A113D
RGB: (10,17,61)

Color info

#0A113D contains red, green and blue colors in about the same proportion. Web safe color of #0A113D is #000033 (or #003).

RGB color model

#0A113D color RGB value is (10,17,61).

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

RGB channels and saturation

R 10 of 255 = 4%
G 17 of 255 = 7%
B 61 of 255 = 24%

10
17
61

R + G + B ~ 12%. #0A113D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 17 + 61 = 88 (100%)
R 10 of 88 ~ 11.36%
G 17 of 88 ~ 19.32%
B 61 of 88 ~ 69.32%

%11.36
%19.32
%69.32

CMYK color model

#0A113D color CMYK value is (84,72,0,76).

  • cyan value is 83.61%
  • magenta value is 72.13%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(84,72,0,76)
C84M72Y0K76 
(84%,72%,0%,76%)
(0.84/0.72/0.00/0.76)	

CMYK percentages

%83.61
%72.13
%0
%76.08

Codes

Color #0A113D in popluar color models

0A113D
RGB101761
HSL232°71.83%13.92%
HSB/HSV232°83.61%23.92%
CMYK83.61%72.13%0.00%
76.08%

Color #0A113D in popluar number systems.

HEX0A113D
Decimal101761
Binary101010001111101
Octal122175

Shades and tints

Shades of #0A113D

#0A113D
(10,17,61)
#0A1038
(10,16,56)
#0A0F33
(10,15,51)
#0A0E2E
(10,14,46)
#0A0D29
(10,13,41)
#0A0C24
(10,12,36)
#0A0B1F
(10,11,31)
#0A0A1A
(10,10,26)
#0A0915
(10,9,21)
#0A0810
(10,8,16)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #0A113D

#0A113D
(10,17,61)
#20264E
(32,38,78)
#363B5F
(54,59,95)
#4C5070
(76,80,112)
#626581
(98,101,129)
#787A92
(120,122,146)
#8E8FA3
(142,143,163)
#A4A4B4
(164,164,180)
#BAB9C5
(186,185,197)
#D0CED6
(208,206,214)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A113D; }

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

This text font color is #0A113D.


Background Color

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

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

This div background color is #0A113D.


Border color

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

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

This div border color is #0A113D.


Opacity

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

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

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

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

This text has shadow with #0A113D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A113D on black background.


Color preview on white background

This text has color #0A113D on white background.



Black color preview on #0A113D background

This text has black color on #0A113D background.


White color preview on #0A113D background

This text has white color on #0A113D background.