COLOR #0B196D

HEX: #0B196D
RGB: (11,25,109)

Color info

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

RGB color model

#0B196D color RGB value is (11,25,109).

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

RGB channels and saturation

R 11 of 255 = 4%
G 25 of 255 = 10%
B 109 of 255 = 43%

11
25
109

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

Portions of RGB colors in percentages

R + G + B =
11 + 25 + 109 = 145 (100%)
R 11 of 145 ~ 7.59%
G 25 of 145 ~ 17.24%
B 109 of 145 ~ 75.17%

%17.24
%75.17

CMYK color model

#0B196D color CMYK value is (90,77,0,57).

  • cyan value is 89.91%
  • magenta value is 77.06%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(90,77,0,57)
C90M77Y0K57 
(90%,77%,0%,57%)
(0.90/0.77/0.00/0.57)	

CMYK percentages

%89.91
%77.06
%0
%57.25

Codes

Color #0B196D in popluar color models

0B196D
RGB1125109
HSL231°81.67%23.53%
HSB/HSV231°89.91%42.75%
CMYK89.91%77.06%0.00%
57.25%

Color #0B196D in popluar number systems.

HEX0B196D
Decimal1125109
Binary1011110011101101
Octal1331155

Shades and tints

Shades of #0B196D

#0B196D
(11,25,109)
#0A1764
(10,23,100)
#09155B
(9,21,91)
#081352
(8,19,82)
#071149
(7,17,73)
#060F40
(6,15,64)
#050D37
(5,13,55)
#040B2E
(4,11,46)
#030925
(3,9,37)
#02071C
(2,7,28)
#010513
(1,5,19)
#000000
(0,0,0)

Tints of #0B196D

#0B196D
(11,25,109)
#212D7A
(33,45,122)
#374187
(55,65,135)
#4D5594
(77,85,148)
#6369A1
(99,105,161)
#797DAE
(121,125,174)
#8F91BB
(143,145,187)
#A5A5C8
(165,165,200)
#BBB9D5
(187,185,213)
#D1CDE2
(209,205,226)
#E7E1EF
(231,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B196D; }

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

This text font color is #0B196D.


Background Color

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

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

This div background color is #0B196D.


Border color

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

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

This div border color is #0B196D.


Opacity

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

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

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

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

This text has shadow with #0B196D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B196D on black background.


Color preview on white background

This text has color #0B196D on white background.



Black color preview on #0B196D background

This text has black color on #0B196D background.


White color preview on #0B196D background

This text has white color on #0B196D background.