COLOR #0B14D6

HEX: #0B14D6
RGB: (11,20,214)

Color info

#0B14D6 contains mainly blue color. Web safe color of #0B14D6 is #0000CC (or #00C).

RGB color model

#0B14D6 color RGB value is (11,20,214).

  • red value is 11;
  • green value is 20;
  • blue value is 214.
RGB:
(11,20,214)
(4%,8%,84%)

RGB channels and saturation

R 11 of 255 = 4%
G 20 of 255 = 8%
B 214 of 255 = 84%

11
20
214

R + G + B ~ 32%. #0B14D6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 20 + 214 = 245 (100%)
R 11 of 245 ~ 4.49%
G 20 of 245 ~ 8.16%
B 214 of 245 ~ 87.35%

%87.35

CMYK color model

#0B14D6 color CMYK value is (95,91,0,16).

  • cyan value is 94.86%
  • magenta value is 90.65%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(95,91,0,16)
C95M91Y0K16 
(95%,91%,0%,16%)
(0.95/0.91/0.00/0.16)	

CMYK percentages

%94.86
%90.65
%0
%16.08

Codes

Color #0B14D6 in popluar color models

0B14D6
RGB1120214
HSL237°90.22%44.12%
HSB/HSV237°94.86%83.92%
CMYK94.86%90.65%0.00%
16.08%

Color #0B14D6 in popluar number systems.

HEX0B14D6
Decimal1120214
Binary10111010011010110
Octal1324326

Shades and tints

Shades of #0B14D6

#0B14D6
(11,20,214)
#0A13C3
(10,19,195)
#0912B0
(9,18,176)
#08119D
(8,17,157)
#07108A
(7,16,138)
#060F77
(6,15,119)
#050E64
(5,14,100)
#040D51
(4,13,81)
#030C3E
(3,12,62)
#020B2B
(2,11,43)
#010A18
(1,10,24)
#000000
(0,0,0)

Tints of #0B14D6

#0B14D6
(11,20,214)
#2129D9
(33,41,217)
#373EDC
(55,62,220)
#4D53DF
(77,83,223)
#6368E2
(99,104,226)
#797DE5
(121,125,229)
#8F92E8
(143,146,232)
#A5A7EB
(165,167,235)
#BBBCEE
(187,188,238)
#D1D1F1
(209,209,241)
#E7E6F4
(231,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B14D6 color. Also use rgb(11,20,214) instead hex code.

Text Font Color

.myTextColor { color: #0B14D6; }

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

This text font color is #0B14D6.


Background Color

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

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

This div background color is #0B14D6.


Border color

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

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

This div border color is #0B14D6.


Opacity

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

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

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

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

This text has shadow with #0B14D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B14D6 on black background.


Color preview on white background

This text has color #0B14D6 on white background.



Black color preview on #0B14D6 background

This text has black color on #0B14D6 background.


White color preview on #0B14D6 background

This text has white color on #0B14D6 background.