COLOR #0B136A

HEX: #0B136A
RGB: (11,19,106)

Color info

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

RGB color model

#0B136A color RGB value is (11,19,106).

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

RGB channels and saturation

R 11 of 255 = 4%
G 19 of 255 = 7%
B 106 of 255 = 42%

11
19
106

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

Portions of RGB colors in percentages

R + G + B =
11 + 19 + 106 = 136 (100%)
R 11 of 136 ~ 8.09%
G 19 of 136 ~ 13.97%
B 106 of 136 ~ 77.94%

%13.97
%77.94

CMYK color model

#0B136A color CMYK value is (90,82,0,58).

  • cyan value is 89.62%
  • magenta value is 82.08%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(90,82,0,58)
C90M82Y0K58 
(90%,82%,0%,58%)
(0.90/0.82/0.00/0.58)	

CMYK percentages

%89.62
%82.08
%0
%58.43

Codes

Color #0B136A in popluar color models

0B136A
RGB1119106
HSL235°81.20%22.94%
HSB/HSV235°89.62%41.57%
CMYK89.62%82.08%0.00%
58.43%

Color #0B136A in popluar number systems.

HEX0B136A
Decimal1119106
Binary1011100111101010
Octal1323152

Shades and tints

Shades of #0B136A

#0B136A
(11,19,106)
#0A1261
(10,18,97)
#091158
(9,17,88)
#08104F
(8,16,79)
#070F46
(7,15,70)
#060E3D
(6,14,61)
#050D34
(5,13,52)
#040C2B
(4,12,43)
#030B22
(3,11,34)
#020A19
(2,10,25)
#010910
(1,9,16)
#000000
(0,0,0)

Tints of #0B136A

#0B136A
(11,19,106)
#212877
(33,40,119)
#373D84
(55,61,132)
#4D5291
(77,82,145)
#63679E
(99,103,158)
#797CAB
(121,124,171)
#8F91B8
(143,145,184)
#A5A6C5
(165,166,197)
#BBBBD2
(187,187,210)
#D1D0DF
(209,208,223)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B136A; }

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

This text font color is #0B136A.


Background Color

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

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

This div background color is #0B136A.


Border color

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

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

This div border color is #0B136A.


Opacity

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

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

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

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

This text has shadow with #0B136A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B136A on black background.


Color preview on white background

This text has color #0B136A on white background.



Black color preview on #0B136A background

This text has black color on #0B136A background.


White color preview on #0B136A background

This text has white color on #0B136A background.