COLOR #0B164B

HEX: #0B164B
RGB: (11,22,75)

Color info

#0B164B contains mainly green and blue colors. Web safe color of #0B164B is #000033 (or #003).

RGB color model

#0B164B color RGB value is (11,22,75).

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

RGB channels and saturation

R 11 of 255 = 4%
G 22 of 255 = 9%
B 75 of 255 = 29%

11
22
75

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

Portions of RGB colors in percentages

R + G + B =
11 + 22 + 75 = 108 (100%)
R 11 of 108 ~ 10.19%
G 22 of 108 ~ 20.37%
B 75 of 108 ~ 69.44%

%10.19
%20.37
%69.44

CMYK color model

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

  • cyan value is 85.33%
  • magenta value is 70.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(85,71,0,71)
C85M71Y0K71 
(85%,71%,0%,71%)
(0.85/0.71/0.00/0.71)	

CMYK percentages

%85.33
%70.67
%0
%70.59

Codes

Color #0B164B in popluar color models

0B164B
RGB112275
HSL230°74.42%16.86%
HSB/HSV230°85.33%29.41%
CMYK85.33%70.67%0.00%
70.59%

Color #0B164B in popluar number systems.

HEX0B164B
Decimal112275
Binary1011101101001011
Octal1326113

Shades and tints

Shades of #0B164B

#0B164B
(11,22,75)
#0A1445
(10,20,69)
#09123F
(9,18,63)
#081039
(8,16,57)
#070E33
(7,14,51)
#060C2D
(6,12,45)
#050A27
(5,10,39)
#040821
(4,8,33)
#03061B
(3,6,27)
#020415
(2,4,21)
#01020F
(1,2,15)
#000000
(0,0,0)

Tints of #0B164B

#0B164B
(11,22,75)
#212B5B
(33,43,91)
#37406B
(55,64,107)
#4D557B
(77,85,123)
#636A8B
(99,106,139)
#797F9B
(121,127,155)
#8F94AB
(143,148,171)
#A5A9BB
(165,169,187)
#BBBECB
(187,190,203)
#D1D3DB
(209,211,219)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B164B; }

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

This text font color is #0B164B.


Background Color

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

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

This div background color is #0B164B.


Border color

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

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

This div border color is #0B164B.


Opacity

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

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

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

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

This text has shadow with #0B164B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B164B on black background.


Color preview on white background

This text has color #0B164B on white background.



Black color preview on #0B164B background

This text has black color on #0B164B background.


White color preview on #0B164B background

This text has white color on #0B164B background.