COLOR #0B1E5F

HEX: #0B1E5F
RGB: (11,30,95)

Color info

#0B1E5F contains mainly blue color. Web safe color of #0B1E5F is #003366 (or #036).

RGB color model

#0B1E5F color RGB value is (11,30,95).

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

RGB channels and saturation

R 11 of 255 = 4%
G 30 of 255 = 12%
B 95 of 255 = 37%

11
30
95

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

Portions of RGB colors in percentages

R + G + B =
11 + 30 + 95 = 136 (100%)
R 11 of 136 ~ 8.09%
G 30 of 136 ~ 22.06%
B 95 of 136 ~ 69.85%

%22.06
%69.85

CMYK color model

#0B1E5F color CMYK value is (88,68,0,63).

  • cyan value is 88.42%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(88,68,0,63)
C88M68Y0K63 
(88%,68%,0%,63%)
(0.88/0.68/0.00/0.63)	

CMYK percentages

%88.42
%68.42
%0
%62.75

Codes

Color #0B1E5F in popluar color models

0B1E5F
RGB113095
HSL226°79.25%20.78%
HSB/HSV226°88.42%37.25%
CMYK88.42%68.42%0.00%
62.75%

Color #0B1E5F in popluar number systems.

HEX0B1E5F
Decimal113095
Binary1011111101011111
Octal1336137

Shades and tints

Shades of #0B1E5F

#0B1E5F
(11,30,95)
#0A1C57
(10,28,87)
#091A4F
(9,26,79)
#081847
(8,24,71)
#07163F
(7,22,63)
#061437
(6,20,55)
#05122F
(5,18,47)
#041027
(4,16,39)
#030E1F
(3,14,31)
#020C17
(2,12,23)
#010A0F
(1,10,15)
#000000
(0,0,0)

Tints of #0B1E5F

#0B1E5F
(11,30,95)
#21326D
(33,50,109)
#37467B
(55,70,123)
#4D5A89
(77,90,137)
#636E97
(99,110,151)
#7982A5
(121,130,165)
#8F96B3
(143,150,179)
#A5AAC1
(165,170,193)
#BBBECF
(187,190,207)
#D1D2DD
(209,210,221)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1E5F; }

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

This text font color is #0B1E5F.


Background Color

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

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

This div background color is #0B1E5F.


Border color

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

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

This div border color is #0B1E5F.


Opacity

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

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

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

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

This text has shadow with #0B1E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1E5F on black background.


Color preview on white background

This text has color #0B1E5F on white background.



Black color preview on #0B1E5F background

This text has black color on #0B1E5F background.


White color preview on #0B1E5F background

This text has white color on #0B1E5F background.