COLOR #0B1636

HEX: #0B1636
RGB: (11,22,54)

Color info

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

RGB color model

#0B1636 color RGB value is (11,22,54).

  • red value is 11;
  • green value is 22;
  • blue value is 54.
RGB:
(11,22,54)
(4%,9%,21%)

RGB channels and saturation

R 11 of 255 = 4%
G 22 of 255 = 9%
B 54 of 255 = 21%

11
22
54

R + G + B ~ 11%. #0B1636 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 22 + 54 = 87 (100%)
R 11 of 87 ~ 12.64%
G 22 of 87 ~ 25.29%
B 54 of 87 ~ 62.07%

%12.64
%25.29
%62.07

CMYK color model

#0B1636 color CMYK value is (80,59,0,79).

  • cyan value is 79.63%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(80,59,0,79)
C80M59Y0K79 
(80%,59%,0%,79%)
(0.80/0.59/0.00/0.79)	

CMYK percentages

%79.63
%59.26
%0
%78.82

Codes

Color #0B1636 in popluar color models

0B1636
RGB112254
HSL225°66.15%12.75%
HSB/HSV225°79.63%21.18%
CMYK79.63%59.26%0.00%
78.82%

Color #0B1636 in popluar number systems.

HEX0B1636
Decimal112254
Binary101110110110110
Octal132666

Shades and tints

Shades of #0B1636

#0B1636
(11,22,54)
#0A1432
(10,20,50)
#09122E
(9,18,46)
#08102A
(8,16,42)
#070E26
(7,14,38)
#060C22
(6,12,34)
#050A1E
(5,10,30)
#04081A
(4,8,26)
#030616
(3,6,22)
#020412
(2,4,18)
#01020E
(1,2,14)
#000000
(0,0,0)

Tints of #0B1636

#0B1636
(11,22,54)
#212B48
(33,43,72)
#37405A
(55,64,90)
#4D556C
(77,85,108)
#636A7E
(99,106,126)
#797F90
(121,127,144)
#8F94A2
(143,148,162)
#A5A9B4
(165,169,180)
#BBBEC6
(187,190,198)
#D1D3D8
(209,211,216)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1636 color. Also use rgb(11,22,54) instead hex code.

Text Font Color

.myTextColor { color: #0B1636; }

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

This text font color is #0B1636.


Background Color

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

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

This div background color is #0B1636.


Border color

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

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

This div border color is #0B1636.


Opacity

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

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

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

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

This text has shadow with #0B1636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1636 on black background.


Color preview on white background

This text has color #0B1636 on white background.



Black color preview on #0B1636 background

This text has black color on #0B1636 background.


White color preview on #0B1636 background

This text has white color on #0B1636 background.