COLOR #0B136D

HEX: #0B136D
RGB: (11,19,109)

Color info

#0B136D contains mainly blue color. Web safe color of #0B136D is #000066 (or #006).

RGB color model

#0B136D color RGB value is (11,19,109).

  • red value is 11;
  • green value is 19;
  • blue value is 109.
RGB:
(11,19,109)
(4%,7%,43%)

RGB channels and saturation

R 11 of 255 = 4%
G 19 of 255 = 7%
B 109 of 255 = 43%

11
19
109

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

Portions of RGB colors in percentages

R + G + B =
11 + 19 + 109 = 139 (100%)
R 11 of 139 ~ 7.91%
G 19 of 139 ~ 13.67%
B 109 of 139 ~ 78.42%

%13.67
%78.42

CMYK color model

#0B136D color CMYK value is (90,83,0,57).

  • cyan value is 89.91%
  • magenta value is 82.57%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(90,83,0,57)
C90M83Y0K57 
(90%,83%,0%,57%)
(0.90/0.83/0.00/0.57)	

CMYK percentages

%89.91
%82.57
%0
%57.25

Codes

Color #0B136D in popluar color models

0B136D
RGB1119109
HSL235°81.67%23.53%
HSB/HSV235°89.91%42.75%
CMYK89.91%82.57%0.00%
57.25%

Color #0B136D in popluar number systems.

HEX0B136D
Decimal1119109
Binary1011100111101101
Octal1323155

Shades and tints

Shades of #0B136D

#0B136D
(11,19,109)
#0A1264
(10,18,100)
#09115B
(9,17,91)
#081052
(8,16,82)
#070F49
(7,15,73)
#060E40
(6,14,64)
#050D37
(5,13,55)
#040C2E
(4,12,46)
#030B25
(3,11,37)
#020A1C
(2,10,28)
#010913
(1,9,19)
#000000
(0,0,0)

Tints of #0B136D

#0B136D
(11,19,109)
#21287A
(33,40,122)
#373D87
(55,61,135)
#4D5294
(77,82,148)
#6367A1
(99,103,161)
#797CAE
(121,124,174)
#8F91BB
(143,145,187)
#A5A6C8
(165,166,200)
#BBBBD5
(187,187,213)
#D1D0E2
(209,208,226)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B136D color. Also use rgb(11,19,109) instead hex code.

Text Font Color

.myTextColor { color: #0B136D; }

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

This text font color is #0B136D.


Background Color

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

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

This div background color is #0B136D.


Border color

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

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

This div border color is #0B136D.


Opacity

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

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

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

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

This text has shadow with #0B136D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B136D on black background.


Color preview on white background

This text has color #0B136D on white background.



Black color preview on #0B136D background

This text has black color on #0B136D background.


White color preview on #0B136D background

This text has white color on #0B136D background.