COLOR #0B3155

HEX: #0B3155
RGB: (11,49,85)

Color info

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

RGB color model

#0B3155 color RGB value is (11,49,85).

  • red value is 11;
  • green value is 49;
  • blue value is 85.
RGB:
(11,49,85)
(4%,19%,33%)

RGB channels and saturation

R 11 of 255 = 4%
G 49 of 255 = 19%
B 85 of 255 = 33%

11
49
85

R + G + B ~ 19%. #0B3155 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 49 + 85 = 145 (100%)
R 11 of 145 ~ 7.59%
G 49 of 145 ~ 33.79%
B 85 of 145 ~ 58.62%

%33.79
%58.62

CMYK color model

#0B3155 color CMYK value is (87,42,0,67).

  • cyan value is 87.06%
  • magenta value is 42.35%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(87,42,0,67)
C87M42Y0K67 
(87%,42%,0%,67%)
(0.87/0.42/0.00/0.67)	

CMYK percentages

%87.06
%42.35
%0
%66.67

Codes

Color #0B3155 in popluar color models

0B3155
RGB114985
HSL209°77.08%18.82%
HSB/HSV209°87.06%33.33%
CMYK87.06%42.35%0.00%
66.67%

Color #0B3155 in popluar number systems.

HEX0B3155
Decimal114985
Binary10111100011010101
Octal1361125

Shades and tints

Shades of #0B3155

#0B3155
(11,49,85)
#0A2D4E
(10,45,78)
#092947
(9,41,71)
#082540
(8,37,64)
#072139
(7,33,57)
#061D32
(6,29,50)
#05192B
(5,25,43)
#041524
(4,21,36)
#03111D
(3,17,29)
#020D16
(2,13,22)
#01090F
(1,9,15)
#000000
(0,0,0)

Tints of #0B3155

#0B3155
(11,49,85)
#214364
(33,67,100)
#375573
(55,85,115)
#4D6782
(77,103,130)
#637991
(99,121,145)
#798BA0
(121,139,160)
#8F9DAF
(143,157,175)
#A5AFBE
(165,175,190)
#BBC1CD
(187,193,205)
#D1D3DC
(209,211,220)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3155 color. Also use rgb(11,49,85) instead hex code.

Text Font Color

.myTextColor { color: #0B3155; }

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

This text font color is #0B3155.


Background Color

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

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

This div background color is #0B3155.


Border color

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

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

This div border color is #0B3155.


Opacity

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

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

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

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

This text has shadow with #0B3155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3155 on black background.


Color preview on white background

This text has color #0B3155 on white background.



Black color preview on #0B3155 background

This text has black color on #0B3155 background.


White color preview on #0B3155 background

This text has white color on #0B3155 background.