COLOR #0B2152

HEX: #0B2152
RGB: (11,33,82)

Color info

#0B2152 contains mainly green and blue colors. Web safe color of #0B2152 is #003366 (or #036).

RGB color model

#0B2152 color RGB value is (11,33,82).

  • red value is 11;
  • green value is 33;
  • blue value is 82.
RGB:
(11,33,82)
(4%,13%,32%)

RGB channels and saturation

R 11 of 255 = 4%
G 33 of 255 = 13%
B 82 of 255 = 32%

11
33
82

R + G + B ~ 16%. #0B2152 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 33 + 82 = 126 (100%)
R 11 of 126 ~ 8.73%
G 33 of 126 ~ 26.19%
B 82 of 126 ~ 65.08%

%26.19
%65.08

CMYK color model

#0B2152 color CMYK value is (87,60,0,68).

  • cyan value is 86.59%
  • magenta value is 59.76%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(87,60,0,68)
C87M60Y0K68 
(87%,60%,0%,68%)
(0.87/0.60/0.00/0.68)	

CMYK percentages

%86.59
%59.76
%0
%67.84

Codes

Color #0B2152 in popluar color models

0B2152
RGB113382
HSL221°76.34%18.24%
HSB/HSV221°86.59%32.16%
CMYK86.59%59.76%0.00%
67.84%

Color #0B2152 in popluar number systems.

HEX0B2152
Decimal113382
Binary10111000011010010
Octal1341122

Shades and tints

Shades of #0B2152

#0B2152
(11,33,82)
#0A1E4B
(10,30,75)
#091B44
(9,27,68)
#08183D
(8,24,61)
#071536
(7,21,54)
#06122F
(6,18,47)
#050F28
(5,15,40)
#040C21
(4,12,33)
#03091A
(3,9,26)
#020613
(2,6,19)
#01030C
(1,3,12)
#000000
(0,0,0)

Tints of #0B2152

#0B2152
(11,33,82)
#213561
(33,53,97)
#374970
(55,73,112)
#4D5D7F
(77,93,127)
#63718E
(99,113,142)
#79859D
(121,133,157)
#8F99AC
(143,153,172)
#A5ADBB
(165,173,187)
#BBC1CA
(187,193,202)
#D1D5D9
(209,213,217)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B2152 color. Also use rgb(11,33,82) instead hex code.

Text Font Color

.myTextColor { color: #0B2152; }

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

This text font color is #0B2152.


Background Color

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

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

This div background color is #0B2152.


Border color

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

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

This div border color is #0B2152.


Opacity

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

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

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

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

This text has shadow with #0B2152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2152 on black background.


Color preview on white background

This text has color #0B2152 on white background.



Black color preview on #0B2152 background

This text has black color on #0B2152 background.


White color preview on #0B2152 background

This text has white color on #0B2152 background.