COLOR #0A112D

HEX: #0A112D RGB: (10,17,45)

Color info

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

RGB color model

#0A112D color RGB value is (10,17,45).

RGB: (10,17,45) (4%, 7%, 18%)

RGB channels and saturation

R 10 of 255 = 4%
G 17 of 255 = 7%
B 45 of 255 = 18%

10
17
45

R + G + B ~ 10%. #0A112D is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 17 + 45 = 72 (100%)
R 10 of 72 ~ 13.89%
G 17 of 72 ~ 23.61%
B 45 of 72 ~ 62.5'%

%13.89
%23.61
%62.5

CMYK color model

#0A112D color CMYK value is (78,62,0,82).

  • cyan value is 77.78%
  • magenta value is 62.22%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (78,62,0,82)
C78M62Y0K82 (78%, 62%, 0%, 82%)
(0.78 / 0.62 / 0.00 / 0.82)

CMYK percentages

%77.78
%62.22
%0
%82.35

Codes

Color #0A112D in popluar color models

0A 11 2D
RGB 10 17 45
HSL 228° 63.64% 10.78%
HSB/HSV 228° 77.78% 17.65%
CMYK 77.78% 62.22% 0.00%
82.35%

Color #0A112D in popluar number systems.

HEX 0A 11 2D
Decimal 10 17 45
Binary 1010 10001 101101
Octal 12 21 55

Shades and tints

Shades of #0A112D

#0A112D
(10,17,45)
#0A1029
(10,16,41)
#0A0F25
(10,15,37)
#0A0E21
(10,14,33)
#0A0D1D
(10,13,29)
#0A0C19
(10,12,25)
#0A0B15
(10,11,21)
#0A0A11
(10,10,17)
#0A090D
(10,9,13)
#0A0809
(10,8,9)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #0A112D

#0A112D
(10,17,45)
#202640
(32,38,64)
#363B53
(54,59,83)
#4C5066
(76,80,102)
#626579
(98,101,121)
#787A8C
(120,122,140)
#8E8F9F
(142,143,159)
#A4A4B2
(164,164,178)
#BAB9C5
(186,185,197)
#D0CED8
(208,206,216)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A112D; }

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

This text font color is #0A112D.

Background Color

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

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

This div background color is #0A112D.

Border color

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

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

This div border color is #0A112D.

Opacity

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

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

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

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

This text has shadow with #0A112D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A112D.

Preview

Color preview on black background

This text has color #0A112D on black background.


Color preview on white background

This text has color #0A112D on white background.


Black color preview on #0A112D background

This text has black color on #0A112D background.


White color preview on #0A112D background

This text has white color on #0A112D background.


Related colors

Complementary color

Complementary color for #hex is #F5EED2.


I love getcolorcode.com

Triadic colors

1 #2D0A11 and #112D0A with #0A112D are triadic colors.

2 #2D110A and #110A2D with #0A112D are triadic colors.