COLOR #0B1B4B

HEX: #0B1B4B
RGB: (11,27,75)

Color info

#0B1B4B contains mainly green and blue colors. Web safe color of #0B1B4B is #003333 (or #033).

RGB color model

#0B1B4B color RGB value is (11,27,75).

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

RGB channels and saturation

R 11 of 255 = 4%
G 27 of 255 = 11%
B 75 of 255 = 29%

11
27
75

R + G + B ~ 15%. #0B1B4B is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 27 + 75 = 113 (100%)
R 11 of 113 ~ 9.73%
G 27 of 113 ~ 23.89%
B 75 of 113 ~ 66.37%

%9.73
%23.89
%66.37

CMYK color model

#0B1B4B color CMYK value is (85,64,0,71).

  • cyan value is 85.33%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(85,64,0,71)
C85M64Y0K71 
(85%,64%,0%,71%)
(0.85/0.64/0.00/0.71)	

CMYK percentages

%85.33
%64
%0
%70.59

Codes

Color #0B1B4B in popluar color models

0B1B4B
RGB112775
HSL225°74.42%16.86%
HSB/HSV225°85.33%29.41%
CMYK85.33%64.00%0.00%
70.59%

Color #0B1B4B in popluar number systems.

HEX0B1B4B
Decimal112775
Binary1011110111001011
Octal1333113

Shades and tints

Shades of #0B1B4B

#0B1B4B
(11,27,75)
#0A1945
(10,25,69)
#09173F
(9,23,63)
#081539
(8,21,57)
#071333
(7,19,51)
#06112D
(6,17,45)
#050F27
(5,15,39)
#040D21
(4,13,33)
#030B1B
(3,11,27)
#020915
(2,9,21)
#01070F
(1,7,15)
#000000
(0,0,0)

Tints of #0B1B4B

#0B1B4B
(11,27,75)
#212F5B
(33,47,91)
#37436B
(55,67,107)
#4D577B
(77,87,123)
#636B8B
(99,107,139)
#797F9B
(121,127,155)
#8F93AB
(143,147,171)
#A5A7BB
(165,167,187)
#BBBBCB
(187,187,203)
#D1CFDB
(209,207,219)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1B4B; }

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

This text font color is #0B1B4B.


Background Color

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

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

This div background color is #0B1B4B.


Border color

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

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

This div border color is #0B1B4B.


Opacity

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

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

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

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

This text has shadow with #0B1B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1B4B on black background.


Color preview on white background

This text has color #0B1B4B on white background.



Black color preview on #0B1B4B background

This text has black color on #0B1B4B background.


White color preview on #0B1B4B background

This text has white color on #0B1B4B background.