COLOR #0B1635

HEX: #0B1635
RGB: (11,22,53)

Color info

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

RGB color model

#0B1635 color RGB value is (11,22,53).

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

RGB channels and saturation

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

11
22
53

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

Portions of RGB colors in percentages

R + G + B =
11 + 22 + 53 = 86 (100%)
R 11 of 86 ~ 12.79%
G 22 of 86 ~ 25.58%
B 53 of 86 ~ 61.63%

%12.79
%25.58
%61.63

CMYK color model

#0B1635 color CMYK value is (79,58,0,79).

  • cyan value is 79.25%
  • magenta value is 58.49%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(79,58,0,79)
C79M58Y0K79 
(79%,58%,0%,79%)
(0.79/0.58/0.00/0.79)	

CMYK percentages

%79.25
%58.49
%0
%79.22

Codes

Color #0B1635 in popluar color models

0B1635
RGB112253
HSL224°65.63%12.55%
HSB/HSV224°79.25%20.78%
CMYK79.25%58.49%0.00%
79.22%

Color #0B1635 in popluar number systems.

HEX0B1635
Decimal112253
Binary101110110110101
Octal132665

Shades and tints

Shades of #0B1635

#0B1635
(11,22,53)
#0A1431
(10,20,49)
#09122D
(9,18,45)
#081029
(8,16,41)
#070E25
(7,14,37)
#060C21
(6,12,33)
#050A1D
(5,10,29)
#040819
(4,8,25)
#030615
(3,6,21)
#020411
(2,4,17)
#01020D
(1,2,13)
#000000
(0,0,0)

Tints of #0B1635

#0B1635
(11,22,53)
#212B47
(33,43,71)
#374059
(55,64,89)
#4D556B
(77,85,107)
#636A7D
(99,106,125)
#797F8F
(121,127,143)
#8F94A1
(143,148,161)
#A5A9B3
(165,169,179)
#BBBEC5
(187,190,197)
#D1D3D7
(209,211,215)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1635; }

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

This text font color is #0B1635.


Background Color

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

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

This div background color is #0B1635.


Border color

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

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

This div border color is #0B1635.


Opacity

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

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

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

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

This text has shadow with #0B1635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1635 on black background.


Color preview on white background

This text has color #0B1635 on white background.



Black color preview on #0B1635 background

This text has black color on #0B1635 background.


White color preview on #0B1635 background

This text has white color on #0B1635 background.