COLOR #0B2E60

HEX: #0B2E60
RGB: (11,46,96)

Color info

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

RGB color model

#0B2E60 color RGB value is (11,46,96).

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

RGB channels and saturation

R 11 of 255 = 4%
G 46 of 255 = 18%
B 96 of 255 = 38%

11
46
96

R + G + B ~ 20%. #0B2E60 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 46 + 96 = 153 (100%)
R 11 of 153 ~ 7.19%
G 46 of 153 ~ 30.07%
B 96 of 153 ~ 62.75%

%30.07
%62.75

CMYK color model

#0B2E60 color CMYK value is (89,52,0,62).

  • cyan value is 88.54%
  • magenta value is 52.08%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(89,52,0,62)
C89M52Y0K62 
(89%,52%,0%,62%)
(0.89/0.52/0.00/0.62)	

CMYK percentages

%88.54
%52.08
%0
%62.35

Codes

Color #0B2E60 in popluar color models

0B2E60
RGB114696
HSL215°79.44%20.98%
HSB/HSV215°88.54%37.65%
CMYK88.54%52.08%0.00%
62.35%

Color #0B2E60 in popluar number systems.

HEX0B2E60
Decimal114696
Binary10111011101100000
Octal1356140

Shades and tints

Shades of #0B2E60

#0B2E60
(11,46,96)
#0A2A58
(10,42,88)
#092650
(9,38,80)
#082248
(8,34,72)
#071E40
(7,30,64)
#061A38
(6,26,56)
#051630
(5,22,48)
#041228
(4,18,40)
#030E20
(3,14,32)
#020A18
(2,10,24)
#010610
(1,6,16)
#000000
(0,0,0)

Tints of #0B2E60

#0B2E60
(11,46,96)
#21416E
(33,65,110)
#37547C
(55,84,124)
#4D678A
(77,103,138)
#637A98
(99,122,152)
#798DA6
(121,141,166)
#8FA0B4
(143,160,180)
#A5B3C2
(165,179,194)
#BBC6D0
(187,198,208)
#D1D9DE
(209,217,222)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2E60; }

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

This text font color is #0B2E60.


Background Color

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

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

This div background color is #0B2E60.


Border color

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

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

This div border color is #0B2E60.


Opacity

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

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

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

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

This text has shadow with #0B2E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2E60 on black background.


Color preview on white background

This text has color #0B2E60 on white background.



Black color preview on #0B2E60 background

This text has black color on #0B2E60 background.


White color preview on #0B2E60 background

This text has white color on #0B2E60 background.