COLOR #0B122C

HEX: #0B122C
RGB: (11,18,44)

Color info

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

RGB color model

#0B122C color RGB value is (11,18,44).

  • red value is 11;
  • green value is 18;
  • blue value is 44.
RGB:
(11,18,44)
(4%,7%,17%)

RGB channels and saturation

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

11
18
44

R + G + B ~ 9%. #0B122C is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 18 + 44 = 73 (100%)
R 11 of 73 ~ 15.07%
G 18 of 73 ~ 24.66%
B 44 of 73 ~ 60.27%

%15.07
%24.66
%60.27

CMYK color model

#0B122C color CMYK value is (75,59,0,83).

  • cyan value is 75.00%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(75,59,0,83)
C75M59Y0K83 
(75%,59%,0%,83%)
(0.75/0.59/0.00/0.83)	

CMYK percentages

%75
%59.09
%0
%82.75

Codes

Color #0B122C in popluar color models

0B122C
RGB111844
HSL227°60.00%10.78%
HSB/HSV227°75.00%17.25%
CMYK75.00%59.09%0.00%
82.75%

Color #0B122C in popluar number systems.

HEX0B122C
Decimal111844
Binary101110010101100
Octal132254

Shades and tints

Shades of #0B122C

#0B122C
(11,18,44)
#0A1128
(10,17,40)
#091024
(9,16,36)
#080F20
(8,15,32)
#070E1C
(7,14,28)
#060D18
(6,13,24)
#050C14
(5,12,20)
#040B10
(4,11,16)
#030A0C
(3,10,12)
#020908
(2,9,8)
#010804
(1,8,4)
#000000
(0,0,0)

Tints of #0B122C

#0B122C
(11,18,44)
#21273F
(33,39,63)
#373C52
(55,60,82)
#4D5165
(77,81,101)
#636678
(99,102,120)
#797B8B
(121,123,139)
#8F909E
(143,144,158)
#A5A5B1
(165,165,177)
#BBBAC4
(187,186,196)
#D1CFD7
(209,207,215)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B122C color. Also use rgb(11,18,44) instead hex code.

Text Font Color

.myTextColor { color: #0B122C; }

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

This text font color is #0B122C.


Background Color

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

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

This div background color is #0B122C.


Border color

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

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

This div border color is #0B122C.


Opacity

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

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

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

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

This text has shadow with #0B122C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B122C on black background.


Color preview on white background

This text has color #0B122C on white background.



Black color preview on #0B122C background

This text has black color on #0B122C background.


White color preview on #0B122C background

This text has white color on #0B122C background.