COLOR #0B1B43

HEX: #0B1B43
RGB: (11,27,67)

Color info

#0B1B43 contains red, green and blue colors in about the same proportion. Web safe color of #0B1B43 is #003333 (or #033).

RGB color model

#0B1B43 color RGB value is (11,27,67).

  • red value is 11;
  • green value is 27;
  • blue value is 67.
RGB:
(11,27,67)
(4%,11%,26%)

RGB channels and saturation

R 11 of 255 = 4%
G 27 of 255 = 11%
B 67 of 255 = 26%

11
27
67

R + G + B ~ 14%. #0B1B43 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 27 + 67 = 105 (100%)
R 11 of 105 ~ 10.48%
G 27 of 105 ~ 25.71%
B 67 of 105 ~ 63.81%

%10.48
%25.71
%63.81

CMYK color model

#0B1B43 color CMYK value is (84,60,0,74).

  • cyan value is 83.58%
  • magenta value is 59.70%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(84,60,0,74)
C84M60Y0K74 
(84%,60%,0%,74%)
(0.84/0.60/0.00/0.74)	

CMYK percentages

%83.58
%59.7
%0
%73.73

Codes

Color #0B1B43 in popluar color models

0B1B43
RGB112767
HSL223°71.79%15.29%
HSB/HSV223°83.58%26.27%
CMYK83.58%59.70%0.00%
73.73%

Color #0B1B43 in popluar number systems.

HEX0B1B43
Decimal112767
Binary1011110111000011
Octal1333103

Shades and tints

Shades of #0B1B43

#0B1B43
(11,27,67)
#0A193D
(10,25,61)
#091737
(9,23,55)
#081531
(8,21,49)
#07132B
(7,19,43)
#061125
(6,17,37)
#050F1F
(5,15,31)
#040D19
(4,13,25)
#030B13
(3,11,19)
#02090D
(2,9,13)
#010707
(1,7,7)
#000000
(0,0,0)

Tints of #0B1B43

#0B1B43
(11,27,67)
#212F54
(33,47,84)
#374365
(55,67,101)
#4D5776
(77,87,118)
#636B87
(99,107,135)
#797F98
(121,127,152)
#8F93A9
(143,147,169)
#A5A7BA
(165,167,186)
#BBBBCB
(187,187,203)
#D1CFDC
(209,207,220)
#E7E3ED
(231,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1B43 color. Also use rgb(11,27,67) instead hex code.

Text Font Color

.myTextColor { color: #0B1B43; }

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

This text font color is #0B1B43.


Background Color

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

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

This div background color is #0B1B43.


Border color

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

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

This div border color is #0B1B43.


Opacity

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

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

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

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

This text has shadow with #0B1B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1B43 on black background.


Color preview on white background

This text has color #0B1B43 on white background.



Black color preview on #0B1B43 background

This text has black color on #0B1B43 background.


White color preview on #0B1B43 background

This text has white color on #0B1B43 background.