COLOR #0B2E52

HEX: #0B2E52
RGB: (11,46,82)

Color info

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

RGB color model

#0B2E52 color RGB value is (11,46,82).

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

RGB channels and saturation

R 11 of 255 = 4%
G 46 of 255 = 18%
B 82 of 255 = 32%

11
46
82

R + G + B ~ 18%. #0B2E52 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 46 + 82 = 139 (100%)
R 11 of 139 ~ 7.91%
G 46 of 139 ~ 33.09%
B 82 of 139 ~ 58.99%

%33.09
%58.99

CMYK color model

#0B2E52 color CMYK value is (87,44,0,68).

  • cyan value is 86.59%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(87,44,0,68)
C87M44Y0K68 
(87%,44%,0%,68%)
(0.87/0.44/0.00/0.68)	

CMYK percentages

%86.59
%43.9
%0
%67.84

Codes

Color #0B2E52 in popluar color models

0B2E52
RGB114682
HSL210°76.34%18.24%
HSB/HSV210°86.59%32.16%
CMYK86.59%43.90%0.00%
67.84%

Color #0B2E52 in popluar number systems.

HEX0B2E52
Decimal114682
Binary10111011101010010
Octal1356122

Shades and tints

Shades of #0B2E52

#0B2E52
(11,46,82)
#0A2A4B
(10,42,75)
#092644
(9,38,68)
#08223D
(8,34,61)
#071E36
(7,30,54)
#061A2F
(6,26,47)
#051628
(5,22,40)
#041221
(4,18,33)
#030E1A
(3,14,26)
#020A13
(2,10,19)
#01060C
(1,6,12)
#000000
(0,0,0)

Tints of #0B2E52

#0B2E52
(11,46,82)
#214161
(33,65,97)
#375470
(55,84,112)
#4D677F
(77,103,127)
#637A8E
(99,122,142)
#798D9D
(121,141,157)
#8FA0AC
(143,160,172)
#A5B3BB
(165,179,187)
#BBC6CA
(187,198,202)
#D1D9D9
(209,217,217)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2E52; }

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

This text font color is #0B2E52.


Background Color

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

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

This div background color is #0B2E52.


Border color

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

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

This div border color is #0B2E52.


Opacity

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

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

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

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

This text has shadow with #0B2E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2E52 on black background.


Color preview on white background

This text has color #0B2E52 on white background.



Black color preview on #0B2E52 background

This text has black color on #0B2E52 background.


White color preview on #0B2E52 background

This text has white color on #0B2E52 background.