COLOR #0B415F

HEX: #0B415F
RGB: (11,65,95)

Color info

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

RGB color model

#0B415F color RGB value is (11,65,95).

  • red value is 11;
  • green value is 65;
  • blue value is 95.
RGB:
(11,65,95)
(4%,25%,37%)

RGB channels and saturation

R 11 of 255 = 4%
G 65 of 255 = 25%
B 95 of 255 = 37%

11
65
95

R + G + B ~ 22%. #0B415F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 65 + 95 = 171 (100%)
R 11 of 171 ~ 6.43%
G 65 of 171 ~ 38.01%
B 95 of 171 ~ 55.56%

%38.01
%55.56

CMYK color model

#0B415F color CMYK value is (88,32,0,63).

  • cyan value is 88.42%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(88,32,0,63)
C88M32Y0K63 
(88%,32%,0%,63%)
(0.88/0.32/0.00/0.63)	

CMYK percentages

%88.42
%31.58
%0
%62.75

Codes

Color #0B415F in popluar color models

0B415F
RGB116595
HSL201°79.25%20.78%
HSB/HSV201°88.42%37.25%
CMYK88.42%31.58%0.00%
62.75%

Color #0B415F in popluar number systems.

HEX0B415F
Decimal116595
Binary101110000011011111
Octal13101137

Shades and tints

Shades of #0B415F

#0B415F
(11,65,95)
#0A3C57
(10,60,87)
#09374F
(9,55,79)
#083247
(8,50,71)
#072D3F
(7,45,63)
#062837
(6,40,55)
#05232F
(5,35,47)
#041E27
(4,30,39)
#03191F
(3,25,31)
#021417
(2,20,23)
#010F0F
(1,15,15)
#000000
(0,0,0)

Tints of #0B415F

#0B415F
(11,65,95)
#21526D
(33,82,109)
#37637B
(55,99,123)
#4D7489
(77,116,137)
#638597
(99,133,151)
#7996A5
(121,150,165)
#8FA7B3
(143,167,179)
#A5B8C1
(165,184,193)
#BBC9CF
(187,201,207)
#D1DADD
(209,218,221)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B415F color. Also use rgb(11,65,95) instead hex code.

Text Font Color

.myTextColor { color: #0B415F; }

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

This text font color is #0B415F.


Background Color

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

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

This div background color is #0B415F.


Border color

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

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

This div border color is #0B415F.


Opacity

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

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

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

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

This text has shadow with #0B415F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B415F on black background.


Color preview on white background

This text has color #0B415F on white background.



Black color preview on #0B415F background

This text has black color on #0B415F background.


White color preview on #0B415F background

This text has white color on #0B415F background.