COLOR #0B112D

HEX: #0B112D RGB: (11,17,45)

Color info

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

RGB color model

#0B112D color RGB value is (11,17,45).

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

RGB channels and saturation

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

11
17
45

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

Portions of RGB colors in percentages

R + G + B = 11 + 17 + 45 = 73 (100%)
R 11 of 73 ~ 15.07%
G 17 of 73 ~ 23.29%
B 45 of 73 ~ 61.64'%

%15.07
%23.29
%61.64

CMYK color model

#0B112D color CMYK value is (76,62,0,82).

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

CMYK: (76,62,0,82)
C76M62Y0K82 (76%, 62%, 0%, 82%)
(0.76 / 0.62 / 0.00 / 0.82)

CMYK percentages

%75.56
%62.22
%0
%82.35

Codes

Color #0B112D in popluar color models

0B 11 2D
RGB 11 17 45
HSL 229° 60.71% 10.98%
HSB/HSV 229° 75.56% 17.65%
CMYK 75.56% 62.22% 0.00%
82.35%

Color #0B112D in popluar number systems.

HEX 0B 11 2D
Decimal 11 17 45
Binary 1011 10001 101101
Octal 13 21 55

Shades and tints

Shades of #0B112D

#0B112D
(11,17,45)
#0A1029
(10,16,41)
#090F25
(9,15,37)
#080E21
(8,14,33)
#070D1D
(7,13,29)
#060C19
(6,12,25)
#050B15
(5,11,21)
#040A11
(4,10,17)
#03090D
(3,9,13)
#020809
(2,8,9)
#010705
(1,7,5)
#000000
(0,0,0)

Tints of #0B112D

#0B112D
(11,17,45)
#212640
(33,38,64)
#373B53
(55,59,83)
#4D5066
(77,80,102)
#636579
(99,101,121)
#797A8C
(121,122,140)
#8F8F9F
(143,143,159)
#A5A4B2
(165,164,178)
#BBB9C5
(187,185,197)
#D1CED8
(209,206,216)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B112D; }

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

This text font color is #0B112D.

Background Color

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

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

This div background color is #0B112D.

Border color

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

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

This div border color is #0B112D.

Opacity

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

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

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

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

This text has shadow with #0B112D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B112D.

Preview

Color preview on black background

This text has color #0B112D on black background.


Color preview on white background

This text has color #0B112D on white background.


Black color preview on #0B112D background

This text has black color on #0B112D background.


White color preview on #0B112D background

This text has white color on #0B112D background.


Related colors

Complementary color

Complementary color for #hex is #F4EED2.


I love getcolorcode.com

Triadic colors

1 #2D0B11 and #112D0B with #0B112D are triadic colors.

2 #2D110B and #110B2D with #0B112D are triadic colors.